2024-09-21T13:05:58.340 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T13:05:58.364 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T13:05:58.458 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002 branch: wip-guits-main-2024-09-21-0842 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@ibm.com first_in_suite: false job_id: '7914002' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-21-0842 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: 441784946648ff53dd310293f9dd752afeeea72a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 441784946648ff53dd310293f9dd752afeeea72a workunit: branch: wip-guits-main-2024-09-21-0842 sha1: 441784946648ff53dd310293f9dd752afeeea72a owner: scheduled_gabrioux@teuthology priority: 70 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: 5896 sha1: 441784946648ff53dd310293f9dd752afeeea72a sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-21-0842 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 441784946648ff53dd310293f9dd752afeeea72a targets: smithi066.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPXjU1I30dy/ypb2bVMEyn+PTm2sc2EOqARinYm2uhikFLSHb879ff+g4FNgfrXDM/qTBw8cUTEnxMEqlOLhDSI= smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBChFC0BTF2aAyiIX6MwGRmo1zeSm5614nF26E0BU0Q1ZJGFZzJQrIgk2SjJCS1Z+IpCDozBnQgQhEMEorwxiicM= 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-21_11:23:40 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T13:05:58.458 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa; will attempt to use it 2024-09-21T13:05:58.459 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa/tasks 2024-09-21T13:05:58.459 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T13:05:58.461 INFO:teuthology.task.internal:Checking packages... 2024-09-21T13:05:58.481 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '441784946648ff53dd310293f9dd752afeeea72a' 2024-09-21T13:05:58.481 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T13:05:58.481 INFO:teuthology.packaging:ref: None 2024-09-21T13:05:58.482 INFO:teuthology.packaging:tag: None 2024-09-21T13:05:58.482 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-21-0842 2024-09-21T13:05:58.482 INFO:teuthology.packaging:sha1: 441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:05:58.482 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-21-0842 2024-09-21T13:05:58.625 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5104.g44178494 2024-09-21T13:05:58.626 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T13:05:58.632 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T13:05:58.632 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T13:05:58.637 INFO:teuthology.task.internal:Saving configuration 2024-09-21T13:05:58.654 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T13:05:58.661 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T13:05:58.691 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002', '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-21 13:00:19.307361', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPXjU1I30dy/ypb2bVMEyn+PTm2sc2EOqARinYm2uhikFLSHb879ff+g4FNgfrXDM/qTBw8cUTEnxMEqlOLhDSI='} 2024-09-21T13:05:58.713 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002', '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-21 13:00:19.309026', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBChFC0BTF2aAyiIX6MwGRmo1zeSm5614nF26E0BU0Q1ZJGFZzJQrIgk2SjJCS1Z+IpCDozBnQgQhEMEorwxiicM='} 2024-09-21T13:05:58.713 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T13:05:58.720 INFO:teuthology.task.internal:roles: ubuntu@smithi066.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-21T13:05:58.720 INFO:teuthology.task.internal:roles: ubuntu@smithi084.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-21T13:05:58.720 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T13:05:58.776 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5c66bf0280>, signals=[15]) 2024-09-21T13:05:58.776 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T13:05:58.782 INFO:teuthology.task.internal:Opening connections... 2024-09-21T13:05:58.782 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi066.front.sepia.ceph.com 2024-09-21T13:05:58.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:05:58.862 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2024-09-21T13:05:58.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:05:58.937 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T13:05:58.944 DEBUG:teuthology.orchestra.run.smithi066:> uname -m 2024-09-21T13:05:58.963 INFO:teuthology.orchestra.run.smithi066.stdout:x86_64 2024-09-21T13:05:58.964 DEBUG:teuthology.orchestra.run.smithi066:> cat /etc/os-release 2024-09-21T13:05:59.022 INFO:teuthology.orchestra.run.smithi066.stdout:NAME="CentOS Stream" 2024-09-21T13:05:59.022 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION="9" 2024-09-21T13:05:59.022 INFO:teuthology.orchestra.run.smithi066.stdout:ID="centos" 2024-09-21T13:05:59.022 INFO:teuthology.orchestra.run.smithi066.stdout:ID_LIKE="rhel fedora" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_ID="9" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:PLATFORM_ID="platform:el9" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:ANSI_COLOR="0;31" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:LOGO="fedora-logo-icon" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:HOME_URL="https://centos.org/" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T13:05:59.023 INFO:teuthology.orchestra.run.smithi066.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T13:05:59.024 INFO:teuthology.lock.ops:Updating smithi066.front.sepia.ceph.com on lock server 2024-09-21T13:05:59.045 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2024-09-21T13:05:59.064 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2024-09-21T13:05:59.064 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2024-09-21T13:05:59.121 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2024-09-21T13:05:59.121 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="9" 2024-09-21T13:05:59.121 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2024-09-21T13:05:59.121 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="9" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el9" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:LOGO="fedora-logo-icon" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T13:05:59.122 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T13:05:59.123 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2024-09-21T13:05:59.145 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T13:05:59.159 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T13:05:59.208 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T13:05:59.208 DEBUG:teuthology.orchestra.run.smithi066:> test '!' -e /home/ubuntu/cephtest 2024-09-21T13:05:59.211 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2024-09-21T13:05:59.228 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T13:05:59.234 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T13:05:59.234 DEBUG:teuthology.orchestra.run.smithi066:> test -z $(ls -A /var/lib/ceph) 2024-09-21T13:05:59.269 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2024-09-21T13:05:59.318 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T13:05:59.370 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T13:05:59.384 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T13:05:59.384 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-21T13:05:59.385 DEBUG:teuthology.orchestra.run.smithi066:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T13:05:59.385 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T13:05:59.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:05:59.403 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-09-21T13:05:59.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:05:59.404 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-09-21T13:05:59.462 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-503.el9.x86_64 2024-09-21T13:05:59.463 INFO:teuthology.orchestra.run.smithi066.stdout:5.14.0-503.el9.x86_64 2024-09-21T13:05:59.463 INFO:teuthology.task.kernel:Running kernel on smithi084: 5.14.0-503.el9.x86_64 2024-09-21T13:05:59.463 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2024-09-21T13:05:59.463 INFO:teuthology.task.kernel:Running kernel on smithi066: 5.14.0-503.el9.x86_64 2024-09-21T13:05:59.463 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum install -y kernel 2024-09-21T13:06:03.035 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.3 MB 00:01 2024-09-21T13:06:04.477 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - BaseOS 2.5 MB/s | 8.3 MB 00:03 2024-09-21T13:06:04.761 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 32 MB/s | 20 MB 00:00 2024-09-21T13:06:06.187 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - AppStream 34 MB/s | 20 MB 00:00 2024-09-21T13:06:10.311 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-09-21T13:06:11.745 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 106 kB/s | 19 kB 00:00 2024-09-21T13:06:11.779 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.5 MB 00:01 2024-09-21T13:06:13.582 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 13 MB/s | 23 MB 00:01 2024-09-21T13:06:14.313 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 19 kB 00:01 2024-09-21T13:06:15.075 INFO:teuthology.orchestra.run.smithi066.stdout:Extra Packages for Enterprise Linux 36 MB/s | 23 MB 00:00 2024-09-21T13:06:19.021 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-21T13:06:20.756 INFO:teuthology.orchestra.run.smithi066.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-21T13:06:20.935 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T13:06:20.936 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T13:06:21.025 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-21T13:06:21.032 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-21T13:06:21.032 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-09-21T13:06:21.032 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-21T13:06:21.032 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-21T13:06:21.032 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T13:06:21.032 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-21T13:06:21.033 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T13:06:21.033 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T13:06:21.033 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T13:06:21.033 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:06:21.033 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-21T13:06:21.033 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-21T13:06:21.033 INFO:teuthology.orchestra.run.smithi084.stdout:Install 4 Packages 2024-09-21T13:06:21.033 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:06:21.034 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 79 M 2024-09-21T13:06:21.034 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 126 M 2024-09-21T13:06:21.034 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-21T13:06:21.206 INFO:teuthology.orchestra.run.smithi084.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 308 kB/s | 36 kB 00:00 2024-09-21T13:06:22.729 INFO:teuthology.orchestra.run.smithi066.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T13:06:22.729 INFO:teuthology.orchestra.run.smithi066.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T13:06:22.819 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-09-21T13:06:22.828 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-09-21T13:06:22.828 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2024-09-21T13:06:22.828 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-09-21T13:06:22.828 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-09-21T13:06:22.828 INFO:teuthology.orchestra.run.smithi066.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T13:06:22.828 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-09-21T13:06:22.829 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T13:06:22.829 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T13:06:22.829 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T13:06:22.829 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:06:22.829 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-09-21T13:06:22.829 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-09-21T13:06:22.829 INFO:teuthology.orchestra.run.smithi066.stdout:Install 4 Packages 2024-09-21T13:06:22.829 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:06:22.830 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 79 M 2024-09-21T13:06:22.830 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 126 M 2024-09-21T13:06:22.830 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-09-21T13:06:23.182 INFO:teuthology.orchestra.run.smithi066.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 492 kB/s | 36 kB 00:00 2024-09-21T13:06:23.849 INFO:teuthology.orchestra.run.smithi066.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 43 MB/s | 29 MB 00:00 2024-09-21T13:06:24.291 INFO:teuthology.orchestra.run.smithi066.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 13 MB/s | 16 MB 00:01 2024-09-21T13:06:24.806 INFO:teuthology.orchestra.run.smithi084.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 7.9 MB/s | 29 MB 00:03 2024-09-21T13:06:24.916 INFO:teuthology.orchestra.run.smithi066.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 19 MB/s | 35 MB 00:01 2024-09-21T13:06:24.916 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:06:24.917 INFO:teuthology.orchestra.run.smithi066.stdout:Total 38 MB/s | 79 MB 00:02 2024-09-21T13:06:25.627 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-09-21T13:06:26.041 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-09-21T13:06:26.041 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-09-21T13:06:27.043 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-09-21T13:06:27.043 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-09-21T13:06:27.771 INFO:teuthology.orchestra.run.smithi084.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 5.2 MB/s | 35 MB 00:06 2024-09-21T13:06:28.213 INFO:teuthology.orchestra.run.smithi084.stdout:(4/4): kernel-core-5.14.0-508.el9.x86_64.rpm 2.2 MB/s | 16 MB 00:07 2024-09-21T13:06:28.214 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:06:28.214 INFO:teuthology.orchestra.run.smithi084.stdout:Total 11 MB/s | 79 MB 00:07 2024-09-21T13:06:28.892 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-21T13:06:29.234 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-21T13:06:29.234 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-21T13:06:29.619 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-09-21T13:06:30.194 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-21T13:06:30.194 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-21T13:06:30.285 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:06:30.366 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:06:32.642 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-21T13:06:33.253 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:06:33.400 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:06:33.401 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:06:33.491 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:06:36.252 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:06:36.376 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:06:38.625 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:06:38.669 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:06:41.177 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:06:41.209 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:06:43.911 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:06:46.040 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:23.654 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:23.696 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:24.050 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:24.051 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:07:24.051 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:07:24.051 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:07:24.297 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:24.337 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:24.734 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:24.734 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T13:07:24.734 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T13:07:24.734 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T13:07:24.957 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:24.957 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:07:24.957 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-09-21T13:07:24.957 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T13:07:24.957 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T13:07:24.957 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T13:07:24.957 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T13:07:24.957 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:07:24.958 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-09-21T13:07:25.290 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:07:25.379 INFO:teuthology.orchestra.run.smithi066.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:07:25.380 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:07:25.380 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T13:07:25.380 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T13:07:25.380 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T13:07:25.380 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-21T13:07:25.380 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi066.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T13:07:25.380 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:07:25.441 INFO:teuthology.orchestra.run.smithi066.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:07:25.441 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:07:25.441 DEBUG:teuthology.orchestra.run.smithi066:> sudo rpm -qi grub2-tools 2024-09-21T13:07:25.482 INFO:teuthology.orchestra.run.smithi066.stdout:Name : grub2-tools 2024-09-21T13:07:25.482 INFO:teuthology.orchestra.run.smithi066.stdout:Epoch : 1 2024-09-21T13:07:25.482 INFO:teuthology.orchestra.run.smithi066.stdout:Version : 2.06 2024-09-21T13:07:25.482 INFO:teuthology.orchestra.run.smithi066.stdout:Release : 82.el9 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: x86_64 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Group : Unspecified 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Size : 8274670 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:License : GPLv3+ 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Packager : builder@centos.org 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Vendor : CentOS 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Summary : Support tools for GRUB. 2024-09-21T13:07:25.483 INFO:teuthology.orchestra.run.smithi066.stdout:Description : 2024-09-21T13:07:25.484 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:07:25.484 INFO:teuthology.orchestra.run.smithi066.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T13:07:25.484 INFO:teuthology.orchestra.run.smithi066.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T13:07:25.484 INFO:teuthology.orchestra.run.smithi066.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T13:07:25.484 INFO:teuthology.orchestra.run.smithi066.stdout:hardware devices. 2024-09-21T13:07:25.484 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:07:25.484 INFO:teuthology.orchestra.run.smithi066.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T13:07:25.485 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T13:07:25.485 INFO:teuthology.task.kernel:Updating grub on smithi066 to boot 5.14.0-508.el9.x86_64 2024-09-21T13:07:25.485 DEBUG:teuthology.orchestra.run.smithi066:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:07:25.593 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-21T13:07:25.956 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:07:26.044 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:07:26.044 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:07:26.044 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T13:07:26.045 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T13:07:26.045 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T13:07:26.045 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-21T13:07:26.045 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi084.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T13:07:26.045 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T13:07:26.092 INFO:teuthology.orchestra.run.smithi066.stderr:Generating grub configuration file ... 2024-09-21T13:07:26.104 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T13:07:26.104 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T13:07:26.104 DEBUG:teuthology.orchestra.run.smithi084:> sudo rpm -qi grub2-tools 2024-09-21T13:07:26.145 INFO:teuthology.orchestra.run.smithi084.stdout:Name : grub2-tools 2024-09-21T13:07:26.145 INFO:teuthology.orchestra.run.smithi084.stdout:Epoch : 1 2024-09-21T13:07:26.145 INFO:teuthology.orchestra.run.smithi084.stdout:Version : 2.06 2024-09-21T13:07:26.145 INFO:teuthology.orchestra.run.smithi084.stdout:Release : 82.el9 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Architecture: x86_64 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Group : Unspecified 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Size : 8274670 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:License : GPLv3+ 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T13:07:26.146 INFO:teuthology.orchestra.run.smithi084.stdout:Packager : builder@centos.org 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:Vendor : CentOS 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:Summary : Support tools for GRUB. 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:Description : 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:hardware devices. 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:07:26.147 INFO:teuthology.orchestra.run.smithi084.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T13:07:26.148 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T13:07:26.148 INFO:teuthology.task.kernel:Updating grub on smithi084 to boot 5.14.0-508.el9.x86_64 2024-09-21T13:07:26.148 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T13:07:26.776 INFO:teuthology.orchestra.run.smithi084.stderr:Generating grub configuration file ... 2024-09-21T13:07:27.418 INFO:teuthology.orchestra.run.smithi066.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T13:07:27.459 INFO:teuthology.orchestra.run.smithi066.stderr:done 2024-09-21T13:07:27.461 DEBUG:teuthology.orchestra.run.smithi066:> mktemp 2024-09-21T13:07:27.476 INFO:teuthology.orchestra.run.smithi066.stdout:/tmp/tmp.mzg1efhqoO 2024-09-21T13:07:27.477 DEBUG:teuthology.orchestra.run.smithi066:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.mzg1efhqoO 2024-09-21T13:07:27.543 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0666 /tmp/tmp.mzg1efhqoO 2024-09-21T13:07:27.681 DEBUG:teuthology.orchestra.remote:smithi066:/tmp/tmp.mzg1efhqoO is 6KB 2024-09-21T13:07:27.730 DEBUG:teuthology.orchestra.run.smithi066:> rm -fr /tmp/tmp.mzg1efhqoO 2024-09-21T13:07:27.745 DEBUG:teuthology.orchestra.run.smithi066:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T13:07:27.808 INFO:teuthology.orchestra.run.smithi066.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T13:07:27.808 INFO:teuthology.orchestra.run.smithi066.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T13:07:27.808 INFO:teuthology.orchestra.run.smithi066.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T13:07:27.808 INFO:teuthology.orchestra.run.smithi066.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T13:07:27.810 DEBUG:teuthology.orchestra.run.smithi066:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T13:07:27.954 DEBUG:teuthology.orchestra.run.smithi066:> sudo shutdown -r now 2024-09-21T13:07:28.127 INFO:teuthology.orchestra.run.smithi084.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T13:07:28.163 INFO:teuthology.orchestra.run.smithi084.stderr:done 2024-09-21T13:07:28.166 DEBUG:teuthology.orchestra.run.smithi084:> mktemp 2024-09-21T13:07:28.181 INFO:teuthology.orchestra.run.smithi084.stdout:/tmp/tmp.C9MMu2egpB 2024-09-21T13:07:28.182 DEBUG:teuthology.orchestra.run.smithi084:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.C9MMu2egpB 2024-09-21T13:07:28.249 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0666 /tmp/tmp.C9MMu2egpB 2024-09-21T13:07:28.385 DEBUG:teuthology.orchestra.remote:smithi084:/tmp/tmp.C9MMu2egpB is 6KB 2024-09-21T13:07:28.405 DEBUG:teuthology.orchestra.run.smithi084:> rm -fr /tmp/tmp.C9MMu2egpB 2024-09-21T13:07:28.420 DEBUG:teuthology.orchestra.run.smithi084:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T13:07:28.483 INFO:teuthology.orchestra.run.smithi084.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T13:07:28.483 INFO:teuthology.orchestra.run.smithi084.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T13:07:28.484 INFO:teuthology.orchestra.run.smithi084.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T13:07:28.484 INFO:teuthology.orchestra.run.smithi084.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T13:07:28.485 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T13:07:28.640 DEBUG:teuthology.orchestra.run.smithi084:> sudo shutdown -r now 2024-09-21T13:07:57.982 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-21T13:07:57.983 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-09-21T13:07:57.983 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:07:58.644 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-21T13:07:58.644 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-21T13:07:58.644 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:08:32.627 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-09-21T13:08:41.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-09-21T13:08:41.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:08:44.687 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-09-21T13:08:56.698 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-09-21T13:08:56.699 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:08:58.649 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T13:09:07.654 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-21T13:09:07.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:09:08.149 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-09-21T13:09:08.485 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-21T13:09:08.485 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-508.el9.x86_64"... 2024-09-21T13:09:08.485 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-09-21T13:09:08.499 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-508.el9.x86_64 2024-09-21T13:09:08.500 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T13:09:08.500 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T13:09:08.500 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T13:09:09.500 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-21T13:09:09.501 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T13:09:09.597 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2024-09-21T13:09:09.629 DEBUG:teuthology.parallel:result is None 2024-09-21T13:09:56.701 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T13:10:11.702 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-09-21T13:10:11.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:10:12.111 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-09-21T13:10:12.483 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-09-21T13:10:12.483 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-508.el9.x86_64"... 2024-09-21T13:10:12.483 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-09-21T13:10:12.500 INFO:teuthology.orchestra.run.smithi066.stdout:5.14.0-508.el9.x86_64 2024-09-21T13:10:12.500 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T13:10:12.500 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T13:10:12.500 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T13:10:13.501 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-21T13:10:13.501 DEBUG:teuthology.orchestra.run.smithi066:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T13:10:13.567 INFO:teuthology.orchestra.run.smithi066.stdout:ttyS1 2024-09-21T13:10:13.598 DEBUG:teuthology.parallel:result is None 2024-09-21T13:10:13.598 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T13:10:13.607 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T13:10:13.608 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T13:10:13.610 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T13:10:13.629 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T13:10:13.658 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T13:10:13.664 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T13:10:13.664 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T13:10:13.669 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T13:10:13.753 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T13:10:13.759 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T13:10:13.760 DEBUG:teuthology.orchestra.run.smithi066:> 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-21T13:10:13.762 DEBUG:teuthology.orchestra.run.smithi084:> 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-21T13:10:13.796 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:10:13.800 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:10:13.807 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:10:13.812 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T13:10:13.814 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T13:10:13.820 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T13:10:13.820 DEBUG:teuthology.orchestra.run.smithi066:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T13:10:13.851 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T13:10:13.881 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T13:10:13.890 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T13:10:13.890 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T13:10:13.918 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T13:10:13.938 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:10:14.015 DEBUG:teuthology.orchestra.run.smithi066:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:10:14.068 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:10:14.151 DEBUG:teuthology.orchestra.run.smithi066:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:10:14.194 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:10:14.194 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T13:10:14.261 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:10:14.308 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T13:10:14.361 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:10:14.443 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T13:10:14.487 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-21T13:10:14.488 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T13:10:14.553 DEBUG:teuthology.orchestra.run.smithi066:> sudo service rsyslog restart 2024-09-21T13:10:14.556 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2024-09-21T13:10:14.601 INFO:teuthology.orchestra.run.smithi066.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:10:14.661 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:10:15.033 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T13:10:15.041 INFO:teuthology.task.internal:Starting timer... 2024-09-21T13:10:15.041 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T13:10:15.052 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T13:10:15.067 DEBUG:teuthology.orchestra.run.smithi066:> sudo service auditd rotate 2024-09-21T13:10:15.113 INFO:teuthology.orchestra.run.smithi066.stdout:Rotating logs: 2024-09-21T13:10:15.115 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2024-09-21T13:10:15.175 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2024-09-21T13:10:15.177 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T13:10:15.177 DEBUG:teuthology.orchestra.run.smithi066:> /usr/sbin/getenforce 2024-09-21T13:10:15.199 INFO:teuthology.orchestra.run.smithi066.stdout:Permissive 2024-09-21T13:10:15.199 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2024-09-21T13:10:15.227 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2024-09-21T13:10:15.227 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi066.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi084.front.sepia.ceph.com': 'permissive'} 2024-09-21T13:10:15.228 DEBUG:teuthology.orchestra.run.smithi066:> 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-21T13:10:15.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:10:15.269 DEBUG:teuthology.orchestra.run.smithi084:> 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-21T13:10:15.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:10:15.295 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T13:10:15.295 DEBUG:teuthology.orchestra.run.smithi066:> sudo /usr/sbin/setenforce permissive 2024-09-21T13:10:15.344 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2024-09-21T13:10:15.372 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T13:10:15.381 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T13:10:15.391 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-21T13:10:15.392 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi066.front.sepia.ceph.com,smithi084.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T13:14:01.042 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi066.front.sepia.ceph.com'), Remote(name='ubuntu@smithi084.front.sepia.ceph.com')] 2024-09-21T13:14:01.043 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-09-21T13:14:01.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:14:01.119 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-09-21T13:14:01.202 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-09-21T13:14:01.202 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-21T13:14:01.203 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T13:14:01.275 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-09-21T13:14:01.358 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-21T13:14:01.358 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T13:14:01.367 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T13:14:01.367 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T13:14:01.368 DEBUG:teuthology.orchestra.run.smithi066:> 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-21T13:14:01.370 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T13:14:01.370 DEBUG:teuthology.orchestra.run.smithi084:> 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-21T13:14:01.397 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T13:14:01.413 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T13:14:01.428 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T13:14:01.438 INFO:teuthology.orchestra.run.smithi066.stderr:sudo: ntpd: command not found 2024-09-21T13:14:01.442 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T13:14:01.450 INFO:teuthology.orchestra.run.smithi066.stdout:506 Cannot talk to daemon 2024-09-21T13:14:01.465 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T13:14:01.466 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2024-09-21T13:14:01.477 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2024-09-21T13:14:01.480 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T13:14:01.492 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T13:14:01.506 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T13:14:01.536 INFO:teuthology.orchestra.run.smithi066.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:14:01.539 INFO:teuthology.orchestra.run.smithi066.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:14:01.539 INFO:teuthology.orchestra.run.smithi066.stdout:=============================================================================== 2024-09-21T13:14:01.539 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:14:01.539 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:14:01.539 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:14:01.540 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:14:01.561 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:14:01.564 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:14:01.564 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-09-21T13:14:01.564 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:14:01.565 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:14:01.565 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:14:01.565 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:14:01.565 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T13:14:01.646 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': '441784946648ff53dd310293f9dd752afeeea72a'} 2024-09-21T13:14:01.646 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:squid 2024-09-21T13:14:01.647 INFO:tasks.cephadm:Cluster fsid is 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:14:01.647 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T13:14:01.647 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.66', 'mon.c': '[v2:172.21.15.66:3301,v1:172.21.15.66:6790]', 'mon.b': '172.21.15.84'} 2024-09-21T13:14:01.647 INFO:tasks.cephadm:First mon is mon.a on smithi066 2024-09-21T13:14:01.647 INFO:tasks.cephadm:First mgr is y 2024-09-21T13:14:01.647 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T13:14:01.648 DEBUG:teuthology.orchestra.run.smithi066:> sudo hostname $(hostname -s) 2024-09-21T13:14:01.675 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2024-09-21T13:14:01.701 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra for squid 2024-09-21T13:14:01.701 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:14:01.843 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '441784946648ff53dd310293f9dd752afeeea72a', '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/83203/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5104-g44178494', 'node_name': '172.21.5.36+adami06', '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-5104.g44178494'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-21 10:26:40.656703', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-21-0842', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-21T13:14:02.082 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 4e45e6b490e6cbe082cdf155fea780438ec53fc7 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&ref=squid 2024-09-21T13:14:02.083 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/4e45e6b490e6cbe082cdf155fea780438ec53fc7/centos/9/x86_64/flavors/default/cephadm 2024-09-21T13:14:02.084 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/squid/4e45e6b490e6cbe082cdf155fea780438ec53fc7/centos/9/x86_64/flavors/default/cephadm 2024-09-21T13:14:02.084 DEBUG:teuthology.orchestra.run.smithi066:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/4e45e6b490e6cbe082cdf155fea780438ec53fc7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T13:14:02.469 INFO:teuthology.orchestra.run.smithi066.stdout:-rw-r--r--. 1 ubuntu ubuntu 784608 Sep 21 13:14 /home/ubuntu/cephtest/cephadm 2024-09-21T13:14:02.470 DEBUG:teuthology.orchestra.run.smithi084:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/4e45e6b490e6cbe082cdf155fea780438ec53fc7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T13:14:02.877 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-r--r--. 1 ubuntu ubuntu 784608 Sep 21 13:14 /home/ubuntu/cephtest/cephadm 2024-09-21T13:14:02.877 DEBUG:teuthology.orchestra.run.smithi066:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T13:14:02.898 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T13:14:02.926 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:squid on all hosts... 2024-09-21T13:14:02.927 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid pull 2024-09-21T13:14:02.941 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid pull 2024-09-21T13:14:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-21T13:14:04.633 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-21T13:14:40.420 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-09-21T13:14:40.420 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph_version": "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)", 2024-09-21T13:14:40.420 INFO:teuthology.orchestra.run.smithi084.stdout: "image_id": "164465d2334a36ec69b5e540adc75ef73c92a8a0546664850c2173107383597c", 2024-09-21T13:14:40.420 INFO:teuthology.orchestra.run.smithi084.stdout: "repo_digests": [ 2024-09-21T13:14:40.420 INFO:teuthology.orchestra.run.smithi084.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64" 2024-09-21T13:14:40.420 INFO:teuthology.orchestra.run.smithi084.stdout: ] 2024-09-21T13:14:40.420 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-09-21T13:14:53.431 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:14:53.432 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph_version": "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)", 2024-09-21T13:14:53.432 INFO:teuthology.orchestra.run.smithi066.stdout: "image_id": "164465d2334a36ec69b5e540adc75ef73c92a8a0546664850c2173107383597c", 2024-09-21T13:14:53.432 INFO:teuthology.orchestra.run.smithi066.stdout: "repo_digests": [ 2024-09-21T13:14:53.432 INFO:teuthology.orchestra.run.smithi066.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64" 2024-09-21T13:14:53.432 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-09-21T13:14:53.432 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:14:53.459 DEBUG:teuthology.orchestra.run.smithi066:> sudo mkdir -p /etc/ceph 2024-09-21T13:14:53.505 DEBUG:teuthology.orchestra.run.smithi084:> sudo mkdir -p /etc/ceph 2024-09-21T13:14:53.539 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 777 /etc/ceph 2024-09-21T13:14:53.566 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 777 /etc/ceph 2024-09-21T13:14:53.607 INFO:tasks.cephadm:Writing seed config... 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T13:14:53.608 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T13:14:53.609 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:14:53.609 DEBUG:teuthology.orchestra.run.smithi066:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T13:14:53.625 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 = 5e7cf636-781b-11ef-baf6-efdc52797490 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-21T13:14:53.625 DEBUG:teuthology.orchestra.run.smithi066:mon.a> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a.service 2024-09-21T13:14:53.667 DEBUG:teuthology.orchestra.run.smithi066:mgr.y> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y.service 2024-09-21T13:14:53.710 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T13:14:53.710 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid -v bootstrap --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 --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.66 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:14:53.919 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-09-21T13:14:53.919 INFO:teuthology.orchestra.run.smithi066.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:squid', '-v', 'bootstrap', '--fsid', '5e7cf636-781b-11ef-baf6-efdc52797490', '--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.66', '--skip-admin-label'] 2024-09-21T13:14:53.919 INFO:teuthology.orchestra.run.smithi066.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T13:14:53.919 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying podman|docker is present... 2024-09-21T13:14:53.953 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stdout 5.2.2 2024-09-21T13:14:53.953 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying lvm2 is present... 2024-09-21T13:14:53.953 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying time synchronization is in place... 2024-09-21T13:14:53.961 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T13:14:53.961 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T13:14:53.967 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T13:14:53.967 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-09-21T13:14:53.974 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout enabled 2024-09-21T13:14:53.981 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout active 2024-09-21T13:14:53.981 INFO:teuthology.orchestra.run.smithi066.stdout:Unit chronyd.service is enabled and running 2024-09-21T13:14:53.981 INFO:teuthology.orchestra.run.smithi066.stdout:Repeating the final host check... 2024-09-21T13:14:54.003 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stdout 5.2.2 2024-09-21T13:14:54.004 INFO:teuthology.orchestra.run.smithi066.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-21T13:14:54.004 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl is present 2024-09-21T13:14:54.004 INFO:teuthology.orchestra.run.smithi066.stdout:lvcreate is present 2024-09-21T13:14:54.011 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T13:14:54.011 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T13:14:54.017 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T13:14:54.017 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-09-21T13:14:54.024 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout enabled 2024-09-21T13:14:54.031 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout active 2024-09-21T13:14:54.031 INFO:teuthology.orchestra.run.smithi066.stdout:Unit chronyd.service is enabled and running 2024-09-21T13:14:54.031 INFO:teuthology.orchestra.run.smithi066.stdout:Host looks OK 2024-09-21T13:14:54.031 INFO:teuthology.orchestra.run.smithi066.stdout:Cluster fsid: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:14:54.031 INFO:teuthology.orchestra.run.smithi066.stdout:Acquiring lock 140235315895456 on /run/cephadm/5e7cf636-781b-11ef-baf6-efdc52797490.lock 2024-09-21T13:14:54.031 INFO:teuthology.orchestra.run.smithi066.stdout:Lock 140235315895456 acquired on /run/cephadm/5e7cf636-781b-11ef-baf6-efdc52797490.lock 2024-09-21T13:14:54.032 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying IP 172.21.15.66 port 3300 ... 2024-09-21T13:14:54.032 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying IP 172.21.15.66 port 6789 ... 2024-09-21T13:14:54.032 INFO:teuthology.orchestra.run.smithi066.stdout:Base mon IP(s) is [172.21.15.66:3300, 172.21.15.66:6789], mon addrv is [v2:172.21.15.66:3300,v1:172.21.15.66:6789] 2024-09-21T13:14:54.035 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.66 metric 100 2024-09-21T13:14:54.035 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.66 metric 100 2024-09-21T13:14:54.038 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T13:14:54.038 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-21T13:14:54.038 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-21T13:14:54.040 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T13:14:54.040 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T13:14:54.040 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T13:14:54.040 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-21T13:14:54.041 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:f8bd/64 scope link noprefixroute 2024-09-21T13:14:54.041 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T13:14:54.041 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.0/20` 2024-09-21T13:14:54.041 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.0/20` 2024-09-21T13:14:54.041 INFO:teuthology.orchestra.run.smithi066.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-21T13:14:54.042 INFO:teuthology.orchestra.run.smithi066.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T13:14:54.042 INFO:teuthology.orchestra.run.smithi066.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-21T13:14:54.600 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stdout 164465d2334a36ec69b5e540adc75ef73c92a8a0546664850c2173107383597c 2024-09-21T13:14:54.600 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:squid... 2024-09-21T13:14:54.600 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Getting image source signatures 2024-09-21T13:14:54.600 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Copying blob sha256:66069d7a5240ff24cb47e5b84cff1b0dd6013e59abb2a061101c2af76e3da9e1 2024-09-21T13:14:54.600 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-21T13:14:54.600 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Copying config sha256:164465d2334a36ec69b5e540adc75ef73c92a8a0546664850c2173107383597c 2024-09-21T13:14:54.600 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-21T13:14:55.513 INFO:teuthology.orchestra.run.smithi066.stdout:ceph: stdout ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable) 2024-09-21T13:14:55.513 INFO:teuthology.orchestra.run.smithi066.stdout:Ceph version: ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable) 2024-09-21T13:14:55.513 INFO:teuthology.orchestra.run.smithi066.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T13:14:56.343 INFO:teuthology.orchestra.run.smithi066.stdout:stat: stdout 167 167 2024-09-21T13:14:56.343 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial keys... 2024-09-21T13:14:57.123 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQDQxu5mDLNMJBAAo1gJxWegHZeydgClQqS+lQ== 2024-09-21T13:14:57.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQDRxu5mKXC/GhAA4b1P9HoCe2mKCuAlEV7Jjg== 2024-09-21T13:14:58.876 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQDSxu5mvZqfEhAAtLHCTR9Rr9jnMpwqDqRArA== 2024-09-21T13:14:58.877 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial monmap... 2024-09-21T13:14:59.782 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout:monmaptool for a [v2:172.21.15.66:3300,v1:172.21.15.66:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout:setting min_mon_release = quincy 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: set fsid to 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:14:59.783 INFO:teuthology.orchestra.run.smithi066.stdout:Creating mon... 2024-09-21T13:15:00.720 INFO:teuthology.orchestra.run.smithi066.stdout:create mon.a on 2024-09-21T13:15:01.074 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-21T13:15:01.256 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5e7cf636-781b-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-5e7cf636-781b-11ef-baf6-efdc52797490.target. 2024-09-21T13:15:01.256 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-5e7cf636-781b-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-5e7cf636-781b-11ef-baf6-efdc52797490.target. 2024-09-21T13:15:01.497 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a 2024-09-21T13:15:01.497 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a.service: Unit ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a.service not loaded. 2024-09-21T13:15:01.661 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5e7cf636-781b-11ef-baf6-efdc52797490.target.wants/ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a.service → /etc/systemd/system/ceph-5e7cf636-781b-11ef-baf6-efdc52797490@.service. 2024-09-21T13:15:02.161 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T13:15:02.161 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout disabled 2024-09-21T13:15:02.168 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T13:15:02.168 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-09-21T13:15:02.168 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld.service is not enabled 2024-09-21T13:15:02.168 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T13:15:02.169 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mon to start... 2024-09-21T13:15:02.169 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mon... 2024-09-21T13:15:03.213 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:03 smithi066 ceph-mon[23309]: from='client.? 172.21.15.66:0/117581000' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:15:03.216 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T13:15:03.216 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout id: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout services: 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.533167s) 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout data: 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:03.217 INFO:teuthology.orchestra.run.smithi066.stdout:mon is available 2024-09-21T13:15:03.218 INFO:teuthology.orchestra.run.smithi066.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T13:15:04.157 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:04.157 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T13:15:04.157 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout fsid = 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.66:3300,v1:172.21.15.66:6789] 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T13:15:04.158 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T13:15:04.159 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T13:15:04.159 INFO:teuthology.orchestra.run.smithi066.stdout:Generating new minimal ceph.conf... 2024-09-21T13:15:04.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:04 smithi066 ceph-mon[23309]: from='client.? 172.21.15.66:0/1961268232' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-21T13:15:04.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:04 smithi066 ceph-mon[23309]: from='client.? 172.21.15.66:0/1961268232' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T13:15:05.088 INFO:teuthology.orchestra.run.smithi066.stdout:Restarting the monitor... 2024-09-21T13:15:05.130 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:05 smithi066 systemd[1]: Stopping Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:15:05.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:05 smithi066 ceph-mon[23309]: from='client.? 172.21.15.66:0/3758150483' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:15:05.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a[23305]: 2024-09-21T13:15:05.344+0000 7f9ca3fcd640 -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-21T13:15:05.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a[23305]: 2024-09-21T13:15:05.344+0000 7f9ca3fcd640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T13:15:05.820 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:05 smithi066 podman[23565]: 2024-09-21 13:15:05.560327661 +0000 UTC m=+0.305490772 container died 77c1f56e183f669d4935252f3a312a6c5cd59f3a3980b2b6aee73163409435d9 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=squid-4e45e6b) 2024-09-21T13:15:06.171 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:05 smithi066 podman[23565]: 2024-09-21 13:15:05.91147673 +0000 UTC m=+0.656639840 container cleanup 77c1f56e183f669d4935252f3a312a6c5cd59f3a3980b2b6aee73163409435d9 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=squid-4e45e6b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-21T13:15:06.171 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:05 smithi066 bash[23565]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a 2024-09-21T13:15:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 podman[23577]: 2024-09-21 13:15:06.170884037 +0000 UTC m=+0.605283859 container remove 77c1f56e183f669d4935252f3a312a6c5cd59f3a3980b2b6aee73163409435d9 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, 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.vendor=CentOS, RELEASE=squid-4e45e6b, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-21T13:15:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T13:15:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 systemd[1]: Stopped Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:15:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 systemd[1]: Starting Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:15:06.932 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 podman[23668]: 2024-09-21 13:15:06.496597918 +0000 UTC m=+0.098455029 container create c707d9de1281228f561def3c72ab44d26a08a72a2aa7f555c83b6993166f8612 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=squid-4e45e6b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-21T13:15:06.932 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 podman[23668]: 2024-09-21 13:15:06.413998741 +0000 UTC m=+0.015855859 image pull 164465d2334a36ec69b5e540adc75ef73c92a8a0546664850c2173107383597c quay.ceph.io/ceph-ci/ceph:squid 2024-09-21T13:15:06.932 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 podman[23668]: 2024-09-21 13:15:06.932163129 +0000 UTC m=+0.534020252 container init c707d9de1281228f561def3c72ab44d26a08a72a2aa7f555c83b6993166f8612 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=squid-4e45e6b, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:15:07.020 INFO:teuthology.orchestra.run.smithi066.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-21T13:15:07.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 podman[23668]: 2024-09-21 13:15:06.935652391 +0000 UTC m=+0.537509500 container start c707d9de1281228f561def3c72ab44d26a08a72a2aa7f555c83b6993166f8612 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=squid-4e45e6b, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:15:07.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T13:15:07.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable), process ceph-mon, pid 2 2024-09-21T13:15:07.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: pidfile_write: ignore empty --pid-file 2024-09-21T13:15:07.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: load: jerasure load: lrc 2024-09-21T13:15:07.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: RocksDB version: 7.9.2 2024-09-21T13:15:07.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Git sha 0 2024-09-21T13:15:07.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Compile date 2024-09-20 20:39:57 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: DB SUMMARY 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: DB Session ID: L9LA78DBP1A3HCZ4Q6IP 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: CURRENT file: CURRENT 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88187 ; 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.error_if_exists: 0 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.create_if_missing: 0 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.paranoid_checks: 1 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T13:15:07.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.env: 0x562adda7c940 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.info_log: 0x562adfa996e0 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.statistics: (nil) 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.use_fsync: 0 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_log_file_size: 0 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.allow_fallocate: 1 2024-09-21T13:15:07.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.use_direct_reads: 0 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.db_log_dir: 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.wal_dir: 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T13:15:07.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.write_buffer_manager: 0x562adfaa8dc0 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.unordered_write: 0 2024-09-21T13:15:07.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.row_cache: None 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.wal_filter: None 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.two_write_queues: 0 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.wal_compression: 0 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.atomic_flush: 0 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T13:15:07.251 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.log_readahead_size: 0 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_background_jobs: 2 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_background_compactions: -1 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_subcompactions: 1 2024-09-21T13:15:07.252 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_open_files: -1 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_background_flushes: -1 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Compression algorithms supported: 2024-09-21T13:15:07.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: kZSTD supported: 0 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: kXpressCompression supported: 0 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: kBZip2Compression supported: 0 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: kLZ4Compression supported: 1 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: kZlibCompression supported: 1 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: kSnappyCompression supported: 1 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.merge_operator: 2024-09-21T13:15:07.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_filter: None 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562adfa99320) 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout: cache_index_and_filter_blocks: 1 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout: pin_top_level_index_and_filter: 1 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_type: 0 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout: data_block_index_type: 0 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_shortening: 1 2024-09-21T13:15:07.255 INFO:journalctl@ceph.mon.a.smithi066.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: checksum: 4 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: no_block_cache: 0 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache: 0x562adfa8d1f0 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_name: BinnedLRUCache 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_options: 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: capacity : 536870912 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: num_shard_bits : 4 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: strict_capacity_limit : 0 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: high_pri_pool_ratio: 0.000 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_compressed: (nil) 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: persistent_cache: (nil) 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_size: 4096 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_size_deviation: 10 2024-09-21T13:15:07.256 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_restart_interval: 16 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_block_restart_interval: 1 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: metadata_block_size: 4096 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: partition_filters: 0 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: use_delta_encoding: 1 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: filter_policy: bloomfilter 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: whole_key_filtering: 1 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: verify_compression: 0 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: read_amp_bytes_per_bit: 0 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: format_version: 5 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: enable_index_compression: 1 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_align: 0 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: max_auto_readahead_size: 262144 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: prepopulate_block_cache: 0 2024-09-21T13:15:07.257 INFO:journalctl@ceph.mon.a.smithi066.stdout: initial_auto_readahead_size: 8192 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression: NoCompression 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.num_levels: 7 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T13:15:07.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T13:15:07.259 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T13:15:07.260 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T13:15:07.261 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.inplace_update_support: 0 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.bloom_locality: 0 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.max_successive_merges: 0 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T13:15:07.262 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.ttl: 2592000 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.enable_blob_files: false 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.min_blob_size: 0 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T13:15:07.263 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: 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-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3ea7cd50-826c-4cd9-a09e-61cf3d572da0 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726924506963991, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726924506964980, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84802, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 82949, "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": 77158, "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": 1726924506, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3ea7cd50-826c-4cd9-a09e-61cf3d572da0", "db_session_id": "L9LA78DBP1A3HCZ4Q6IP", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726924506965082, "job": 1, "event": "recovery_finished"} 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: 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-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562adfabae00 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: DB pointer 0x562adfbb6000 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T13:15:07.264 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** DB Stats ** 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** Compaction Stats [default] ** 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: L0 2/0 84.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:15:07.265 INFO:journalctl@ceph.mon.a.smithi066.stdout: Sum 2/0 84.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.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 126.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** Compaction Stats [default] ** 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.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 126.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T13:15:07.266 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative compaction: 0.00 GB write, 24.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval compaction: 0.00 GB write, 24.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout: Block cache BinnedLRUCache@0x562adfa8d1f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: starting mon.a rank 0 at public addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] at bind addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: mon.a@-1(???) e1 preinit fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: mon.a@-1(???).mds e1 new map 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: mon.a@-1(???).mds e1 print_map 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout: e1 2024-09-21T13:15:07.267 INFO:journalctl@ceph.mon.a.smithi066.stdout: btime 2024-09-21T13:15:02:123799+0000 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout: legacy client fscid: -1 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout: No filesystems configured 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:06 smithi066 ceph-mon[23686]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 bash[23668]: c707d9de1281228f561def3c72ab44d26a08a72a2aa7f555c83b6993166f8612 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 systemd[1]: Started Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:15:07.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: monmap epoch 1 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: last_changed 2024-09-21T13:14:59.206607+0000 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: min_mon_release 19 (squid) 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: election_strategy: 1 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: fsmap 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T13:15:07.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:07 smithi066 ceph-mon[23686]: mgrmap e1: no daemons active 2024-09-21T13:15:08.033 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T13:15:08.054 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:15:08.054 INFO:teuthology.orchestra.run.smithi066.stdout:Creating mgr... 2024-09-21T13:15:08.055 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T13:15:08.055 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T13:15:08.309 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y 2024-09-21T13:15:08.310 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y.service: Unit ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y.service not loaded. 2024-09-21T13:15:08.467 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5e7cf636-781b-11ef-baf6-efdc52797490.target.wants/ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y.service → /etc/systemd/system/ceph-5e7cf636-781b-11ef-baf6-efdc52797490@.service. 2024-09-21T13:15:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:08 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/191287834' entity='client.admin' 2024-09-21T13:15:08.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:08 smithi066 podman[23899]: 2024-09-21 13:15:08.603191758 +0000 UTC m=+0.015852476 image pull 164465d2334a36ec69b5e540adc75ef73c92a8a0546664850c2173107383597c quay.ceph.io/ceph-ci/ceph:squid 2024-09-21T13:15:08.952 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T13:15:08.952 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout disabled 2024-09-21T13:15:08.961 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T13:15:08.961 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-09-21T13:15:08.961 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld.service is not enabled 2024-09-21T13:15:08.961 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T13:15:08.972 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T13:15:08.972 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout disabled 2024-09-21T13:15:08.981 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T13:15:08.981 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-09-21T13:15:08.981 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld.service is not enabled 2024-09-21T13:15:08.981 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-21T13:15:08.981 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr to start... 2024-09-21T13:15:08.981 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr... 2024-09-21T13:15:09.057 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:08 smithi066 podman[23899]: 2024-09-21 13:15:08.858692158 +0000 UTC m=+0.271352882 container init 46f8473fc073a33620876322c483c8583c92d7d83c2ad0a99417c43845d873ed (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-4e45e6b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-21T13:15:09.057 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:08 smithi066 podman[23899]: 2024-09-21 13:15:08.861509178 +0000 UTC m=+0.274169904 container start 46f8473fc073a33620876322c483c8583c92d7d83c2ad0a99417c43845d873ed (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=squid-4e45e6b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-21T13:15:09.057 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:08 smithi066 bash[23899]: 46f8473fc073a33620876322c483c8583c92d7d83c2ad0a99417c43845d873ed 2024-09-21T13:15:09.057 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:08 smithi066 systemd[1]: Started Ceph mgr.y for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:15:09.058 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:08 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:08.994+0000 7f4dccd97040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T13:15:09.058 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:09 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:09.055+0000 7f4dccd97040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T13:15:09.329 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:09 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:09.219+0000 7f4dccd97040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T13:15:09.329 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:09 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:09.288+0000 7f4dccd97040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T13:15:09.601 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:09 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3325443310' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-21T13:15:09.601 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:09 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:09.449+0000 7f4dccd97040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:15:10.195 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:09 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:09.599+0000 7f4dccd97040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T13:15:10.196 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:09 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:09.936+0000 7f4dccd97040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T13:15:10.196 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:09.999+0000 7f4dccd97040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T13:15:10.196 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:10.193+0000 7f4dccd97040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T13:15:11.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:11.124+0000 7f4dccd97040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T13:15:11.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:11.194+0000 7f4dccd97040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T13:15:12.228 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:11.956+0000 7f4dccd97040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T13:15:12.228 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.077+0000 7f4dccd97040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T13:15:12.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.226+0000 7f4dccd97040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:15:12.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.291+0000 7f4dccd97040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T13:15:12.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.448+0000 7f4dccd97040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T13:15:12.819 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.520+0000 7f4dccd97040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T13:15:12.820 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.583+0000 7f4dccd97040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T13:15:12.820 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.749+0000 7f4dccd97040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T13:15:12.820 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.818+0000 7f4dccd97040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T13:15:13.104 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.891+0000 7f4dccd97040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T13:15:13.105 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:12.978+0000 7f4dccd97040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T13:15:13.105 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:13.041+0000 7f4dccd97040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T13:15:13.105 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:13.103+0000 7f4dccd97040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T13:15:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:15:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "5e7cf636-781b-11ef-baf6-efdc52797490", 2024-09-21T13:15:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T13:15:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T13:15:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T13:15:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T13:15:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T13:15:13.624 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:15:13.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T13:15:13.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T13:15:13.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T13:15:13.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T13:15:13.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T13:15:13.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T13:15:13.628 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:13.628 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T13:15:13.628 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T13:15:02:123799+0000", 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:13.629 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T13:15:02.124488+0000", 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:15:13.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:13.631 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T13:15:13.631 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:15:13.631 INFO:teuthology.orchestra.run.smithi066.stdout:mgr not available, waiting (1/15)... 2024-09-21T13:15:14.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:13.942+0000 7f4dccd97040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T13:15:14.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: Activating manager daemon y 2024-09-21T13:15:14.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: mgrmap e2: y(active, starting, since 0.00307025s) 2024-09-21T13:15:14.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:15:14.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:15:14.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:15:14.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:15:14.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:15:14.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: Manager daemon y is now available 2024-09-21T13:15:14.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:15:14.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' 2024-09-21T13:15:14.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:15:14.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' 2024-09-21T13:15:14.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:13 smithi066 ceph-mon[23686]: from='mgr.14100 172.21.15.66:0/2598740256' entity='mgr.y' 2024-09-21T13:15:16.026 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:15 smithi066 ceph-mon[23686]: mgrmap e3: y(active, since 1.0078s) 2024-09-21T13:15:16.960 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:16.960 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:15:16.960 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "5e7cf636-781b-11ef-baf6-efdc52797490", 2024-09-21T13:15:16.960 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T13:15:16.960 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T13:15:16.960 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T13:15:16.960 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T13:15:16.961 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:15:16.962 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T13:15:16.962 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T13:15:16.962 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T13:15:16.962 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T13:15:16.965 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T13:15:02:123799+0000", 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T13:15:16.966 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T13:15:02.124488+0000", 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:15:16.967 INFO:teuthology.orchestra.run.smithi066.stdout:mgr is available 2024-09-21T13:15:17.181 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:16 smithi066 ceph-mon[23686]: mgrmap e4: y(active, since 2s) 2024-09-21T13:15:17.181 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:16 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/603290098' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-21T13:15:18.111 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:17 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1519779558' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-21T13:15:18.111 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:17 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1519779558' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T13:15:18.115 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:18.115 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T13:15:18.115 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout fsid = 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:18.115 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.66:3300,v1:172.21.15.66:6789] 2024-09-21T13:15:18.115 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T13:15:18.115 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T13:15:18.116 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling cephadm module... 2024-09-21T13:15:19.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:18 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2856145726' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-21T13:15:19.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ignoring --setuser ceph since I am not root 2024-09-21T13:15:19.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ignoring --setgroup ceph since I am not root 2024-09-21T13:15:19.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:19.098+0000 7f4399f18040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T13:15:19.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:19.158+0000 7f4399f18040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T13:15:19.540 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:19.314+0000 7f4399f18040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T13:15:19.540 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:19.383+0000 7f4399f18040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T13:15:19.540 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:19.538+0000 7f4399f18040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:15:19.791 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:19.688+0000 7f4399f18040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T13:15:20.090 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2856145726' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T13:15:20.090 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:19 smithi066 ceph-mon[23686]: mgrmap e5: y(active, since 5s) 2024-09-21T13:15:20.090 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:20.024+0000 7f4399f18040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T13:15:20.090 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:20.088+0000 7f4399f18040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T13:15:20.406 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:20.289+0000 7f4399f18040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T13:15:21.218 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:20 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/721725111' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-21T13:15:21.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:21.216+0000 7f4399f18040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T13:15:21.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:21.287+0000 7f4399f18040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T13:15:22.308 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.036+0000 7f4399f18040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T13:15:22.308 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.157+0000 7f4399f18040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T13:15:22.563 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.306+0000 7f4399f18040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:15:22.564 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.373+0000 7f4399f18040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T13:15:22.564 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.532+0000 7f4399f18040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T13:15:22.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:15:22.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T13:15:22.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T13:15:22.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-09-21T13:15:22.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T13:15:22.625 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:15:22.625 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for the mgr to restart... 2024-09-21T13:15:22.626 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr epoch 5... 2024-09-21T13:15:22.849 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.605+0000 7f4399f18040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T13:15:22.849 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.672+0000 7f4399f18040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T13:15:22.849 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.847+0000 7f4399f18040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T13:15:23.140 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.917+0000 7f4399f18040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T13:15:23.140 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:22.988+0000 7f4399f18040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T13:15:23.140 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:23.075+0000 7f4399f18040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T13:15:23.140 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:23.138+0000 7f4399f18040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T13:15:23.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:23.200+0000 7f4399f18040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T13:15:24.318 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:24.038+0000 7f4399f18040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: Active manager daemon y restarted 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: Activating manager daemon y 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: osdmap e2: 0 total, 0 up, 0 in 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: mgrmap e6: y(active, starting, since 0.00339812s) 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: Manager daemon y is now available 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:24.319 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:24.320 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:15:24.320 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:15:24.320 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:15:24.320 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:24 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:15:25.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:25 smithi066 ceph-mon[23686]: Found migration_current of "None". Setting to last migration. 2024-09-21T13:15:25.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:25 smithi066 ceph-mon[23686]: mgrmap e7: y(active, since 1.00528s) 2024-09-21T13:15:25.597 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:15:25.597 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T13:15:25.597 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T13:15:25.597 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:15:25.597 INFO:teuthology.orchestra.run.smithi066.stdout:mgr epoch 5 is available 2024-09-21T13:15:25.597 INFO:teuthology.orchestra.run.smithi066.stdout:Setting orchestrator backend to cephadm... 2024-09-21T13:15:26.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:26 smithi066 ceph-mon[23686]: from='client.14126 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T13:15:26.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:26 smithi066 ceph-mon[23686]: from='client.14126 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T13:15:27.297 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-mon[23686]: mgrmap e8: y(active, since 2s) 2024-09-21T13:15:27.297 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:27.297 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:27.297 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-mon[23686]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:15:27.298 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:27.298 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:15:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:27.447+0000 7f4306a3d640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:15:27] ENGINE Error in HTTPServer.serve 2024-09-21T13:15:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: Traceback (most recent call last): 2024-09-21T13:15:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:15:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._connections.run(self.expiration_interval) 2024-09-21T13:15:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:15:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._run(expiration_interval) 2024-09-21T13:15:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: s = self.context.wrap_socket( 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: return self.sslsocket_class._create( 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self.do_handshake() 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._sslobj.do_handshake() 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:15:27.724 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:28.034 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T13:15:28.034 INFO:teuthology.orchestra.run.smithi066.stdout:Generating ssh key... 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:28 smithi066 ceph-mon[23686]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:27] ENGINE Bus STARTING 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:27] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:27] ENGINE Error in HTTPServer.serve 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:15:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: self.do_handshake() 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:27] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:27] ENGINE Bus STARTED 2024-09-21T13:15:28.360 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:28 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:15:29.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-mon[23686]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:15:29.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-mon[23686]: Generating ssh key... 2024-09-21T13:15:29.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:29.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: Generating public/private rsa key pair. 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: Your identification has been saved in /tmp/tmps5d2ek5z/key 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: Your public key has been saved in /tmp/tmps5d2ek5z/key.pub 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: The key fingerprint is: 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: SHA256:RJvzQ20asL7/0M6vCWu4s5K9ivmiHyj+orhwgLG0Tr0 ceph-5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: The key's randomart image is: 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: +---[RSA 3072]----+ 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: | o | 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: | . = . | 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: |.. * o o | 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: |ooo o + + | 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: |+o . S + | 2024-09-21T13:15:29.388 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: |o. .. . o | 2024-09-21T13:15:29.389 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: |o.oE. o..o . | 2024-09-21T13:15:29.389 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: |++ .+o +..* . | 2024-09-21T13:15:29.389 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: |=o+++ooo+*o.*o. | 2024-09-21T13:15:29.389 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: +----[SHA256]-----+ 2024-09-21T13:15:31.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsaEZja4eVwqEwBSk6kBsLszVHSOB+fajJON2O9YHyYCrsQqZF1Z9zRz/xK0ULOLXcxUoXQKxfo2PKj+0z5VnxjPxs9koOy1aCq1pPvuS7ASc5cKfoeKjHjtZkLvkxoZhQfYxUsw9B3oBaIX3bdwFKfDJQcE4EPZpjWL8fR3sZmnsFuG2XryaSUb+chIKWkdAbHUzuXrrSgyItAJOM0w3F2KnDmRurdPG8GDcBijaPvDC0bDTolG6O7d8tDUS58wFrJnqiILWlZvWVK3nt8nuDg2wmKI2c0rnQVet9sCY8+kUnhSAfXRdJtCUeQcQoUOu/qbXiRbshG9J3H3fiHfBuB+0WlcOeE1Qrf5chpyz7fMQVrMdqqH2pNcT2a9BaNJx/Md7dYCMz+omSOfysuO/tvGwD8oxdKQViZmfOI2Vocr/wPXJRuuD3RMfzc3chkMDhzJuaGqF3+15iOV+h3MquujjmwEA7vgKgoMqea0ZrCF0GIGowEAUxF/usKdmp598= ceph-5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:31.096 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T13:15:31.096 INFO:teuthology.orchestra.run.smithi066.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T13:15:31.101 INFO:teuthology.orchestra.run.smithi066.stdout:Adding host smithi066... 2024-09-21T13:15:31.211 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:31 smithi066 ceph-mon[23686]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:15:32.099 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:32 smithi066 ceph-mon[23686]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi066", "addr": "172.21.15.66", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:15:33.337 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:33 smithi066 ceph-mon[23686]: Deploying cephadm binary to smithi066 2024-09-21T13:15:36.145 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Added host 'smithi066' with addr '172.21.15.66' 2024-09-21T13:15:36.146 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying unmanaged mon service... 2024-09-21T13:15:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:36 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:36 smithi066 ceph-mon[23686]: Added host smithi066 2024-09-21T13:15:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:36 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:15:37.461 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T13:15:37.462 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying unmanaged mgr service... 2024-09-21T13:15:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:37 smithi066 ceph-mon[23686]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:15:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:37 smithi066 ceph-mon[23686]: Saving service mon spec with placement count:5 2024-09-21T13:15:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:37 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:39.404 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:39 smithi066 ceph-mon[23686]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:15:39.405 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:39 smithi066 ceph-mon[23686]: Saving service mgr spec with placement count:2 2024-09-21T13:15:39.405 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:39 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:39.405 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:39 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:39.407 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T13:15:41.160 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:40 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:41.160 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:40 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/335160172' entity='client.admin' 2024-09-21T13:15:42.344 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:42 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1855000495' entity='client.admin' 2024-09-21T13:15:42.344 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:42 smithi066 ceph-mon[23686]: from='mgr.14116 172.21.15.66:0/1956945319' entity='mgr.y' 2024-09-21T13:15:42.347 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling the dashboard module... 2024-09-21T13:15:43.304 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3404057194' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-21T13:15:43.305 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ignoring --setuser ceph since I am not root 2024-09-21T13:15:43.305 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ignoring --setgroup ceph since I am not root 2024-09-21T13:15:43.305 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:43.304+0000 7f3844ab2040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T13:15:43.591 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:43.365+0000 7f3844ab2040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T13:15:43.591 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:43.520+0000 7f3844ab2040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T13:15:43.591 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:43.590+0000 7f3844ab2040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T13:15:43.843 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:43.748+0000 7f3844ab2040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:15:44.152 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:43.899+0000 7f3844ab2040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T13:15:44.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:44 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3404057194' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T13:15:44.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:44 smithi066 ceph-mon[23686]: mgrmap e9: y(active, since 19s) 2024-09-21T13:15:44.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:44.232+0000 7f3844ab2040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T13:15:44.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:44.302+0000 7f3844ab2040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T13:15:44.832 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:44.500+0000 7f3844ab2040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T13:15:44.835 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:15:44.835 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-21T13:15:44.836 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T13:15:44.836 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-09-21T13:15:44.836 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T13:15:44.836 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:15:44.836 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for the mgr to restart... 2024-09-21T13:15:44.836 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr epoch 9... 2024-09-21T13:15:45.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:45 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2510124181' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-21T13:15:45.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:45.445+0000 7f3844ab2040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T13:15:45.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:45.515+0000 7f3844ab2040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T13:15:46.531 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:46 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:46.260+0000 7f3844ab2040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T13:15:46.531 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:46 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:46.381+0000 7f3844ab2040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T13:15:46.821 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:46 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:46.530+0000 7f3844ab2040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:15:46.821 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:46 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:46.594+0000 7f3844ab2040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T13:15:46.821 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:46 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:46.749+0000 7f3844ab2040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T13:15:46.821 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:46 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:46.820+0000 7f3844ab2040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T13:15:47.117 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:46 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:46.883+0000 7f3844ab2040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T13:15:47.117 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:47 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:47.048+0000 7f3844ab2040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T13:15:47.117 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:47 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:47.116+0000 7f3844ab2040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T13:15:47.395 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:47 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:47.185+0000 7f3844ab2040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T13:15:47.395 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:47 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:47.271+0000 7f3844ab2040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T13:15:47.395 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:47 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:47.333+0000 7f3844ab2040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T13:15:47.396 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:47 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:47.394+0000 7f3844ab2040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T13:15:48.473 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:48.220+0000 7f3844ab2040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T13:15:48.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: Active manager daemon y restarted 2024-09-21T13:15:48.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: Activating manager daemon y 2024-09-21T13:15:48.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: osdmap e3: 0 total, 0 up, 0 in 2024-09-21T13:15:48.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: mgrmap e10: y(active, starting, since 0.00315692s) 2024-09-21T13:15:48.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:15:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:15:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:15:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:15:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:15:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: Manager daemon y is now available 2024-09-21T13:15:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:15:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:15:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:15:50.052 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-09-21T13:15:50.053 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-21T13:15:50.053 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T13:15:50.053 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-09-21T13:15:50.053 INFO:teuthology.orchestra.run.smithi066.stdout:mgr epoch 9 is available 2024-09-21T13:15:50.053 INFO:teuthology.orchestra.run.smithi066.stdout:Generating a dashboard self-signed certificate... 2024-09-21T13:15:50.159 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:50.003+0000 7f37aa57b640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:15:50] ENGINE Error in HTTPServer.serve 2024-09-21T13:15:50.159 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: Traceback (most recent call last): 2024-09-21T13:15:50.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:15:50.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._connections.run(self.expiration_interval) 2024-09-21T13:15:50.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:15:50.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._run(expiration_interval) 2024-09-21T13:15:50.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:15:50.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:15:50.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:15:50.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: s = self.context.wrap_socket( 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: return self.sslsocket_class._create( 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self.do_handshake() 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._sslobj.do_handshake() 2024-09-21T13:15:50.161 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:15:50.162 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-mon[23686]: mgrmap e11: y(active, since 1.00618s) 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:49] ENGINE Bus STARTING 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:49] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:50] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:50] ENGINE Bus STARTED 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:50 smithi066 ceph-mon[23686]: [21/Sep/2024:13:15:50] ENGINE Error in HTTPServer.serve 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:15:50.461 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: self.do_handshake() 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:15:50.462 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:15:50.463 INFO:journalctl@ceph.mon.a.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:15:51.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-21T13:15:51.292 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial admin user... 2024-09-21T13:15:51.676 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:51 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:51.676 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:51 smithi066 ceph-mon[23686]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:15:51.676 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:51 smithi066 ceph-mon[23686]: mgrmap e12: y(active, since 2s) 2024-09-21T13:15:51.676 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:51 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:51.676 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:51 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:52.701 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$3bIqDAnlLTOTEH7zaApyue/LYzGVgWr.AOcTMvdvQGCMBkXTY70a.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726924552, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T13:15:52.702 INFO:teuthology.orchestra.run.smithi066.stdout:Fetching dashboard port number... 2024-09-21T13:15:53.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:53 smithi066 ceph-mon[23686]: from='client.14162 -' 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-21T13:15:53.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:53 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:54.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T13:15:54.111 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T13:15:54.111 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout disabled 2024-09-21T13:15:54.119 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T13:15:54.119 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-09-21T13:15:54.119 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld.service is not enabled 2024-09-21T13:15:54.119 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T13:15:54.120 INFO:teuthology.orchestra.run.smithi066.stdout:Ceph Dashboard is now available at: 2024-09-21T13:15:54.120 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:54.120 INFO:teuthology.orchestra.run.smithi066.stdout: URL: https://smithi066.front.sepia.ceph.com:8443/ 2024-09-21T13:15:54.121 INFO:teuthology.orchestra.run.smithi066.stdout: User: admin 2024-09-21T13:15:54.121 INFO:teuthology.orchestra.run.smithi066.stdout: Password: zgzcxu74in 2024-09-21T13:15:54.121 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:54.121 INFO:teuthology.orchestra.run.smithi066.stdout:Saving cluster configuration to /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config directory 2024-09-21T13:15:54.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:54 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3254542475' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-21T13:15:55.383 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: ceph telemetry on 2024-09-21T13:15:55.384 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:55.385 INFO:teuthology.orchestra.run.smithi066.stdout:For more information see: 2024-09-21T13:15:55.385 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:55.385 INFO:teuthology.orchestra.run.smithi066.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T13:15:55.385 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:15:55.385 INFO:teuthology.orchestra.run.smithi066.stdout:Bootstrap complete. 2024-09-21T13:15:55.424 INFO:tasks.cephadm:Fetching config... 2024-09-21T13:15:55.425 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:15:55.425 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T13:15:55.441 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T13:15:55.441 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:15:55.441 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T13:15:55.497 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T13:15:55.497 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:15:55.497 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-21T13:15:55.563 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T13:15:55.563 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:15:55.563 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T13:15:55.619 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T13:15:55.620 DEBUG:teuthology.orchestra.run.smithi066:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsaEZja4eVwqEwBSk6kBsLszVHSOB+fajJON2O9YHyYCrsQqZF1Z9zRz/xK0ULOLXcxUoXQKxfo2PKj+0z5VnxjPxs9koOy1aCq1pPvuS7ASc5cKfoeKjHjtZkLvkxoZhQfYxUsw9B3oBaIX3bdwFKfDJQcE4EPZpjWL8fR3sZmnsFuG2XryaSUb+chIKWkdAbHUzuXrrSgyItAJOM0w3F2KnDmRurdPG8GDcBijaPvDC0bDTolG6O7d8tDUS58wFrJnqiILWlZvWVK3nt8nuDg2wmKI2c0rnQVet9sCY8+kUnhSAfXRdJtCUeQcQoUOu/qbXiRbshG9J3H3fiHfBuB+0WlcOeE1Qrf5chpyz7fMQVrMdqqH2pNcT2a9BaNJx/Md7dYCMz+omSOfysuO/tvGwD8oxdKQViZmfOI2Vocr/wPXJRuuD3RMfzc3chkMDhzJuaGqF3+15iOV+h3MquujjmwEA7vgKgoMqea0ZrCF0GIGowEAUxF/usKdmp598= ceph-5e7cf636-781b-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T13:15:55.708 INFO:teuthology.orchestra.run.smithi066.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsaEZja4eVwqEwBSk6kBsLszVHSOB+fajJON2O9YHyYCrsQqZF1Z9zRz/xK0ULOLXcxUoXQKxfo2PKj+0z5VnxjPxs9koOy1aCq1pPvuS7ASc5cKfoeKjHjtZkLvkxoZhQfYxUsw9B3oBaIX3bdwFKfDJQcE4EPZpjWL8fR3sZmnsFuG2XryaSUb+chIKWkdAbHUzuXrrSgyItAJOM0w3F2KnDmRurdPG8GDcBijaPvDC0bDTolG6O7d8tDUS58wFrJnqiILWlZvWVK3nt8nuDg2wmKI2c0rnQVet9sCY8+kUnhSAfXRdJtCUeQcQoUOu/qbXiRbshG9J3H3fiHfBuB+0WlcOeE1Qrf5chpyz7fMQVrMdqqH2pNcT2a9BaNJx/Md7dYCMz+omSOfysuO/tvGwD8oxdKQViZmfOI2Vocr/wPXJRuuD3RMfzc3chkMDhzJuaGqF3+15iOV+h3MquujjmwEA7vgKgoMqea0ZrCF0GIGowEAUxF/usKdmp598= ceph-5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:55.720 DEBUG:teuthology.orchestra.run.smithi084:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsaEZja4eVwqEwBSk6kBsLszVHSOB+fajJON2O9YHyYCrsQqZF1Z9zRz/xK0ULOLXcxUoXQKxfo2PKj+0z5VnxjPxs9koOy1aCq1pPvuS7ASc5cKfoeKjHjtZkLvkxoZhQfYxUsw9B3oBaIX3bdwFKfDJQcE4EPZpjWL8fR3sZmnsFuG2XryaSUb+chIKWkdAbHUzuXrrSgyItAJOM0w3F2KnDmRurdPG8GDcBijaPvDC0bDTolG6O7d8tDUS58wFrJnqiILWlZvWVK3nt8nuDg2wmKI2c0rnQVet9sCY8+kUnhSAfXRdJtCUeQcQoUOu/qbXiRbshG9J3H3fiHfBuB+0WlcOeE1Qrf5chpyz7fMQVrMdqqH2pNcT2a9BaNJx/Md7dYCMz+omSOfysuO/tvGwD8oxdKQViZmfOI2Vocr/wPXJRuuD3RMfzc3chkMDhzJuaGqF3+15iOV+h3MquujjmwEA7vgKgoMqea0ZrCF0GIGowEAUxF/usKdmp598= ceph-5e7cf636-781b-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T13:15:55.850 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:55 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1191028111' entity='client.admin' 2024-09-21T13:15:55.850 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:55 smithi066 ceph-mon[23686]: mgrmap e13: y(active, since 6s) 2024-09-21T13:15:56.001 INFO:teuthology.orchestra.run.smithi084.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsaEZja4eVwqEwBSk6kBsLszVHSOB+fajJON2O9YHyYCrsQqZF1Z9zRz/xK0ULOLXcxUoXQKxfo2PKj+0z5VnxjPxs9koOy1aCq1pPvuS7ASc5cKfoeKjHjtZkLvkxoZhQfYxUsw9B3oBaIX3bdwFKfDJQcE4EPZpjWL8fR3sZmnsFuG2XryaSUb+chIKWkdAbHUzuXrrSgyItAJOM0w3F2KnDmRurdPG8GDcBijaPvDC0bDTolG6O7d8tDUS58wFrJnqiILWlZvWVK3nt8nuDg2wmKI2c0rnQVet9sCY8+kUnhSAfXRdJtCUeQcQoUOu/qbXiRbshG9J3H3fiHfBuB+0WlcOeE1Qrf5chpyz7fMQVrMdqqH2pNcT2a9BaNJx/Md7dYCMz+omSOfysuO/tvGwD8oxdKQViZmfOI2Vocr/wPXJRuuD3RMfzc3chkMDhzJuaGqF3+15iOV+h3MquujjmwEA7vgKgoMqea0ZrCF0GIGowEAUxF/usKdmp598= ceph-5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:15:56.015 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T13:15:56.278 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:15:57.996 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T13:15:57.997 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T13:15:58.245 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:15:58.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:58.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:58.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:15:58.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:58.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:15:58.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:58.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2613909116' entity='client.admin' 2024-09-21T13:15:58.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:15:58.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:15:59.661 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi084 2024-09-21T13:15:59.661 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-21T13:15:59.662 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/etc/ceph/ceph.conf 2024-09-21T13:15:59.680 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-21T13:15:59.680 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:15:59.739 INFO:tasks.cephadm:Adding host smithi084 to orchestrator... 2024-09-21T13:15:59.739 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch host add smithi084 2024-09-21T13:15:59.989 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:00.200 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:15:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:00 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:16:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:00 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:16:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:01 smithi066 ceph-mon[23686]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi084", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:03.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:02 smithi066 ceph-mon[23686]: Deploying cephadm binary to smithi084 2024-09-21T13:16:04.343 INFO:teuthology.orchestra.run.smithi066.stdout:Added host 'smithi084' with addr '172.21.15.84' 2024-09-21T13:16:05.050 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T13:16:05.299 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:16:05.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:05.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:05 smithi066 ceph-mon[23686]: Added host smithi084 2024-09-21T13:16:05.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:05.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:05.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:05.941 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:16:05.941 INFO:teuthology.orchestra.run.smithi066.stdout:[{"addr": "172.21.15.66", "hostname": "smithi066", "labels": [], "status": ""}, {"addr": "172.21.15.84", "hostname": "smithi084", "labels": [], "status": ""}] 2024-09-21T13:16:06.479 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T13:16:06.479 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd crush tunables default 2024-09-21T13:16:06.726 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:16:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:06 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:06 smithi066 ceph-mon[23686]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:16:07.687 INFO:teuthology.orchestra.run.smithi066.stderr:adjusted tunables profile to default 2024-09-21T13:16:07.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:07 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/831487199' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-21T13:16:08.273 INFO:tasks.cephadm:Adding mon.a on smithi066 2024-09-21T13:16:08.273 INFO:tasks.cephadm:Adding mon.c on smithi066 2024-09-21T13:16:08.273 INFO:tasks.cephadm:Adding mon.b on smithi084 2024-09-21T13:16:08.274 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch apply mon '3;smithi066:172.21.15.66=a;smithi066:[v2:172.21.15.66:3301,v1:172.21.15.66:6790]=c;smithi084:172.21.15.84=b' 2024-09-21T13:16:08.555 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T13:16:08.625 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/831487199' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:09.316 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled mon update... 2024-09-21T13:16:09.918 DEBUG:teuthology.orchestra.run.smithi066:mon.c> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.c.service 2024-09-21T13:16:09.922 DEBUG:teuthology.orchestra.run.smithi084:mon.b> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.b.service 2024-09-21T13:16:09.924 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:16:09.924 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:16:10.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:10.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:11.040 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:11.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:11 smithi066 ceph-mon[23686]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi066:172.21.15.66=a;smithi066:[v2:172.21.15.66:3301,v1:172.21.15.66:6790]=c;smithi084:172.21.15.84=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:11.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:11 smithi066 ceph-mon[23686]: Saving service mon spec with placement smithi066:172.21.15.66=a;smithi066:[v2:172.21.15.66:3301,v1:172.21.15.66:6790]=c;smithi084:172.21.15.84=b;count:3 2024-09-21T13:16:11.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:11 smithi066 ceph-mon[23686]: Deploying daemon mon.b on smithi084 2024-09-21T13:16:11.986 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:16:11.986 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":1,"fsid":"5e7cf636-781b-11ef-baf6-efdc52797490","modified":"2024-09-21T13:14:59.206607Z","created":"2024-09-21T13:14:59.206607Z","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.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T13:16:11.986 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 1 2024-09-21T13:16:12.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:12 smithi066 ceph-mon[23686]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:12.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:12 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/302405546' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:13.578 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:16:13.578 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:16:13.943 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:16:14.065 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:13 smithi084 systemd[1]: Starting Ceph mon.b for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:16:14.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:14 smithi066 ceph-mon[23686]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:14.649 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:16:14.649 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":1,"fsid":"5e7cf636-781b-11ef-baf6-efdc52797490","modified":"2024-09-21T13:14:59.206607Z","created":"2024-09-21T13:14:59.206607Z","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.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T13:16:14.649 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 1 2024-09-21T13:16:15.012 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:14 smithi084 podman[27621]: 2024-09-21 13:16:14.526200412 +0000 UTC m=+0.015922921 image pull 164465d2334a36ec69b5e540adc75ef73c92a8a0546664850c2173107383597c quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64 2024-09-21T13:16:15.012 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:14 smithi084 podman[27621]: 2024-09-21 13:16:14.631201578 +0000 UTC m=+0.120924082 container create bc62875c0f14e9b5777df5882227b380509b2f48e9333ec2f28066112b699313 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, RELEASE=squid-4e45e6b, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:16:15.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:15 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/2024319843' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:15.586 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 podman[27621]: 2024-09-21 13:16:15.528579213 +0000 UTC m=+1.018301717 container init bc62875c0f14e9b5777df5882227b380509b2f48e9333ec2f28066112b699313 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-4e45e6b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS) 2024-09-21T13:16:15.586 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 podman[27621]: 2024-09-21 13:16:15.532078342 +0000 UTC m=+1.021800842 container start bc62875c0f14e9b5777df5882227b380509b2f48e9333ec2f28066112b699313 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-4e45e6b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:16:15.586 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable), process ceph-mon, pid 2 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: pidfile_write: ignore empty --pid-file 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: load: jerasure load: lrc 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: RocksDB version: 7.9.2 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Git sha 0 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Compile date 2024-09-20 20:39:57 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: DB SUMMARY 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: DB Session ID: KKJ3XMZEWILLD8MZGQYL 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: CURRENT file: CURRENT 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T13:16:15.587 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.error_if_exists: 0 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.create_if_missing: 0 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.paranoid_checks: 1 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.env: 0x56457ab41940 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.info_log: 0x56457cf236e0 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T13:16:15.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.statistics: (nil) 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.use_fsync: 0 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_log_file_size: 0 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.allow_fallocate: 1 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.use_direct_reads: 0 2024-09-21T13:16:15.589 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.db_log_dir: 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.wal_dir: 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T13:16:15.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.write_buffer_manager: 0x56457cf32dc0 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.unordered_write: 0 2024-09-21T13:16:15.591 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T13:16:15.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T13:16:15.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T13:16:15.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T13:16:15.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.row_cache: None 2024-09-21T13:16:15.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.wal_filter: None 2024-09-21T13:16:15.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T13:16:15.593 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T13:16:15.593 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.two_write_queues: 0 2024-09-21T13:16:15.593 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T13:16:15.593 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.wal_compression: 0 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.atomic_flush: 0 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.log_readahead_size: 0 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T13:16:15.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_background_jobs: 2 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_background_compactions: -1 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_subcompactions: 1 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T13:16:15.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_open_files: -1 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_background_flushes: -1 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Compression algorithms supported: 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: kZSTD supported: 0 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: kXpressCompression supported: 0 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: kBZip2Compression supported: 0 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T13:16:15.596 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: kLZ4Compression supported: 1 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: kZlibCompression supported: 1 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: kSnappyCompression supported: 1 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.merge_operator: 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_filter: None 2024-09-21T13:16:15.597 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T13:16:15.598 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T13:16:15.598 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T13:16:15.598 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T13:16:15.598 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56457cf23320) 2024-09-21T13:16:15.598 INFO:journalctl@ceph.mon.b.smithi084.stdout: cache_index_and_filter_blocks: 1 2024-09-21T13:16:15.598 INFO:journalctl@ceph.mon.b.smithi084.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T13:16:15.598 INFO:journalctl@ceph.mon.b.smithi084.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T13:16:15.598 INFO:journalctl@ceph.mon.b.smithi084.stdout: pin_top_level_index_and_filter: 1 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: index_type: 0 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: data_block_index_type: 0 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: index_shortening: 1 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: checksum: 4 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: no_block_cache: 0 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_cache: 0x56457cf171f0 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_cache_name: BinnedLRUCache 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_cache_options: 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: capacity : 536870912 2024-09-21T13:16:15.599 INFO:journalctl@ceph.mon.b.smithi084.stdout: num_shard_bits : 4 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: strict_capacity_limit : 0 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: high_pri_pool_ratio: 0.000 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_cache_compressed: (nil) 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: persistent_cache: (nil) 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_size: 4096 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_size_deviation: 10 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_restart_interval: 16 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: index_block_restart_interval: 1 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: metadata_block_size: 4096 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: partition_filters: 0 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: use_delta_encoding: 1 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: filter_policy: bloomfilter 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: whole_key_filtering: 1 2024-09-21T13:16:15.600 INFO:journalctl@ceph.mon.b.smithi084.stdout: verify_compression: 0 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout: read_amp_bytes_per_bit: 0 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout: format_version: 5 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout: enable_index_compression: 1 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_align: 0 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout: max_auto_readahead_size: 262144 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout: prepopulate_block_cache: 0 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout: initial_auto_readahead_size: 8192 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression: NoCompression 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T13:16:15.601 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.num_levels: 7 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T13:16:15.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:16:15.603 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T13:16:15.604 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T13:16:15.605 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.inplace_update_support: 0 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.bloom_locality: 0 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.max_successive_merges: 0 2024-09-21T13:16:15.606 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.ttl: 2592000 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.enable_blob_files: false 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.min_blob_size: 0 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T13:16:15.607 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T13:16:15.608 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T13:16:15.608 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T13:16:15.608 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T13:16:15.609 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T13:16:15.609 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-21T13:16:15.609 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T13:16:15.609 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a46c18c7-efc3-4f27-a87d-7eb5c40ddc47 2024-09-21T13:16:15.609 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726924575561091, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726924575561537, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "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": 401, "raw_average_value_size": 80, "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": 1726924575, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a46c18c7-efc3-4f27-a87d-7eb5c40ddc47", "db_session_id": "KKJ3XMZEWILLD8MZGQYL", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726924575561638, "job": 1, "event": "recovery_finished"} 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56457cf44e00 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: DB pointer 0x56457d040000 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout: ** DB Stats ** 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:16:15.610 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: ** Compaction Stats [default] ** 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:16:15.611 INFO:journalctl@ceph.mon.b.smithi084.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 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: ** Compaction Stats [default] ** 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.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 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T13:16:15.612 INFO:journalctl@ceph.mon.b.smithi084.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout: Interval compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout: Block cache BinnedLRUCache@0x56457cf171f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: using public_addr v2:172.21.15.84:0/0 -> [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] 2024-09-21T13:16:15.613 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: starting mon.b rank -1 at public addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] at bind addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(???) e0 preinit fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).mds e1 new map 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout: e1 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout: btime 2024-09-21T13:15:02:123799+0000 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout: legacy client fscid: -1 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout: No filesystems configured 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-21T13:16:15.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/2024319843' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:15.615 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 ceph-mon[27656]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-21T13:16:15.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 bash[27621]: bc62875c0f14e9b5777df5882227b380509b2f48e9333ec2f28066112b699313 2024-09-21T13:16:15.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:15 smithi084 systemd[1]: Started Ceph mon.b for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:16:16.358 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:16:16.358 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:16:16.625 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:16:20.859 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:16:20.859 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":2,"fsid":"5e7cf636-781b-11ef-baf6-efdc52797490","modified":"2024-09-21T13:16:15.592047Z","created":"2024-09-21T13:14:59.206607Z","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.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T13:16:20.860 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 2 2024-09-21T13:16:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: mon.a calling monitor election 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: mon.b calling monitor election 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: monmap epoch 2 2024-09-21T13:16:20.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: last_changed 2024-09-21T13:16:15.592047+0000 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: min_mon_release 19 (squid) 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: election_strategy: 1 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: fsmap 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: mgrmap e13: y(active, since 32s) 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: overall HEALTH_OK 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:20.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:20.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: mon.a calling monitor election 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: mon.b calling monitor election 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: monmap epoch 2 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: last_changed 2024-09-21T13:16:15.592047+0000 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: min_mon_release 19 (squid) 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: election_strategy: 1 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: fsmap 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: mgrmap e13: y(active, since 32s) 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: overall HEALTH_OK 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:21.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:21.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:21.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:21.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:21.938 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:21 smithi066 ceph-mon[23686]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:21.938 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:21 smithi066 ceph-mon[23686]: Deploying daemon mon.c on smithi066 2024-09-21T13:16:21.938 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:21 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/1247127522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:21.939 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:21 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:22.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:21 smithi084 ceph-mon[27656]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:22.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:21 smithi084 ceph-mon[27656]: Deploying daemon mon.c on smithi066 2024-09-21T13:16:22.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:21 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/1247127522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:21 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:22.404 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:16:22.404 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:16:22.654 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:16:22.845 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:16:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:16:22.591+0000 7f37e37bb640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-21T13:16:23.375 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:16:23.375 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":2,"fsid":"5e7cf636-781b-11ef-baf6-efdc52797490","modified":"2024-09-21T13:16:15.592047Z","created":"2024-09-21T13:14:59.206607Z","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.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T13:16:23.375 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 2 2024-09-21T13:16:23.922 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:23 smithi084 ceph-mon[27656]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:23.922 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:23 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/1985216374' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:23.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:23 smithi066 ceph-mon[23686]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:23.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:23 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/1985216374' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:23.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:23 smithi066 systemd[1]: Started Ceph mon.c for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:16:24.924 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T13:16:24.924 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T13:16:25.171 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:16:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: mon.a calling monitor election 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: mon.b calling monitor election 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: mon.c calling monitor election 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:16:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: monmap epoch 3 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: min_mon_release 19 (squid) 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: election_strategy: 1 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: fsmap 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: mgrmap e13: y(active, since 40s) 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: overall HEALTH_OK 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: mon.a calling monitor election 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: mon.b calling monitor election 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: mon.c calling monitor election 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:29.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: monmap epoch 3 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: min_mon_release 19 (squid) 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: election_strategy: 1 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: fsmap 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: mgrmap e13: y(active, since 40s) 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: overall HEALTH_OK 2024-09-21T13:16:29.248 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:28 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:16:29.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: mon.a calling monitor election 2024-09-21T13:16:29.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:16:29.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: mon.b calling monitor election 2024-09-21T13:16:29.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:29.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: mon.c calling monitor election 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: monmap epoch 3 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:29.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: min_mon_release 19 (squid) 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: election_strategy: 1 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: fsmap 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: mgrmap e13: y(active, since 40s) 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: overall HEALTH_OK 2024-09-21T13:16:29.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:28 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:29.456 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:16:29.456 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":3,"fsid":"5e7cf636-781b-11ef-baf6-efdc52797490","modified":"2024-09-21T13:16:23.864314Z","created":"2024-09-21T13:14:59.206607Z","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.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3301","nonce":0},{"type":"v1","addr":"172.21.15.66:6790","nonce":0}]},"addr":"172.21.15.66:6790/0","public_addr":"172.21.15.66:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-21T13:16:29.457 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 3 2024-09-21T13:16:30.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:29 smithi084 ceph-mon[27656]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:30.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:29 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:30.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:29 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/3645799156' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:30.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:29 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:30.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:29 smithi066 ceph-mon[23686]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:30.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:29 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:30.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:29 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/3645799156' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:30.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:29 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:30.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:29 smithi066 ceph-mon[31353]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:30.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:29 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:30.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:29 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/3645799156' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-21T13:16:30.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:29 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:16:30.682 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T13:16:30.682 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T13:16:30.954 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:16:31.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:31.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:31.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:31.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:31.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:31.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:31.639 INFO:teuthology.orchestra.run.smithi066.stdout:# minimal ceph.conf for 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:31.639 INFO:teuthology.orchestra.run.smithi066.stdout:[global] 2024-09-21T13:16:31.639 INFO:teuthology.orchestra.run.smithi066.stdout: fsid = 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:16:31.639 INFO:teuthology.orchestra.run.smithi066.stdout: mon_host = [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] 2024-09-21T13:16:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[23686]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[23686]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[23686]: Reconfiguring daemon mon.a on smithi066 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3414070090' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[31353]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[31353]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[31353]: Reconfiguring daemon mon.a on smithi066 2024-09-21T13:16:32.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:32 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3414070090' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:32.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:32 smithi084 ceph-mon[27656]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:32.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:32 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:32 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:16:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:32 smithi084 ceph-mon[27656]: Reconfiguring mon.a (unknown last config time)... 2024-09-21T13:16:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:32 smithi084 ceph-mon[27656]: Reconfiguring daemon mon.a on smithi066 2024-09-21T13:16:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:32 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3414070090' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:33.070 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T13:16:33.070 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:16:33.070 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T13:16:33.099 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:16:33.099 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:16:33.165 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-21T13:16:33.165 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T13:16:33.199 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-21T13:16:33.199 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:16:33.268 INFO:tasks.cephadm:Adding mgr.y on smithi066 2024-09-21T13:16:33.268 INFO:tasks.cephadm:Adding mgr.x on smithi084 2024-09-21T13:16:33.268 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch apply mgr '2;smithi066=y;smithi084=x' 2024-09-21T13:16:33.547 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:16:33.976 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:33.977 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:33.977 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:33.977 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: Reconfiguring mon.c (monmap changed)... 2024-09-21T13:16:33.977 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:33.977 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:33.977 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:33.977 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: Reconfiguring daemon mon.c on smithi066 2024-09-21T13:16:33.977 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:33.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:33.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: Reconfiguring mon.c (monmap changed)... 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: Reconfiguring daemon mon.c on smithi066 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: Reconfiguring mon.c (monmap changed)... 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:33.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:33.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: Reconfiguring daemon mon.c on smithi066 2024-09-21T13:16:33.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:34.180 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled mgr update... 2024-09-21T13:16:34.724 DEBUG:teuthology.orchestra.run.smithi084:mgr.x> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x.service 2024-09-21T13:16:34.727 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T13:16:34.727 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T13:16:34.727 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:16:34.727 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T13:16:34.747 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-21T13:16:34.747 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_1 2024-09-21T13:16:34.806 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T13:16:34.806 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:16:34.806 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-21T13:16:34.807 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:16:34.807 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:16:34.807 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-09-21 13:16:23.281955430 +0000 2024-09-21T13:16:34.807 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-09-21 13:13:41.850164568 +0000 2024-09-21T13:16:34.807 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-09-21 13:13:41.850164568 +0000 2024-09-21T13:16:34.807 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: 2024-09-21 13:13:41.850164568 +0000 2024-09-21T13:16:34.807 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T13:16:34.875 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-09-21T13:16:34.875 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-09-21T13:16:34.875 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000210827 s, 2.4 MB/s 2024-09-21T13:16:34.876 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T13:16:34.935 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_2 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-09-21 13:16:23.281955430 +0000 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-09-21 13:13:42.192161824 +0000 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-09-21 13:13:42.192161824 +0000 2024-09-21T13:16:34.994 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: 2024-09-21 13:13:42.192161824 +0000 2024-09-21T13:16:34.994 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T13:16:35.060 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-09-21T13:16:35.060 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-09-21T13:16:35.060 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000183597 s, 2.8 MB/s 2024-09-21T13:16:35.061 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T13:16:35.119 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_3 2024-09-21T13:16:35.176 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T13:16:35.176 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:16:35.176 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-09-21T13:16:35.176 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:16:35.176 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:16:35.176 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-09-21 13:16:23.281955430 +0000 2024-09-21T13:16:35.177 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-09-21 13:13:42.526159143 +0000 2024-09-21T13:16:35.177 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-09-21 13:13:42.526159143 +0000 2024-09-21T13:16:35.177 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: 2024-09-21 13:13:42.526159143 +0000 2024-09-21T13:16:35.177 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T13:16:35.242 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-09-21T13:16:35.242 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-09-21T13:16:35.242 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000205302 s, 2.5 MB/s 2024-09-21T13:16:35.243 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T13:16:35.301 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_4 2024-09-21T13:16:35.357 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T13:16:35.357 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:16:35.358 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-21T13:16:35.358 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:16:35.358 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:16:35.358 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-09-21 13:16:23.282955422 +0000 2024-09-21T13:16:35.358 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-09-21 13:13:42.858156479 +0000 2024-09-21T13:16:35.358 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-09-21 13:13:42.858156479 +0000 2024-09-21T13:16:35.358 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: 2024-09-21 13:13:42.858156479 +0000 2024-09-21T13:16:35.358 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi066=y;smithi084=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: Saving service mgr spec with placement smithi066=y;smithi084=x;count:2 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: Reconfiguring mon.b (monmap changed)... 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:35 smithi084 ceph-mon[27656]: Reconfiguring daemon mon.b on smithi084 2024-09-21T13:16:35.421 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-09-21T13:16:35.422 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-09-21T13:16:35.422 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000202862 s, 2.5 MB/s 2024-09-21T13:16:35.423 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T13:16:35.480 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-21T13:16:35.480 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T13:16:35.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi066=y;smithi084=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:35.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: Saving service mgr spec with placement smithi066=y;smithi084=x;count:2 2024-09-21T13:16:35.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: Reconfiguring mon.b (monmap changed)... 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[31353]: Reconfiguring daemon mon.b on smithi084 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi066=y;smithi084=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: Saving service mgr spec with placement smithi066=y;smithi084=x;count:2 2024-09-21T13:16:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: Reconfiguring mon.b (monmap changed)... 2024-09-21T13:16:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:16:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:16:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:35 smithi066 ceph-mon[23686]: Reconfiguring daemon mon.b on smithi084 2024-09-21T13:16:35.497 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-21T13:16:35.497 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_1 2024-09-21T13:16:35.553 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T13:16:35.554 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:16:35.554 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-21T13:16:35.554 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:16:35.554 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:16:35.554 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-09-21 13:16:13.864250518 +0000 2024-09-21T13:16:35.554 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-09-21 13:13:37.171124321 +0000 2024-09-21T13:16:35.554 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-09-21 13:13:37.171124321 +0000 2024-09-21T13:16:35.554 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-09-21 13:13:37.171124321 +0000 2024-09-21T13:16:35.554 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T13:16:35.618 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-09-21T13:16:35.618 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-09-21T13:16:35.618 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000209432 s, 2.4 MB/s 2024-09-21T13:16:35.619 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T13:16:35.676 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_2 2024-09-21T13:16:35.731 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T13:16:35.731 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:16:35.731 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-21T13:16:35.731 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:16:35.731 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:16:35.731 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-09-21 13:16:13.864250518 +0000 2024-09-21T13:16:35.731 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-09-21 13:13:37.492118312 +0000 2024-09-21T13:16:35.731 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-09-21 13:13:37.492118312 +0000 2024-09-21T13:16:35.732 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-09-21 13:13:37.492118312 +0000 2024-09-21T13:16:35.732 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T13:16:35.794 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-09-21T13:16:35.794 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-09-21T13:16:35.794 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000223587 s, 2.3 MB/s 2024-09-21T13:16:35.795 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T13:16:35.852 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_3 2024-09-21T13:16:35.908 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T13:16:35.908 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:16:35.908 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-09-21T13:16:35.908 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:16:35.908 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:16:35.908 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-09-21 13:16:13.865250500 +0000 2024-09-21T13:16:35.909 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-09-21 13:13:37.811112341 +0000 2024-09-21T13:16:35.909 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-09-21 13:13:37.811112341 +0000 2024-09-21T13:16:35.909 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-09-21 13:13:37.811112341 +0000 2024-09-21T13:16:35.909 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T13:16:35.971 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-09-21T13:16:35.971 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-09-21T13:16:35.971 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000174047 s, 2.9 MB/s 2024-09-21T13:16:35.973 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T13:16:36.029 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_4 2024-09-21T13:16:36.086 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T13:16:36.086 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T13:16:36.086 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-21T13:16:36.086 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T13:16:36.086 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T13:16:36.086 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-09-21 13:16:13.865250500 +0000 2024-09-21T13:16:36.087 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-09-21 13:13:38.151105977 +0000 2024-09-21T13:16:36.087 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-09-21 13:13:38.151105977 +0000 2024-09-21T13:16:36.087 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-09-21 13:13:38.151105977 +0000 2024-09-21T13:16:36.087 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T13:16:36.152 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-09-21T13:16:36.152 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-09-21T13:16:36.152 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000185002 s, 2.8 MB/s 2024-09-21T13:16:36.153 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T13:16:36.211 INFO:tasks.cephadm:Deploying osd.0 on smithi066 with /dev/vg_nvme/lv_4... 2024-09-21T13:16:36.211 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T13:16:36.336 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:16:36.337 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:36.465 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:16:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:36.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:16:36.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T13:16:36.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:16:36.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:37.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:37 smithi066 ceph-mon[23686]: Deploying daemon mgr.x on smithi084 2024-09-21T13:16:37.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:37 smithi066 ceph-mon[31353]: Deploying daemon mgr.x on smithi084 2024-09-21T13:16:37.547 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:37 smithi084 ceph-mon[27656]: Deploying daemon mgr.x on smithi084 2024-09-21T13:16:37.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:37 smithi084 podman[29460]: 2024-09-21 13:16:37.759688933 +0000 UTC m=+0.115838428 container create 7ea426d6a543e274511fe826bbd7330bff8c0e8aaf5695a0732e1fe0bd7d962a (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=squid-4e45e6b, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:16:38.165 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:37 smithi084 podman[29460]: 2024-09-21 13:16:37.978309167 +0000 UTC m=+0.334458662 container init 7ea426d6a543e274511fe826bbd7330bff8c0e8aaf5695a0732e1fe0bd7d962a (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, RELEASE=squid-4e45e6b, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-21T13:16:38.165 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:37 smithi084 podman[29460]: 2024-09-21 13:16:37.981019717 +0000 UTC m=+0.337169214 container start 7ea426d6a543e274511fe826bbd7330bff8c0e8aaf5695a0732e1fe0bd7d962a (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-4e45e6b, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:16:38.165 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-mgr[29479]: -- 172.21.15.84:0/2157181004 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563f220450e0 con 0x563f22022800 2024-09-21T13:16:38.165 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 bash[29460]: 7ea426d6a543e274511fe826bbd7330bff8c0e8aaf5695a0732e1fe0bd7d962a 2024-09-21T13:16:38.166 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 systemd[1]: Started Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:16:38.166 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:38.104+0000 7fc0988b8040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T13:16:38.166 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:38.163+0000 7fc0988b8040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T13:16:38.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[23686]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:38.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[31353]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:38 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.569 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:38.320+0000 7fc0988b8040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T13:16:38.569 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:38.389+0000 7fc0988b8040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T13:16:38.569 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:38.568+0000 7fc0988b8040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:16:38.570 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-mon[27656]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:38.570 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.570 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.570 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.570 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:38.868 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:38.725+0000 7fc0988b8040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T13:16:38.888 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:16:38.914 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi066:vg_nvme/lv_4 2024-09-21T13:16:39.165 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:16:39.217 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:39.048+0000 7fc0988b8040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T13:16:39.217 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:39.108+0000 7fc0988b8040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T13:16:39.469 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:39 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:39.469 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:39 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:39.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:39 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:39.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:39 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:39 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:39 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:39.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:39.302+0000 7fc0988b8040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T13:16:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:16:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:16:40.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:16:40.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:40.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:16:40.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:16:40.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:40.618 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:40.182+0000 7fc0988b8040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:40.249+0000 7fc0988b8040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:16:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:16:40.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:40.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:16:40.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:16:40.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:41.086 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:40.970+0000 7fc0988b8040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T13:16:41.086 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.084+0000 7fc0988b8040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T13:16:41.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.226+0000 7fc0988b8040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.287+0000 7fc0988b8040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: Reconfiguring mgr.y (unknown last config time)... 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: Reconfiguring daemon mgr.y on smithi066 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: Reconfiguring mgr.y (unknown last config time)... 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: Reconfiguring daemon mgr.y on smithi066 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:41.409 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: Reconfiguring mgr.y (unknown last config time)... 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: Reconfiguring daemon mgr.y on smithi066 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:41.410 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:41 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:41.719 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.435+0000 7fc0988b8040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T13:16:41.719 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.502+0000 7fc0988b8040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T13:16:41.719 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.562+0000 7fc0988b8040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T13:16:41.719 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.717+0000 7fc0988b8040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T13:16:41.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.782+0000 7fc0988b8040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T13:16:41.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.849+0000 7fc0988b8040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T13:16:41.992 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.930+0000 7fc0988b8040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T13:16:41.992 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:41.990+0000 7fc0988b8040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T13:16:42.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:42 smithi084 ceph-mon[27656]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:42.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:42.049+0000 7fc0988b8040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T13:16:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:42 smithi066 ceph-mon[23686]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:42 smithi066 ceph-mon[31353]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:43.118 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:16:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:16:42.832+0000 7fc0988b8040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: Standby manager daemon x started 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3193908952' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "277012d9-3716-4138-8541-5d954a07eea2"}]: dispatch 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3193908952' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "277012d9-3716-4138-8541-5d954a07eea2"}]': finished 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:16:43.379 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: Standby manager daemon x started 2024-09-21T13:16:43.380 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:16:43.380 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:16:43.380 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:16:43.380 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:16:43.380 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3193908952' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "277012d9-3716-4138-8541-5d954a07eea2"}]: dispatch 2024-09-21T13:16:43.380 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3193908952' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "277012d9-3716-4138-8541-5d954a07eea2"}]': finished 2024-09-21T13:16:43.380 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T13:16:43.380 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:16:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: Standby manager daemon x started 2024-09-21T13:16:43.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:16:43.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:16:43.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:16:43.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2659980521' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:16:43.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3193908952' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "277012d9-3716-4138-8541-5d954a07eea2"}]: dispatch 2024-09-21T13:16:43.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3193908952' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "277012d9-3716-4138-8541-5d954a07eea2"}]': finished 2024-09-21T13:16:43.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T13:16:43.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:16:44.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:44 smithi066 ceph-mon[31353]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:44.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:44 smithi066 ceph-mon[31353]: mgrmap e14: y(active, since 55s), standbys: x 2024-09-21T13:16:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:44 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:16:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:44 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/698908256' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:16:44.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:44 smithi066 ceph-mon[23686]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:44.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:44 smithi066 ceph-mon[23686]: mgrmap e14: y(active, since 55s), standbys: x 2024-09-21T13:16:44.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:44 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:16:44.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:44 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/698908256' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:16:44.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:44 smithi084 ceph-mon[27656]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:44.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:44 smithi084 ceph-mon[27656]: mgrmap e14: y(active, since 55s), standbys: x 2024-09-21T13:16:44.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:44 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:16:44.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:44 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/698908256' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:16:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:45 smithi084 ceph-mon[27656]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:45.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:45 smithi066 ceph-mon[31353]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:45.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:45 smithi066 ceph-mon[23686]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:47.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:47 smithi084 ceph-mon[27656]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:47.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:47 smithi066 ceph-mon[23686]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:47.725 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:47 smithi066 ceph-mon[31353]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:49.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:49 smithi084 ceph-mon[27656]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:49.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:49 smithi066 ceph-mon[23686]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:49.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:49 smithi066 ceph-mon[31353]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:50 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T13:16:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:50 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:50 smithi066 ceph-mon[23686]: Deploying daemon osd.0 on smithi066 2024-09-21T13:16:50.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:50 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T13:16:50.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:50 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:50.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:50 smithi066 ceph-mon[31353]: Deploying daemon osd.0 on smithi066 2024-09-21T13:16:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:50 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-21T13:16:50.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:50 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:50.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:50 smithi084 ceph-mon[27656]: Deploying daemon osd.0 on smithi066 2024-09-21T13:16:51.593 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:51 smithi066 ceph-mon[23686]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:51.594 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:51 smithi066 ceph-mon[31353]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:51 smithi084 ceph-mon[27656]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:53.369 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:53 smithi066 ceph-mon[23686]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:53.370 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:53 smithi066 ceph-mon[31353]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:53 smithi084 ceph-mon[27656]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:55.542 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:55 smithi066 ceph-mon[23686]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:55.542 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:55 smithi066 ceph-mon[31353]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:55 smithi084 ceph-mon[27656]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:56.562 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:56 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:56.562 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:56 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:56.563 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:56 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:56.563 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:56 smithi066 ceph-mon[23686]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:56.563 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:56 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:56.563 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:56 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:56.563 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:56 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:56.563 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:56 smithi066 ceph-mon[31353]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:56 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:16:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:56 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:56 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:56 smithi084 ceph-mon[27656]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:59.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:59 smithi084 ceph-mon[27656]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:59.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:59.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:59.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:59.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:59.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:16:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:59.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[23686]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[31353]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:16:59.985 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:16:59.986 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:16:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:00.027 INFO:teuthology.orchestra.run.smithi066.stdout:Created osd(s) 0 on host 'smithi066' 2024-09-21T13:17:00.638 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:00 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:00.638 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:00 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:00.639 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:00 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:00.639 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:00 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:00.639 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:00 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:00.639 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:00 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:00.670 DEBUG:teuthology.orchestra.run.smithi066:osd.0> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.0.service 2024-09-21T13:17:00.673 INFO:tasks.cephadm:Deploying osd.1 on smithi066 with /dev/vg_nvme/lv_3... 2024-09-21T13:17:00.673 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-21T13:17:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:00 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:00 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:00 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:01.494 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:01 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[35135]: 2024-09-21T13:17:01.154+0000 7fd19577d640 -1 osd.0 0 log_to_monitors true 2024-09-21T13:17:01.828 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:17:02.357 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:02 smithi066 ceph-mon[23686]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:02.358 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:02 smithi066 ceph-mon[23686]: from='osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T13:17:02.358 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:02 smithi066 ceph-mon[23686]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T13:17:02.358 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:02 smithi066 ceph-mon[31353]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:02.358 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:02 smithi066 ceph-mon[31353]: from='osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T13:17:02.358 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:02 smithi066 ceph-mon[31353]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T13:17:02.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:02 smithi084 ceph-mon[27656]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:02.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:02 smithi084 ceph-mon[27656]: from='osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T13:17:02.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:02 smithi084 ceph-mon[27656]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-21T13:17:03.317 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[31353]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[31353]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[31353]: from='osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[31353]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[23686]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[23686]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[23686]: from='osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:03.318 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-mon[23686]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:03.319 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[35135]: 2024-09-21T13:17:03.037+0000 7fd191700640 -1 osd.0 0 waiting for initial osdmap 2024-09-21T13:17:03.319 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:03 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[35135]: 2024-09-21T13:17:03.039+0000 7fd18d528640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:17:03.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:03 smithi084 ceph-mon[27656]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:17:03.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:03 smithi084 ceph-mon[27656]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T13:17:03.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:03 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:03.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:03 smithi084 ceph-mon[27656]: from='osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:03.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:03 smithi084 ceph-mon[27656]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:04.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[23686]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:04.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[23686]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:04.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[23686]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T13:17:04.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:04.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:04.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:04.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:04.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[31353]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:04.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[31353]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:04.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[31353]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T13:17:04.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:04.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:04.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:04.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:04.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:04 smithi084 ceph-mon[27656]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:04 smithi084 ceph-mon[27656]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:04 smithi084 ceph-mon[27656]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T13:17:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: purged_snaps scrub starts 2024-09-21T13:17:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: purged_snaps scrub ok 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: Detected new or changed devices on smithi066 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi066 to 16064M 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128] boot 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: purged_snaps scrub starts 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: purged_snaps scrub ok 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: Detected new or changed devices on smithi066 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi066 to 16064M 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128] boot 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:05.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:05.241 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:05.241 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: purged_snaps scrub starts 2024-09-21T13:17:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: purged_snaps scrub ok 2024-09-21T13:17:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: Detected new or changed devices on smithi066 2024-09-21T13:17:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi066 to 16064M 2024-09-21T13:17:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: osd.0 [v2:172.21.15.66:6802/1595620128,v1:172.21.15.66:6803/1595620128] boot 2024-09-21T13:17:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T13:17:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:17:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:05.534 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:17:05.563 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi066:vg_nvme/lv_3 2024-09-21T13:17:05.818 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:17:06.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:06 smithi066 ceph-mon[23686]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:06.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:06 smithi066 ceph-mon[23686]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T13:17:06.234 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:06 smithi066 ceph-mon[31353]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:06.234 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:06 smithi066 ceph-mon[31353]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T13:17:06.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:06 smithi084 ceph-mon[27656]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T13:17:06.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:06 smithi084 ceph-mon[27656]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T13:17:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:07 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:07 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:07 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:07.237 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:07 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:07.238 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:07 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:07.238 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:07 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:07.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:07 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:07.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:07 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:07.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:07 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:08.176 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:08 smithi066 ceph-mon[23686]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:08.176 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:08 smithi066 ceph-mon[23686]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:08.177 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:08 smithi066 ceph-mon[31353]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:08.177 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:08 smithi066 ceph-mon[31353]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:08 smithi084 ceph-mon[27656]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:08 smithi084 ceph-mon[27656]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:09.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:09 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/439256228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99a5537a-fb8b-4e58-bec0-d585b771ac17"}]: dispatch 2024-09-21T13:17:09.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:09 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/439256228' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99a5537a-fb8b-4e58-bec0-d585b771ac17"}]': finished 2024-09-21T13:17:09.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:09 smithi084 ceph-mon[27656]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T13:17:09.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:09 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/439256228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99a5537a-fb8b-4e58-bec0-d585b771ac17"}]: dispatch 2024-09-21T13:17:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:09 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/439256228' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99a5537a-fb8b-4e58-bec0-d585b771ac17"}]': finished 2024-09-21T13:17:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:09 smithi066 ceph-mon[23686]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T13:17:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:09.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:09 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/439256228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "99a5537a-fb8b-4e58-bec0-d585b771ac17"}]: dispatch 2024-09-21T13:17:09.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:09 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/439256228' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "99a5537a-fb8b-4e58-bec0-d585b771ac17"}]': finished 2024-09-21T13:17:09.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:09 smithi066 ceph-mon[31353]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T13:17:09.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:10 smithi084 ceph-mon[27656]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:10 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/561960616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:17:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:10 smithi066 ceph-mon[23686]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:10 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/561960616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:17:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:10 smithi066 ceph-mon[31353]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:10 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/561960616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:17:12.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:12 smithi084 ceph-mon[27656]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:12 smithi066 ceph-mon[23686]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:12.485 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:12 smithi066 ceph-mon[31353]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:14.201 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:14 smithi066 ceph-mon[23686]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:14.201 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:14 smithi066 ceph-mon[31353]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:14.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:14 smithi084 ceph-mon[27656]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:16.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:16 smithi084 ceph-mon[27656]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:16.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:16 smithi066 ceph-mon[31353]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:16.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:16 smithi066 ceph-mon[23686]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:17.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:17 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T13:17:17.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:17 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:17.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:17 smithi066 ceph-mon[23686]: Deploying daemon osd.1 on smithi066 2024-09-21T13:17:17.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:17 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T13:17:17.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:17 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:17.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:17 smithi066 ceph-mon[31353]: Deploying daemon osd.1 on smithi066 2024-09-21T13:17:17.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:17 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-21T13:17:17.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:17 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:17.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:17 smithi084 ceph-mon[27656]: Deploying daemon osd.1 on smithi066 2024-09-21T13:17:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:18 smithi084 ceph-mon[27656]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:18.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:18 smithi066 ceph-mon[23686]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:18.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:18 smithi066 ceph-mon[31353]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:20.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:20 smithi084 ceph-mon[27656]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:20.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:20 smithi066 ceph-mon[23686]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:20.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:20 smithi066 ceph-mon[31353]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:22.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:22 smithi084 ceph-mon[27656]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:22.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:22 smithi066 ceph-mon[23686]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:22 smithi066 ceph-mon[31353]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:23.305 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:23 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:23.305 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:23 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:23.305 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:23 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:23.305 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:23 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:23.305 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:23 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:23.305 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:23 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:23.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:23 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:23.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:23 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:23.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:23 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:24.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:24 smithi084 ceph-mon[27656]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:24.429 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:24 smithi066 ceph-mon[23686]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:24.429 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:24 smithi066 ceph-mon[31353]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:26.042 INFO:teuthology.orchestra.run.smithi066.stdout:Created osd(s) 1 on host 'smithi066' 2024-09-21T13:17:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:26.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:26 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:26 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:26.691 DEBUG:teuthology.orchestra.run.smithi066:osd.1> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.1.service 2024-09-21T13:17:26.693 INFO:tasks.cephadm:Deploying osd.2 on smithi066 with /dev/vg_nvme/lv_2... 2024-09-21T13:17:26.694 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_2 2024-09-21T13:17:27.494 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:17:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[40718]: 2024-09-21T13:17:27.390+0000 7f04b9d3a640 -1 osd.1 0 log_to_monitors true 2024-09-21T13:17:28.338 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:28 smithi066 ceph-mon[23686]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:28.338 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:28 smithi066 ceph-mon[23686]: from='osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T13:17:28.338 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:28 smithi066 ceph-mon[23686]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T13:17:28.338 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:28 smithi066 ceph-mon[31353]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:28.338 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:28 smithi066 ceph-mon[31353]: from='osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T13:17:28.339 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:28 smithi066 ceph-mon[31353]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T13:17:28.342 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:17:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:28 smithi084 ceph-mon[27656]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:28.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:28 smithi084 ceph-mon[27656]: from='osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T13:17:28.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:28 smithi084 ceph-mon[27656]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-21T13:17:29.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[23686]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:17:29.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[23686]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[23686]: from='osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[23686]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[23686]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[23686]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[31353]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[31353]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[31353]: from='osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[31353]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:29.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[31353]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:29.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-mon[31353]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T13:17:29.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:29 smithi084 ceph-mon[27656]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:17:29.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:29 smithi084 ceph-mon[27656]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T13:17:29.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:29 smithi084 ceph-mon[27656]: from='osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:29.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:29 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:29.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:29 smithi084 ceph-mon[27656]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:29.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:29 smithi084 ceph-mon[27656]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:29.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:29 smithi084 ceph-mon[27656]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T13:17:29.994 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[40718]: 2024-09-21T13:17:29.586+0000 7f04b64d1640 -1 osd.1 0 waiting for initial osdmap 2024-09-21T13:17:29.994 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:17:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[40718]: 2024-09-21T13:17:29.589+0000 7f04adadd640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:17:30.384 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:30.384 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:30.384 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:30.384 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='osd.1 ' entity='osd.1' 2024-09-21T13:17:30.384 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: Detected new or changed devices on smithi066 2024-09-21T13:17:30.384 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.384 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.384 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi066 to 8032M 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='osd.1 ' entity='osd.1' 2024-09-21T13:17:30.385 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: Detected new or changed devices on smithi066 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi066 to 8032M 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='osd.1 ' entity='osd.1' 2024-09-21T13:17:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: Detected new or changed devices on smithi066 2024-09-21T13:17:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:30.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:30.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi066 to 8032M 2024-09-21T13:17:30.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:30.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:30.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:30.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:31.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[23686]: purged_snaps scrub starts 2024-09-21T13:17:31.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[23686]: purged_snaps scrub ok 2024-09-21T13:17:31.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[23686]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:31.508 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[23686]: osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508] boot 2024-09-21T13:17:31.508 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[23686]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T13:17:31.509 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:31.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[31353]: purged_snaps scrub starts 2024-09-21T13:17:31.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[31353]: purged_snaps scrub ok 2024-09-21T13:17:31.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[31353]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:31.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[31353]: osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508] boot 2024-09-21T13:17:31.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[31353]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T13:17:31.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:31 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:31.511 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:17:31.540 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi066:vg_nvme/lv_2 2024-09-21T13:17:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:31 smithi084 ceph-mon[27656]: purged_snaps scrub starts 2024-09-21T13:17:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:31 smithi084 ceph-mon[27656]: purged_snaps scrub ok 2024-09-21T13:17:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:31 smithi084 ceph-mon[27656]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T13:17:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:31 smithi084 ceph-mon[27656]: osd.1 [v2:172.21.15.66:6810/2092894508,v1:172.21.15.66:6811/2092894508] boot 2024-09-21T13:17:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:31 smithi084 ceph-mon[27656]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T13:17:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:31 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:17:31.798 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:17:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[23686]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[23686]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T13:17:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[23686]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[31353]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[31353]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[31353]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:33.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:33 smithi084 ceph-mon[27656]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:33 smithi084 ceph-mon[27656]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T13:17:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:33 smithi084 ceph-mon[27656]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:35.451 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[23686]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:35.451 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3888091215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]: dispatch 2024-09-21T13:17:35.451 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]: dispatch 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]': finished 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[23686]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[31353]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3888091215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]: dispatch 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]: dispatch 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]': finished 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[31353]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T13:17:35.452 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:35 smithi084 ceph-mon[27656]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:35 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3888091215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]: dispatch 2024-09-21T13:17:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:35 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]: dispatch 2024-09-21T13:17:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:35 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f7a859b6-158c-48b4-a9ac-82d0dc54e9a6"}]': finished 2024-09-21T13:17:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:35 smithi084 ceph-mon[27656]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T13:17:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:36 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2815885819' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:17:36.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:36 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2815885819' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:17:36.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:36 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2815885819' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:17:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:37 smithi084 ceph-mon[27656]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:37.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:37 smithi066 ceph-mon[23686]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:37.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:37 smithi066 ceph-mon[31353]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:39.425 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:39 smithi066 ceph-mon[23686]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:39.425 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:39 smithi066 ceph-mon[31353]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:39 smithi084 ceph-mon[27656]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:41.400 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:41 smithi066 ceph-mon[23686]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:41.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:41 smithi066 ceph-mon[31353]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:41 smithi084 ceph-mon[27656]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:42 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T13:17:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:42 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:42 smithi066 ceph-mon[23686]: Deploying daemon osd.2 on smithi066 2024-09-21T13:17:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:42 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T13:17:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:42 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:42 smithi066 ceph-mon[31353]: Deploying daemon osd.2 on smithi066 2024-09-21T13:17:42.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:42 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-21T13:17:42.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:42 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:42.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:42 smithi084 ceph-mon[27656]: Deploying daemon osd.2 on smithi066 2024-09-21T13:17:43.543 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:43 smithi066 ceph-mon[23686]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:43.543 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:43 smithi066 ceph-mon[31353]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:43 smithi084 ceph-mon[27656]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:45 smithi066 ceph-mon[23686]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:45.486 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:45 smithi066 ceph-mon[31353]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:45 smithi084 ceph-mon[27656]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:47.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:47 smithi066 ceph-mon[23686]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:47.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:47 smithi066 ceph-mon[31353]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:47.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:47 smithi084 ceph-mon[27656]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:48.277 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:48.277 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:48.277 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:48.604 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:48 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:48.604 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:48 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:48.604 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:48 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:48 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:48 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:48 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:50.415 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:50 smithi066 ceph-mon[23686]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:50.415 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:50 smithi066 ceph-mon[31353]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:50 smithi084 ceph-mon[27656]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:51.200 INFO:teuthology.orchestra.run.smithi066.stdout:Created osd(s) 2 on host 'smithi066' 2024-09-21T13:17:51.859 DEBUG:teuthology.orchestra.run.smithi066:osd.2> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.2.service 2024-09-21T13:17:51.862 INFO:tasks.cephadm:Deploying osd.3 on smithi066 with /dev/vg_nvme/lv_1... 2024-09-21T13:17:51.862 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_1 2024-09-21T13:17:52.197 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:17:52.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[23686]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[31353]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:52 smithi084 ceph-mon[27656]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:52 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:52 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:52 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:52 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:53.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:53 smithi066 ceph-mon[23686]: from='osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T13:17:53.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:53 smithi066 ceph-mon[23686]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T13:17:53.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:53 smithi066 ceph-mon[31353]: from='osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T13:17:53.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:53 smithi066 ceph-mon[31353]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T13:17:53.245 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:17:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[46279]: 2024-09-21T13:17:52.958+0000 7fd20f343640 -1 osd.2 0 log_to_monitors true 2024-09-21T13:17:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:53 smithi084 ceph-mon[27656]: from='osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T13:17:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:53 smithi084 ceph-mon[27656]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-21T13:17:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[23686]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:54.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[23686]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:17:54.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[23686]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T13:17:54.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[23686]: from='osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:54.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:54.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[23686]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[31353]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[31353]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:17:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[31353]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T13:17:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[31353]: from='osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-mon[31353]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:54.496 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[46279]: 2024-09-21T13:17:54.212+0000 7fd20b2c6640 -1 osd.2 0 waiting for initial osdmap 2024-09-21T13:17:54.496 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:17:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[46279]: 2024-09-21T13:17:54.216+0000 7fd2070ee640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:17:54.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:54 smithi084 ceph-mon[27656]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:54 smithi084 ceph-mon[27656]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:17:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:54 smithi084 ceph-mon[27656]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T13:17:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:54 smithi084 ceph-mon[27656]: from='osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:54 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:54 smithi084 ceph-mon[27656]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:17:54.876 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:17:54.903 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi066:vg_nvme/lv_1 2024-09-21T13:17:55.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[23686]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[23686]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[31353]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[31353]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:55 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:55 smithi084 ceph-mon[27656]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:17:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:55 smithi084 ceph-mon[27656]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T13:17:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:55 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:55 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:55 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:55.925 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:17:56.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[31353]: purged_snaps scrub starts 2024-09-21T13:17:56.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[31353]: purged_snaps scrub ok 2024-09-21T13:17:56.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[31353]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:56.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[31353]: osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946] boot 2024-09-21T13:17:56.383 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[31353]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T13:17:56.383 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:56.383 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[23686]: purged_snaps scrub starts 2024-09-21T13:17:56.383 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[23686]: purged_snaps scrub ok 2024-09-21T13:17:56.383 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[23686]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:56.383 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[23686]: osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946] boot 2024-09-21T13:17:56.383 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[23686]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T13:17:56.383 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:56 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:56.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:56 smithi084 ceph-mon[27656]: purged_snaps scrub starts 2024-09-21T13:17:56.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:56 smithi084 ceph-mon[27656]: purged_snaps scrub ok 2024-09-21T13:17:56.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:56 smithi084 ceph-mon[27656]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T13:17:56.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:56 smithi084 ceph-mon[27656]: osd.2 [v2:172.21.15.66:6818/2406737946,v1:172.21.15.66:6819/2406737946] boot 2024-09-21T13:17:56.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:56 smithi084 ceph-mon[27656]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T13:17:56.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:56 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:17:57.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T13:17:57.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' 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-21T13:17:57.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:57.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:57.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T13:17:57.395 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' 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-21T13:17:57.395 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.396 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:57 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' 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-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:17:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:17:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:17:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:57 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:17:58.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[23686]: pgmap v73: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:17:58.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[23686]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:58.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[23686]: Detected new or changed devices on smithi066 2024-09-21T13:17:58.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi066 to 5354M 2024-09-21T13:17:58.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:58.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' 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-21T13:17:58.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[23686]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T13:17:58.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T13:17:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[31353]: pgmap v73: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:17:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[31353]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[31353]: Detected new or changed devices on smithi066 2024-09-21T13:17:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi066 to 5354M 2024-09-21T13:17:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' 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-21T13:17:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[31353]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T13:17:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:58 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T13:17:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:58 smithi084 ceph-mon[27656]: pgmap v73: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:17:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:58 smithi084 ceph-mon[27656]: from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:17:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:58 smithi084 ceph-mon[27656]: Detected new or changed devices on smithi066 2024-09-21T13:17:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:58 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi066 to 5354M 2024-09-21T13:17:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:58 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:17:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:58 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' 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-21T13:17:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:58 smithi084 ceph-mon[27656]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T13:17:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:58 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-21T13:17:59.242 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:58 smithi066 sudo[50620]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:17:59.242 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:58 smithi066 sudo[50620]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:17:59.242 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:58 smithi066 sudo[50620]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:17:59.242 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:58 smithi066 sudo[50620]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:17:59.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T13:17:59.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[31353]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T13:17:59.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2229938813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]: dispatch 2024-09-21T13:17:59.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]: dispatch 2024-09-21T13:17:59.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]': finished 2024-09-21T13:17:59.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[31353]: osdmap e22: 4 total, 3 up, 4 in 2024-09-21T13:17:59.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:17:59.495 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:59 smithi066 sudo[50659]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:17:59.495 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:59 smithi066 sudo[50659]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:17:59.495 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:59 smithi066 sudo[50659]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:17:59.495 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:17:59 smithi066 sudo[50659]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:17:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T13:17:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[23686]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T13:17:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2229938813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]: dispatch 2024-09-21T13:17:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]: dispatch 2024-09-21T13:17:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]': finished 2024-09-21T13:17:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[23686]: osdmap e22: 4 total, 3 up, 4 in 2024-09-21T13:17:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:17:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:17:59.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T13:17:59.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:59 smithi084 ceph-mon[27656]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T13:17:59.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:59 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2229938813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]: dispatch 2024-09-21T13:17:59.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:59 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]: dispatch 2024-09-21T13:17:59.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:59 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02029527-5014-409e-a0f7-f156e04dc36a"}]': finished 2024-09-21T13:17:59.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:59 smithi084 ceph-mon[27656]: osdmap e22: 4 total, 3 up, 4 in 2024-09-21T13:17:59.521 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:17:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:00.243 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:17:59 smithi066 sudo[50687]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:18:00.243 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:17:59 smithi066 sudo[50687]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:00.243 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:17:59 smithi066 sudo[50687]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:00.243 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:17:59 smithi066 sudo[50687]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:00.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:00 smithi066 ceph-mon[23686]: pgmap v76: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:00.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:00 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:00.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:00 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/130473774' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:00.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:00 smithi066 ceph-mon[31353]: pgmap v76: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:00.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:00 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:00.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:00 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/130473774' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:00.495 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:18:00 smithi066 sudo[50736]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:18:00.495 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:18:00 smithi066 sudo[50736]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:00.495 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:18:00 smithi066 sudo[50736]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:00.495 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:18:00 smithi066 sudo[50736]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:00.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:00 smithi084 ceph-mon[27656]: pgmap v76: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:00.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:00 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:00 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/130473774' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:00.994 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:18:00 smithi066 sudo[50743]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:18:00.994 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:18:00 smithi066 sudo[50743]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:00.994 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:18:00 smithi066 sudo[50743]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:00.994 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:18:00 smithi066 sudo[50743]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:01.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:18:01 smithi066 sudo[50929]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:18:01.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:18:01 smithi066 sudo[50929]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:01.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:18:01 smithi066 sudo[50929]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:01.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:18:01 smithi066 sudo[50929]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:01 smithi066 sudo[51116]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:18:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:01 smithi066 sudo[51116]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:01 smithi066 sudo[51116]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:01 smithi066 sudo[51116]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:02.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 sudo[51123]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:18:02.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 sudo[51123]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:02.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 sudo[51123]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:02.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 sudo[51123]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:02.551 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 sudo[30131]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:18:02.551 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 sudo[30131]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:02.551 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 sudo[30131]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:02.551 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 sudo[30131]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 sudo[30134]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 sudo[30134]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 sudo[30134]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 sudo[30134]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-21T13:18:02.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:02.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:02.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:02 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:02.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:02.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-21T13:18:02.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:02.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:02.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:02 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:03.337 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 sudo[51501]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T13:18:03.337 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 sudo[51501]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:03.337 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 sudo[51501]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:03.337 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 sudo[51501]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[23686]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:03.718 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 sudo[51609]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 sudo[51609]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 sudo[51609]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 sudo[51609]: pam_unix(sudo:session): session closed for user root 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:03.719 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:03 smithi066 ceph-mon[31353]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:03.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:03.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:03.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:03.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:03.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T13:18:03.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:18:03.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:18:03.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:18:03.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:03 smithi084 ceph-mon[27656]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T13:18:05.676 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:05 smithi066 ceph-mon[23686]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:05.676 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:05 smithi066 ceph-mon[31353]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:05.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:05 smithi084 ceph-mon[27656]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:07 smithi066 ceph-mon[23686]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-21T13:18:07.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:07 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-21T13:18:07.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:07 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:07.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:07 smithi066 ceph-mon[23686]: Deploying daemon osd.3 on smithi066 2024-09-21T13:18:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:07 smithi066 ceph-mon[31353]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-21T13:18:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:07 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-21T13:18:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:07 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:07 smithi066 ceph-mon[31353]: Deploying daemon osd.3 on smithi066 2024-09-21T13:18:07.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:07 smithi084 ceph-mon[27656]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-21T13:18:07.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:07 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-21T13:18:07.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:07 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:07.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:07 smithi084 ceph-mon[27656]: Deploying daemon osd.3 on smithi066 2024-09-21T13:18:09.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:09 smithi066 ceph-mon[23686]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-09-21T13:18:09.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:09 smithi066 ceph-mon[31353]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-09-21T13:18:09.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:09 smithi084 ceph-mon[27656]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-09-21T13:18:11.837 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:11 smithi066 ceph-mon[23686]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-21T13:18:11.837 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:11 smithi066 ceph-mon[31353]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-21T13:18:11.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:11 smithi084 ceph-mon[27656]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-21T13:18:12.842 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:12 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:12.842 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:12 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:12.842 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:12 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:12.842 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:12 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:12.842 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:12 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:12.842 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:12 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:12 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:12.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:12 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:12.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:12 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:14.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:14 smithi066 ceph-mon[23686]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-21T13:18:14.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:14 smithi066 ceph-mon[31353]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-21T13:18:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:14 smithi084 ceph-mon[27656]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-21T13:18:15.541 INFO:teuthology.orchestra.run.smithi066.stdout:Created osd(s) 3 on host 'smithi066' 2024-09-21T13:18:16.177 DEBUG:teuthology.orchestra.run.smithi066:osd.3> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.3.service 2024-09-21T13:18:16.179 INFO:tasks.cephadm:Deploying osd.4 on smithi084 with /dev/vg_nvme/lv_4... 2024-09-21T13:18:16.179 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T13:18:16.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[31353]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-21T13:18:16.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.423 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[23686]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-21T13:18:16.423 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.423 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.423 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.423 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:16 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.429 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:18:16.543 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:16 smithi084 ceph-mon[27656]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-21T13:18:16.543 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:16 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.543 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:16 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.543 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:16 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:16.543 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:16 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:17.494 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:18:17 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[52363]: 2024-09-21T13:18:17.205+0000 7f689148c640 -1 osd.3 0 log_to_monitors true 2024-09-21T13:18:18.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:18 smithi066 ceph-mon[23686]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-21T13:18:18.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:18 smithi066 ceph-mon[23686]: from='osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-21T13:18:18.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:18 smithi066 ceph-mon[23686]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-21T13:18:18.399 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:18 smithi066 ceph-mon[31353]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-21T13:18:18.399 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:18 smithi066 ceph-mon[31353]: from='osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-21T13:18:18.399 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:18 smithi066 ceph-mon[31353]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-21T13:18:18.531 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:18 smithi084 ceph-mon[27656]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-21T13:18:18.531 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:18 smithi084 ceph-mon[27656]: from='osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-21T13:18:18.531 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:18 smithi084 ceph-mon[27656]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-21T13:18:18.565 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:18:18.593 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi084:vg_nvme/lv_4 2024-09-21T13:18:18.839 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:18:19.215 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T13:18:19.215 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:18:19.215 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: osdmap e23: 4 total, 3 up, 4 in 2024-09-21T13:18:19.215 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:19.215 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:18:19.215 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:19.216 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T13:18:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:18:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: osdmap e23: 4 total, 3 up, 4 in 2024-09-21T13:18:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:18:19.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:19.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:19.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T13:18:19.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:18:19.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: osdmap e23: 4 total, 3 up, 4 in 2024-09-21T13:18:19.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:19.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-09-21T13:18:19.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:19.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:19.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:19.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:19.500 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[52363]: 2024-09-21T13:18:19.149+0000 7f688d40f640 -1 osd.3 0 waiting for initial osdmap 2024-09-21T13:18:19.501 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:18:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[52363]: 2024-09-21T13:18:19.160+0000 7f6889237640 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:18:20.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: Detected new or changed devices on smithi066 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi066 to 4016M 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: osdmap e24: 4 total, 3 up, 4 in 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:18:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: Detected new or changed devices on smithi066 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi066 to 4016M 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: osdmap e24: 4 total, 3 up, 4 in 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:18:20.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:18:20.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:20.570 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:20.570 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: Detected new or changed devices on smithi066 2024-09-21T13:18:20.570 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi066 to 4016M 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: osdmap e24: 4 total, 3 up, 4 in 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:18:20.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:21.424 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:21 smithi084 ceph-mon[27656]: purged_snaps scrub starts 2024-09-21T13:18:21.425 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:21 smithi084 ceph-mon[27656]: purged_snaps scrub ok 2024-09-21T13:18:21.425 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:21 smithi084 ceph-mon[27656]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:18:21.425 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:21 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:21.425 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:21 smithi084 ceph-mon[27656]: osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482] boot 2024-09-21T13:18:21.425 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:21 smithi084 ceph-mon[27656]: osdmap e25: 4 total, 4 up, 4 in 2024-09-21T13:18:21.425 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:21 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:21.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[23686]: purged_snaps scrub starts 2024-09-21T13:18:21.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[23686]: purged_snaps scrub ok 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[23686]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[23686]: osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482] boot 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[23686]: osdmap e25: 4 total, 4 up, 4 in 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[31353]: purged_snaps scrub starts 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[31353]: purged_snaps scrub ok 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[31353]: from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:21.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[31353]: osd.3 [v2:172.21.15.66:6826/921669482,v1:172.21.15.66:6827/921669482] boot 2024-09-21T13:18:21.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[31353]: osdmap e25: 4 total, 4 up, 4 in 2024-09-21T13:18:21.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:21 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:18:22.304 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:22 smithi084 ceph-mon[27656]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:22.304 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:22 smithi084 ceph-mon[27656]: osdmap e26: 4 total, 4 up, 4 in 2024-09-21T13:18:22.304 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:22 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/638129882' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]: dispatch 2024-09-21T13:18:22.304 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:22 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]: dispatch 2024-09-21T13:18:22.304 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:22 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]': finished 2024-09-21T13:18:22.304 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:22 smithi084 ceph-mon[27656]: osdmap e27: 5 total, 4 up, 5 in 2024-09-21T13:18:22.304 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:22 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[31353]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[31353]: osdmap e26: 4 total, 4 up, 4 in 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/638129882' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]: dispatch 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]: dispatch 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]': finished 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[31353]: osdmap e27: 5 total, 4 up, 5 in 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[23686]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[23686]: osdmap e26: 4 total, 4 up, 4 in 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/638129882' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]: dispatch 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]: dispatch 2024-09-21T13:18:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e69a8773-2d93-40f4-be87-f347db267eb9"}]': finished 2024-09-21T13:18:22.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[23686]: osdmap e27: 5 total, 4 up, 5 in 2024-09-21T13:18:22.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:22 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:23.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:23 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/1559449680' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:23.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:23 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/1559449680' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:23.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:23 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/1559449680' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:24.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:24 smithi066 ceph-mon[23686]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:24.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:24 smithi066 ceph-mon[31353]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:24 smithi084 ceph-mon[27656]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:26.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:26 smithi066 ceph-mon[23686]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:26 smithi066 ceph-mon[31353]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:26 smithi084 ceph-mon[27656]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:28.276 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:28 smithi084 ceph-mon[27656]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:28.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:28 smithi066 ceph-mon[23686]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:28.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:28 smithi066 ceph-mon[31353]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:30.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:30 smithi066 ceph-mon[23686]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:30.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-21T13:18:30.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:30.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:30 smithi066 ceph-mon[23686]: Deploying daemon osd.4 on smithi084 2024-09-21T13:18:30.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:30 smithi066 ceph-mon[31353]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:30.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-21T13:18:30.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:30.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:30 smithi066 ceph-mon[31353]: Deploying daemon osd.4 on smithi084 2024-09-21T13:18:30.536 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:30 smithi084 ceph-mon[27656]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:30.536 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-21T13:18:30.536 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:30.536 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:30 smithi084 ceph-mon[27656]: Deploying daemon osd.4 on smithi084 2024-09-21T13:18:32.361 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:32 smithi084 ceph-mon[27656]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:32.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:32 smithi066 ceph-mon[23686]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:32 smithi066 ceph-mon[31353]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:34.300 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:34 smithi084 ceph-mon[27656]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:34.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:34 smithi066 ceph-mon[23686]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:34.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:34 smithi066 ceph-mon[31353]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:36.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:36 smithi066 ceph-mon[23686]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:36.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:36 smithi066 ceph-mon[31353]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:36.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:36.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:36.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:36.499 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:36 smithi084 ceph-mon[27656]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:36.500 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:36.500 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:36.500 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:38.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:38 smithi066 ceph-mon[23686]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:38.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:38 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:38.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:38 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:38 smithi066 ceph-mon[31353]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:38 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:38 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:38 smithi084 ceph-mon[27656]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:38 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:38 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:39.406 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 4 on host 'smithi084' 2024-09-21T13:18:39.417 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:39 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:39.417 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:39 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:39.418 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:39 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:39.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:39 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:39.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:39 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:39.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:39 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:39 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:39 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:39 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:39.985 DEBUG:teuthology.orchestra.run.smithi084:osd.4> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.4.service 2024-09-21T13:18:39.987 INFO:tasks.cephadm:Deploying osd.5 on smithi084 with /dev/vg_nvme/lv_3... 2024-09-21T13:18:39.987 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-21T13:18:40.275 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:40 smithi084 ceph-mon[27656]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:40.275 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:40.275 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:40.275 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:40 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:40.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:40 smithi066 ceph-mon[23686]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:40.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:40.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:40.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:40 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:40.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:40 smithi066 ceph-mon[31353]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:40.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:18:40.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:40.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:40 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:40.619 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:18:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[32418]: 2024-09-21T13:18:40.471+0000 7f7b2aa34640 -1 osd.4 0 log_to_monitors true 2024-09-21T13:18:41.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:41 smithi084 ceph-mon[27656]: from='osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-21T13:18:41.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:41 smithi084 ceph-mon[27656]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-21T13:18:41.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:41 smithi066 ceph-mon[23686]: from='osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-21T13:18:41.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:41 smithi066 ceph-mon[23686]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-21T13:18:41.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:41 smithi066 ceph-mon[31353]: from='osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-21T13:18:41.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:41 smithi066 ceph-mon[31353]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-21T13:18:41.578 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:18:42.481 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:18:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[32418]: 2024-09-21T13:18:42.213+0000 7f7b269b7640 -1 osd.4 0 waiting for initial osdmap 2024-09-21T13:18:42.481 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:18:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[32418]: 2024-09-21T13:18:42.219+0000 7f7b227df640 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:18:42.481 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:42 smithi084 ceph-mon[27656]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:42.481 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:42 smithi084 ceph-mon[27656]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T13:18:42.481 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:42 smithi084 ceph-mon[27656]: from='osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:18:42.481 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:42 smithi084 ceph-mon[27656]: osdmap e28: 5 total, 4 up, 5 in 2024-09-21T13:18:42.481 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:42 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:42.481 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:42 smithi084 ceph-mon[27656]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:18:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[23686]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[23686]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T13:18:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[23686]: from='osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[23686]: osdmap e28: 5 total, 4 up, 5 in 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[23686]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[31353]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[31353]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[31353]: from='osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[31353]: osdmap e28: 5 total, 4 up, 5 in 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:42.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:42 smithi066 ceph-mon[31353]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: osdmap e29: 5 total, 4 up, 5 in 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:43.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:43 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:18:43.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: osdmap e29: 5 total, 4 up, 5 in 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:18:43.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: osdmap e29: 5 total, 4 up, 5 in 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:18:43.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:43 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:18:44.452 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: purged_snaps scrub starts 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: purged_snaps scrub ok 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: Detected new or changed devices on smithi084 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi084 to 17088M 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788] boot 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: osdmap e30: 5 total, 5 up, 5 in 2024-09-21T13:18:44.475 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:44 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:44.476 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi084:vg_nvme/lv_3 2024-09-21T13:18:44.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: purged_snaps scrub starts 2024-09-21T13:18:44.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: purged_snaps scrub ok 2024-09-21T13:18:44.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: Detected new or changed devices on smithi084 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi084 to 17088M 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788] boot 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: osdmap e30: 5 total, 5 up, 5 in 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: purged_snaps scrub starts 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: purged_snaps scrub ok 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: Detected new or changed devices on smithi084 2024-09-21T13:18:44.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi084 to 17088M 2024-09-21T13:18:44.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:44.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: osd.4 [v2:172.21.15.84:6800/538005788,v1:172.21.15.84:6801/538005788] boot 2024-09-21T13:18:44.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: osdmap e30: 5 total, 5 up, 5 in 2024-09-21T13:18:44.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:44 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:18:44.716 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:18:45.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:45 smithi066 ceph-mon[23686]: osdmap e31: 5 total, 5 up, 5 in 2024-09-21T13:18:45.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:45 smithi066 ceph-mon[31353]: osdmap e31: 5 total, 5 up, 5 in 2024-09-21T13:18:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:45 smithi084 ceph-mon[27656]: osdmap e31: 5 total, 5 up, 5 in 2024-09-21T13:18:46.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[23686]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:46.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[23686]: osdmap e32: 5 total, 5 up, 5 in 2024-09-21T13:18:46.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:18:46.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:18:46.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[31353]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[31353]: osdmap e32: 5 total, 5 up, 5 in 2024-09-21T13:18:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:18:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:18:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:46 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:46.616 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:46 smithi084 ceph-mon[27656]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:46.616 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:46 smithi084 ceph-mon[27656]: osdmap e32: 5 total, 5 up, 5 in 2024-09-21T13:18:46.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:46 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:18:46.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:46 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:18:46.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:46 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:47.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:47 smithi066 ceph-mon[23686]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:18:47.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:47 smithi066 ceph-mon[23686]: osdmap e33: 5 total, 5 up, 5 in 2024-09-21T13:18:47.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:47 smithi066 ceph-mon[31353]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:18:47.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:47 smithi066 ceph-mon[31353]: osdmap e33: 5 total, 5 up, 5 in 2024-09-21T13:18:47.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:47 smithi084 ceph-mon[27656]: from='client.24235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:18:47.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:47 smithi084 ceph-mon[27656]: osdmap e33: 5 total, 5 up, 5 in 2024-09-21T13:18:48.448 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:48 smithi084 ceph-mon[27656]: pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T13:18:48.448 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:48 smithi084 ceph-mon[27656]: osdmap e34: 5 total, 5 up, 5 in 2024-09-21T13:18:48.448 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:48 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/2645230611' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]: dispatch 2024-09-21T13:18:48.448 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:48 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]: dispatch 2024-09-21T13:18:48.448 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:48 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]': finished 2024-09-21T13:18:48.448 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:48 smithi084 ceph-mon[27656]: osdmap e35: 6 total, 5 up, 6 in 2024-09-21T13:18:48.448 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:48 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:18:48.448 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:48 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/3765999268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:48.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:18:48.237+0000 7f37ddfb0640 -1 calc_pg_upmaps abort due to max <= 0 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[23686]: pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[23686]: osdmap e34: 5 total, 5 up, 5 in 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/2645230611' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]: dispatch 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]: dispatch 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]': finished 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[23686]: osdmap e35: 6 total, 5 up, 6 in 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/3765999268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[31353]: pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[31353]: osdmap e34: 5 total, 5 up, 5 in 2024-09-21T13:18:48.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/2645230611' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]: dispatch 2024-09-21T13:18:48.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]: dispatch 2024-09-21T13:18:48.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4df5de03-64fb-4ad5-aaf9-709fdd36d76c"}]': finished 2024-09-21T13:18:48.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[31353]: osdmap e35: 6 total, 5 up, 6 in 2024-09-21T13:18:48.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:18:48.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:48 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/3765999268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:18:50.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:50 smithi066 ceph-mon[23686]: pgmap v115: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T13:18:50.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:50 smithi066 ceph-mon[31353]: pgmap v115: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T13:18:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:50 smithi084 ceph-mon[27656]: pgmap v115: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T13:18:52.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:52 smithi084 ceph-mon[27656]: pgmap v116: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-21T13:18:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:52 smithi066 ceph-mon[23686]: pgmap v116: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-21T13:18:52.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:52 smithi066 ceph-mon[31353]: pgmap v116: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-21T13:18:54.595 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:54 smithi084 ceph-mon[27656]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:54.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:54 smithi066 ceph-mon[23686]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:54.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:54 smithi066 ceph-mon[31353]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:55.565 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:55 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-21T13:18:55.565 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:55 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:55 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-21T13:18:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:55 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:55.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:55 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-21T13:18:55.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:55 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:18:56.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:56 smithi084 ceph-mon[27656]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:56.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:56 smithi084 ceph-mon[27656]: Deploying daemon osd.5 on smithi084 2024-09-21T13:18:56.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:56 smithi066 ceph-mon[23686]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:56.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:56 smithi066 ceph-mon[23686]: Deploying daemon osd.5 on smithi084 2024-09-21T13:18:56.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:56 smithi066 ceph-mon[31353]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:56.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:56 smithi066 ceph-mon[31353]: Deploying daemon osd.5 on smithi084 2024-09-21T13:18:57.588 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:57 smithi084 ceph-mon[27656]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:57.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:57 smithi066 ceph-mon[23686]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:57.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:57 smithi066 ceph-mon[31353]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:18:59 smithi084 ceph-mon[27656]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:59.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:18:59 smithi066 ceph-mon[23686]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:18:59.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:18:59 smithi066 ceph-mon[31353]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:01.564 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:01 smithi084 ceph-mon[27656]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:01.564 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:01 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:01.564 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:01 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:01.564 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:01 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:01 smithi066 ceph-mon[23686]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:01 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:01.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:01 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:01.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:01 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:01.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:01 smithi066 ceph-mon[31353]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:01.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:01 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:01.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:01 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:01.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:01 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:03.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:03 smithi084 ceph-mon[27656]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:03.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:03 smithi066 ceph-mon[23686]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:03.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:03 smithi066 ceph-mon[31353]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:04.586 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:04.586 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:04.586 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:04.586 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:04.586 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:04 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:04.625 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 5 on host 'smithi084' 2024-09-21T13:19:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:04.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:04.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:04.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:04.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:04.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:04 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:05.256 DEBUG:teuthology.orchestra.run.smithi084:osd.5> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.5.service 2024-09-21T13:19:05.258 INFO:tasks.cephadm:Deploying osd.6 on smithi084 with /dev/vg_nvme/lv_2... 2024-09-21T13:19:05.259 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_2 2024-09-21T13:19:05.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:05 smithi084 ceph-mon[27656]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:05.593 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:05.593 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:05.593 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:05 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:05 smithi066 ceph-mon[23686]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:05 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:05.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:05 smithi066 ceph-mon[31353]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:05.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:05.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:05.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:05 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:06.330 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:19:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[38080]: 2024-09-21T13:19:06.050+0000 7f4d8249e640 -1 osd.5 0 log_to_monitors true 2024-09-21T13:19:06.404 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:19:06.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:06 smithi084 ceph-mon[27656]: from='osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-21T13:19:06.594 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:06 smithi084 ceph-mon[27656]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-21T13:19:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:06 smithi066 ceph-mon[23686]: from='osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-21T13:19:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:06 smithi066 ceph-mon[23686]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-21T13:19:06.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:06 smithi066 ceph-mon[31353]: from='osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-21T13:19:06.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:06 smithi066 ceph-mon[31353]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-21T13:19:07.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:07 smithi084 ceph-mon[27656]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:07.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:07 smithi084 ceph-mon[27656]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T13:19:07.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:07 smithi084 ceph-mon[27656]: osdmap e36: 6 total, 5 up, 6 in 2024-09-21T13:19:07.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:07 smithi084 ceph-mon[27656]: from='osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:07.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:07 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:07.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:07 smithi084 ceph-mon[27656]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:07.714 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:19:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[38080]: 2024-09-21T13:19:07.391+0000 7f4d7e421640 -1 osd.5 0 waiting for initial osdmap 2024-09-21T13:19:07.714 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:19:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[38080]: 2024-09-21T13:19:07.398+0000 7f4d7a249640 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:19:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[23686]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[23686]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T13:19:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[23686]: osdmap e36: 6 total, 5 up, 6 in 2024-09-21T13:19:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[23686]: from='osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[23686]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[31353]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[31353]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T13:19:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[31353]: osdmap e36: 6 total, 5 up, 6 in 2024-09-21T13:19:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[31353]: from='osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:07 smithi066 ceph-mon[31353]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:08.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:08 smithi084 ceph-mon[27656]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:08.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:08 smithi084 ceph-mon[27656]: osdmap e37: 6 total, 5 up, 6 in 2024-09-21T13:19:08.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:08 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:08.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:08 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:08 smithi066 ceph-mon[23686]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:08 smithi066 ceph-mon[23686]: osdmap e37: 6 total, 5 up, 6 in 2024-09-21T13:19:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:08 smithi066 ceph-mon[31353]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:08 smithi066 ceph-mon[31353]: osdmap e37: 6 total, 5 up, 6 in 2024-09-21T13:19:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:08 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:08 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:09.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: purged_snaps scrub starts 2024-09-21T13:19:09.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: purged_snaps scrub ok 2024-09-21T13:19:09.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:09.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:09.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258] boot 2024-09-21T13:19:09.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: osdmap e38: 6 total, 6 up, 6 in 2024-09-21T13:19:09.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: Detected new or changed devices on smithi084 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi084 to 8544M 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:09.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:09 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: purged_snaps scrub starts 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: purged_snaps scrub ok 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258] boot 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: osdmap e38: 6 total, 6 up, 6 in 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: Detected new or changed devices on smithi084 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:09.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi084 to 8544M 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: purged_snaps scrub starts 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: purged_snaps scrub ok 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: osd.5 [v2:172.21.15.84:6808/28474258,v1:172.21.15.84:6809/28474258] boot 2024-09-21T13:19:09.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: osdmap e38: 6 total, 6 up, 6 in 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: Detected new or changed devices on smithi084 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi084 to 8544M 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:09.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:09 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:10.328 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:19:10.355 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi084:vg_nvme/lv_2 2024-09-21T13:19:10.600 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:19:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:10 smithi084 ceph-mon[27656]: osdmap e39: 6 total, 6 up, 6 in 2024-09-21T13:19:10.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:10 smithi066 ceph-mon[23686]: osdmap e39: 6 total, 6 up, 6 in 2024-09-21T13:19:10.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:10 smithi066 ceph-mon[31353]: osdmap e39: 6 total, 6 up, 6 in 2024-09-21T13:19:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[23686]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[23686]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[23686]: osdmap e40: 6 total, 6 up, 6 in 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[23686]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[31353]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[31353]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[31353]: osdmap e40: 6 total, 6 up, 6 in 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[31353]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:19:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:19:11.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:19:11.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:11 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:11.755 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:11 smithi084 ceph-mon[27656]: pgmap v130: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:11.755 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:11 smithi084 ceph-mon[27656]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-21T13:19:11.755 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:11 smithi084 ceph-mon[27656]: osdmap e40: 6 total, 6 up, 6 in 2024-09-21T13:19:11.755 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:11 smithi084 ceph-mon[27656]: from='client.24262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:19:11.755 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:11 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:19:11.755 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:11 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:19:11.755 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:11 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:12.732 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:12 smithi084 ceph-mon[27656]: osdmap e41: 6 total, 6 up, 6 in 2024-09-21T13:19:12.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:12 smithi066 ceph-mon[23686]: osdmap e41: 6 total, 6 up, 6 in 2024-09-21T13:19:12.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:12 smithi066 ceph-mon[31353]: osdmap e41: 6 total, 6 up, 6 in 2024-09-21T13:19:13.691 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:13 smithi084 ceph-mon[27656]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:13.691 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:13 smithi084 ceph-mon[27656]: osdmap e42: 6 total, 6 up, 6 in 2024-09-21T13:19:13.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:13 smithi066 ceph-mon[23686]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:13.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:13 smithi066 ceph-mon[23686]: osdmap e42: 6 total, 6 up, 6 in 2024-09-21T13:19:13.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:13 smithi066 ceph-mon[31353]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:13.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:13 smithi066 ceph-mon[31353]: osdmap e42: 6 total, 6 up, 6 in 2024-09-21T13:19:14.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/2697388751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]: dispatch 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]: dispatch 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]': finished 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[31353]: osdmap e43: 7 total, 6 up, 7 in 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/1617679815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/2697388751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]: dispatch 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]: dispatch 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]': finished 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[23686]: osdmap e43: 7 total, 6 up, 7 in 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:14 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/1617679815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:19:14.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:14 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/2697388751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]: dispatch 2024-09-21T13:19:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:14 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]: dispatch 2024-09-21T13:19:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:14 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a81b518-7580-4c8d-bde9-ff1ea07e5ebe"}]': finished 2024-09-21T13:19:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:14 smithi084 ceph-mon[27656]: osdmap e43: 7 total, 6 up, 7 in 2024-09-21T13:19:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:14 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:14 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/1617679815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:19:15.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:15 smithi066 ceph-mon[31353]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:15.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:15 smithi066 ceph-mon[23686]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:15.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:15 smithi084 ceph-mon[27656]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:16.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:16 smithi084 ceph-mon[27656]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-21T13:19:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:16 smithi084 ceph-mon[27656]: Cluster is now healthy 2024-09-21T13:19:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:16 smithi066 ceph-mon[23686]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-21T13:19:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:16 smithi066 ceph-mon[23686]: Cluster is now healthy 2024-09-21T13:19:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:16 smithi066 ceph-mon[31353]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-21T13:19:16.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:16 smithi066 ceph-mon[31353]: Cluster is now healthy 2024-09-21T13:19:17.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:17 smithi084 ceph-mon[27656]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-21T13:19:17.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:17 smithi066 ceph-mon[23686]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-21T13:19:17.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:17 smithi066 ceph-mon[31353]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-21T13:19:19.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:19 smithi084 ceph-mon[27656]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T13:19:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:19 smithi066 ceph-mon[23686]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T13:19:19.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:19 smithi066 ceph-mon[31353]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T13:19:21.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:21 smithi084 ceph-mon[27656]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T13:19:21.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:21 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-21T13:19:21.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:21 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:21.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:21 smithi084 ceph-mon[27656]: Deploying daemon osd.6 on smithi084 2024-09-21T13:19:21.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:21 smithi066 ceph-mon[23686]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T13:19:21.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:21 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-21T13:19:21.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:21 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:21.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:21 smithi066 ceph-mon[23686]: Deploying daemon osd.6 on smithi084 2024-09-21T13:19:21.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:21 smithi066 ceph-mon[31353]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T13:19:21.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:21 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-21T13:19:21.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:21 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:21.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:21 smithi066 ceph-mon[31353]: Deploying daemon osd.6 on smithi084 2024-09-21T13:19:23.797 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:23 smithi066 ceph-mon[23686]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-21T13:19:23.797 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:23 smithi066 ceph-mon[31353]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-21T13:19:23.845 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:23 smithi084 ceph-mon[27656]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-21T13:19:25.602 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:25 smithi084 ceph-mon[27656]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T13:19:25.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:25 smithi066 ceph-mon[23686]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T13:19:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:25 smithi066 ceph-mon[31353]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T13:19:27.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:27 smithi084 ceph-mon[27656]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:27.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:27 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:27.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:27 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:27.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:27 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:27.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:27 smithi066 ceph-mon[23686]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:27.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:27 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:27.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:27 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:27.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:27 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:27.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:27 smithi066 ceph-mon[31353]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:27.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:27 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:27.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:27 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:27.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:27 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:29 smithi084 ceph-mon[27656]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:29.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:29 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:29 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:29 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:29.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:29 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:29.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:29 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[23686]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[31353]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:29 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:30.347 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 6 on host 'smithi084' 2024-09-21T13:19:30.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:30.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:30.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:30 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:30 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:30.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:30.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:30.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:30 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:30.996 DEBUG:teuthology.orchestra.run.smithi084:osd.6> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.6.service 2024-09-21T13:19:30.998 INFO:tasks.cephadm:Deploying osd.7 on smithi084 with /dev/vg_nvme/lv_1... 2024-09-21T13:19:30.998 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_1 2024-09-21T13:19:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:31 smithi084 ceph-mon[27656]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:31.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:19:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[43967]: 2024-09-21T13:19:31.529+0000 7fbb3c1a5640 -1 osd.6 0 log_to_monitors true 2024-09-21T13:19:31.705 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:19:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:31 smithi066 ceph-mon[23686]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:31 smithi066 ceph-mon[31353]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:32.712 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:32 smithi084 ceph-mon[27656]: from='osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-21T13:19:32.712 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:32 smithi084 ceph-mon[27656]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-21T13:19:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:32 smithi066 ceph-mon[23686]: from='osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-21T13:19:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:32 smithi066 ceph-mon[23686]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-21T13:19:32.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:32 smithi066 ceph-mon[31353]: from='osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-21T13:19:32.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:32 smithi066 ceph-mon[31353]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-21T13:19:33.758 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:33 smithi084 ceph-mon[27656]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:33.758 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:33 smithi084 ceph-mon[27656]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T13:19:33.758 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:33 smithi084 ceph-mon[27656]: osdmap e44: 7 total, 6 up, 7 in 2024-09-21T13:19:33.758 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:33 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:33.758 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:33 smithi084 ceph-mon[27656]: from='osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:33.758 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:33 smithi084 ceph-mon[27656]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:33.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[23686]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:33.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[23686]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[23686]: osdmap e44: 7 total, 6 up, 7 in 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[23686]: from='osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[23686]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[31353]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[31353]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[31353]: osdmap e44: 7 total, 6 up, 7 in 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[31353]: from='osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:33.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:33 smithi066 ceph-mon[31353]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:34.118 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:19:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[43967]: 2024-09-21T13:19:33.976+0000 7fbb38128640 -1 osd.6 0 waiting for initial osdmap 2024-09-21T13:19:34.119 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:19:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[43967]: 2024-09-21T13:19:33.982+0000 7fbb2ff48640 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:19:34.546 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:34 smithi084 ceph-mon[27656]: purged_snaps scrub starts 2024-09-21T13:19:34.546 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:34 smithi084 ceph-mon[27656]: purged_snaps scrub ok 2024-09-21T13:19:34.546 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:34 smithi084 ceph-mon[27656]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:34.546 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:34 smithi084 ceph-mon[27656]: osdmap e45: 7 total, 6 up, 7 in 2024-09-21T13:19:34.547 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:34 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:34.547 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:34 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:34.642 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-21T13:19:34.671 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi084:vg_nvme/lv_1 2024-09-21T13:19:34.805 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:34 smithi084 ceph-mon[27656]: from='osd.6 ' entity='osd.6' 2024-09-21T13:19:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[23686]: purged_snaps scrub starts 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[23686]: purged_snaps scrub ok 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[23686]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[23686]: osdmap e45: 7 total, 6 up, 7 in 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[23686]: from='osd.6 ' entity='osd.6' 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[31353]: purged_snaps scrub starts 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[31353]: purged_snaps scrub ok 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[31353]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[31353]: osdmap e45: 7 total, 6 up, 7 in 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:34.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:34 smithi066 ceph-mon[31353]: from='osd.6 ' entity='osd.6' 2024-09-21T13:19:35.177 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:19:35.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:35 smithi084 ceph-mon[27656]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:35.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:35 smithi084 ceph-mon[27656]: osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170] boot 2024-09-21T13:19:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:35 smithi084 ceph-mon[27656]: osdmap e46: 7 total, 7 up, 7 in 2024-09-21T13:19:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:35 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:35.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[23686]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[23686]: osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170] boot 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[23686]: osdmap e46: 7 total, 7 up, 7 in 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[31353]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[31353]: osd.6 [v2:172.21.15.84:6816/2672217170,v1:172.21.15.84:6817/2672217170] boot 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[31353]: osdmap e46: 7 total, 7 up, 7 in 2024-09-21T13:19:35.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:35 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: osdmap e47: 7 total, 7 up, 7 in 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.762 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.762 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.762 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:36.762 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:36.762 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:36 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: osdmap e47: 7 total, 7 up, 7 in 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: osdmap e47: 7 total, 7 up, 7 in 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='client.24289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:36.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:36 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:37.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:37 smithi084 ceph-mon[27656]: pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:37.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:37 smithi084 ceph-mon[27656]: Detected new or changed devices on smithi084 2024-09-21T13:19:37.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:37 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi084 to 5696M 2024-09-21T13:19:37.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:37 smithi084 ceph-mon[27656]: osdmap e48: 7 total, 7 up, 7 in 2024-09-21T13:19:37.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:37 smithi084 ceph-mon[27656]: osdmap e49: 7 total, 7 up, 7 in 2024-09-21T13:19:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[23686]: pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[23686]: Detected new or changed devices on smithi084 2024-09-21T13:19:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi084 to 5696M 2024-09-21T13:19:37.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[23686]: osdmap e48: 7 total, 7 up, 7 in 2024-09-21T13:19:37.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[23686]: osdmap e49: 7 total, 7 up, 7 in 2024-09-21T13:19:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[31353]: pgmap v151: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[31353]: Detected new or changed devices on smithi084 2024-09-21T13:19:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi084 to 5696M 2024-09-21T13:19:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[31353]: osdmap e48: 7 total, 7 up, 7 in 2024-09-21T13:19:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:37 smithi066 ceph-mon[31353]: osdmap e49: 7 total, 7 up, 7 in 2024-09-21T13:19:39.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:39 smithi084 ceph-mon[27656]: osdmap e50: 7 total, 7 up, 7 in 2024-09-21T13:19:39.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:39 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/1448103870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]: dispatch 2024-09-21T13:19:39.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:39 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]: dispatch 2024-09-21T13:19:39.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:39 smithi084 ceph-mon[27656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]': finished 2024-09-21T13:19:39.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:39 smithi084 ceph-mon[27656]: osdmap e51: 8 total, 7 up, 8 in 2024-09-21T13:19:39.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:39 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:39.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:39 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/4038496149' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:19:39.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[23686]: osdmap e50: 7 total, 7 up, 7 in 2024-09-21T13:19:39.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/1448103870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]: dispatch 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]: dispatch 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[23686]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]': finished 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[23686]: osdmap e51: 8 total, 7 up, 8 in 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/4038496149' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[31353]: osdmap e50: 7 total, 7 up, 7 in 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/1448103870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]: dispatch 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]: dispatch 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[31353]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7ef876d-d916-4d4c-990a-2146b337a5ac"}]': finished 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[31353]: osdmap e51: 8 total, 7 up, 8 in 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:39.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:39 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/4038496149' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-21T13:19:40.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:40 smithi084 ceph-mon[27656]: pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:40.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:40 smithi066 ceph-mon[23686]: pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:40.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:40 smithi066 ceph-mon[31353]: pgmap v155: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:42.264 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:42 smithi084 ceph-mon[27656]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:42 smithi066 ceph-mon[23686]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:42.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:42 smithi066 ceph-mon[31353]: pgmap v157: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:44.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:44 smithi084 ceph-mon[27656]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-09-21T13:19:44.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:44 smithi066 ceph-mon[23686]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-09-21T13:19:44.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:44 smithi066 ceph-mon[31353]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-09-21T13:19:46.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:46 smithi084 ceph-mon[27656]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-21T13:19:46.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:46 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-21T13:19:46.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:46 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:46.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:46 smithi066 ceph-mon[23686]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-21T13:19:46.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:46 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-21T13:19:46.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:46 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:46 smithi066 ceph-mon[31353]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-21T13:19:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:46 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-21T13:19:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:46 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:47.316 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:47 smithi084 ceph-mon[27656]: Deploying daemon osd.7 on smithi084 2024-09-21T13:19:47.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:47 smithi066 ceph-mon[23686]: Deploying daemon osd.7 on smithi084 2024-09-21T13:19:47.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:47 smithi066 ceph-mon[31353]: Deploying daemon osd.7 on smithi084 2024-09-21T13:19:48.359 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:48 smithi084 ceph-mon[27656]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-21T13:19:48.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:48 smithi066 ceph-mon[23686]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-21T13:19:48.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:48 smithi066 ceph-mon[31353]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-21T13:19:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:50 smithi084 ceph-mon[27656]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T13:19:50.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:50 smithi066 ceph-mon[23686]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T13:19:50.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:50 smithi066 ceph-mon[31353]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T13:19:52.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:52 smithi084 ceph-mon[27656]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:52.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:52 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:52.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:52 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:52.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:52 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:52.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:52 smithi066 ceph-mon[23686]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:52.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:52 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:52.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:52 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:52.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:52 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:52 smithi066 ceph-mon[31353]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:52 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:52 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:52.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:52 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:54.053 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 7 on host 'smithi084' 2024-09-21T13:19:54.366 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:54 smithi084 ceph-mon[27656]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:54.366 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:54 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:54.366 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:54 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:54 smithi066 ceph-mon[23686]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:54 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:54 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:54 smithi066 ceph-mon[31353]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:19:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:54 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:54 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:54.694 DEBUG:teuthology.orchestra.run.smithi084:osd.7> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.7.service 2024-09-21T13:19:54.696 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-21T13:19:54.696 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T13:19:54.963 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:19:55.605 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:19:56.282 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:56 smithi084 ceph-mon[27656]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:56.282 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:56 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:56.282 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:56 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:56.282 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:56 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/45313754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:19:56.382 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:56 smithi066 ceph-mon[23686]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:56.382 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:56 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:56.382 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:56 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:56.382 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:56 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/45313754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:19:56.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:56 smithi066 ceph-mon[31353]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:56.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:56 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:56.383 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:56 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:56.383 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:56 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/45313754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:19:56.411 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":51,"num_osds":8,"num_up_osds":7,"osd_up_since":1726924774,"num_in_osds":8,"osd_in_since":1726924778,"num_remapped_pgs":0} 2024-09-21T13:19:56.556 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:19:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[49756]: 2024-09-21T13:19:56.278+0000 7f785b23e640 -1 osd.7 0 log_to_monitors true 2024-09-21T13:19:57.235 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:57 smithi084 ceph-mon[27656]: from='osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-21T13:19:57.236 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:57 smithi084 ceph-mon[27656]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-21T13:19:57.413 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T13:19:57.442 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:57 smithi066 ceph-mon[23686]: from='osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-21T13:19:57.442 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:57 smithi066 ceph-mon[23686]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-21T13:19:57.442 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:57 smithi066 ceph-mon[31353]: from='osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-21T13:19:57.442 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:57 smithi066 ceph-mon[31353]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-21T13:19:57.687 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:19:58.343 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:19:58.343 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[23686]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:58.344 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[23686]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T13:19:58.344 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[23686]: osdmap e52: 8 total, 7 up, 8 in 2024-09-21T13:19:58.344 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:58.344 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[23686]: from='osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:58.344 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[23686]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:58.345 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[31353]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:58.345 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[31353]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T13:19:58.345 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[31353]: osdmap e52: 8 total, 7 up, 8 in 2024-09-21T13:19:58.345 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:58.345 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[31353]: from='osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:58.346 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:58 smithi066 ceph-mon[31353]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:58.398 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:19:58 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[49756]: 2024-09-21T13:19:58.132+0000 7f78571c1640 -1 osd.7 0 waiting for initial osdmap 2024-09-21T13:19:58.398 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:19:58 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[49756]: 2024-09-21T13:19:58.139+0000 7f7852fe9640 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:19:58.398 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:58 smithi084 ceph-mon[27656]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:19:58.398 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:58 smithi084 ceph-mon[27656]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T13:19:58.398 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:58 smithi084 ceph-mon[27656]: osdmap e52: 8 total, 7 up, 8 in 2024-09-21T13:19:58.398 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:58 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:58.399 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:58 smithi084 ceph-mon[27656]: from='osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:58.399 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:58 smithi084 ceph-mon[27656]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-21T13:19:59.200 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":53,"num_osds":8,"num_up_osds":7,"osd_up_since":1726924774,"num_in_osds":8,"osd_in_since":1726924778,"num_remapped_pgs":0} 2024-09-21T13:19:59.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: osdmap e53: 8 total, 7 up, 8 in 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3251827507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:59.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: osdmap e53: 8 total, 7 up, 8 in 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3251827507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:19:59.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:19:59 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: osdmap e53: 8 total, 7 up, 8 in 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3251827507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:19:59.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:19:59 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:20:00.201 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T13:20:00.470 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:00.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: purged_snaps scrub starts 2024-09-21T13:20:00.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: purged_snaps scrub ok 2024-09-21T13:20:00.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:20:00.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: Detected new or changed devices on smithi084 2024-09-21T13:20:00.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi084 to 4272M 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307] boot 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: osdmap e54: 8 total, 8 up, 8 in 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[31353]: overall HEALTH_OK 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: purged_snaps scrub starts 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: purged_snaps scrub ok 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: Detected new or changed devices on smithi084 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi084 to 4272M 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307] boot 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: osdmap e54: 8 total, 8 up, 8 in 2024-09-21T13:20:00.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:20:00.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:00 smithi066 ceph-mon[23686]: overall HEALTH_OK 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: purged_snaps scrub starts 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: purged_snaps scrub ok 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: Detected new or changed devices on smithi084 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi084 to 4272M 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: osd.7 [v2:172.21.15.84:6824/332826307,v1:172.21.15.84:6825/332826307] boot 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: osdmap e54: 8 total, 8 up, 8 in 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:20:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:00 smithi084 ceph-mon[27656]: overall HEALTH_OK 2024-09-21T13:20:01.135 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:01.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:01 smithi066 ceph-mon[31353]: osdmap e55: 8 total, 8 up, 8 in 2024-09-21T13:20:01.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:01 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4113433387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:20:01.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:01 smithi066 ceph-mon[23686]: osdmap e55: 8 total, 8 up, 8 in 2024-09-21T13:20:01.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:01 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4113433387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:20:01.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:01 smithi084 ceph-mon[27656]: osdmap e55: 8 total, 8 up, 8 in 2024-09-21T13:20:01.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:01 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4113433387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-21T13:20:01.936 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1726924799,"num_in_osds":8,"osd_in_since":1726924778,"num_remapped_pgs":1} 2024-09-21T13:20:01.937 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T13:20:02.199 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:02 smithi066 ceph-mon[31353]: pgmap v171: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:02 smithi066 ceph-mon[31353]: osdmap e56: 8 total, 8 up, 8 in 2024-09-21T13:20:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:02 smithi066 ceph-mon[31353]: osdmap e57: 8 total, 8 up, 8 in 2024-09-21T13:20:02.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:02 smithi066 ceph-mon[23686]: pgmap v171: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:02.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:02 smithi066 ceph-mon[23686]: osdmap e56: 8 total, 8 up, 8 in 2024-09-21T13:20:02.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:02 smithi066 ceph-mon[23686]: osdmap e57: 8 total, 8 up, 8 in 2024-09-21T13:20:02.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:02 smithi084 ceph-mon[27656]: pgmap v171: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:02.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:02 smithi084 ceph-mon[27656]: osdmap e56: 8 total, 8 up, 8 in 2024-09-21T13:20:02.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:02 smithi084 ceph-mon[27656]: osdmap e57: 8 total, 8 up, 8 in 2024-09-21T13:20:02.851 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:02.851 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":57,"fsid":"5e7cf636-781b-11ef-baf6-efdc52797490","created":"2024-09-21T13:15:02.124009+0000","modified":"2024-09-21T13:20:02.069336+0000","last_up_change":"2024-09-21T13:19:59.135400+0000","last_in_change":"2024-09-21T13:19:38.357619+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-21T13:17:56.725297+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":"277012d9-3716-4138-8541-5d954a07eea2","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.66:6802","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6803","nonce":1595620128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6805","nonce":1595620128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6809","nonce":1595620128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6807","nonce":1595620128}]},"public_addr":"172.21.15.66:6803/1595620128","cluster_addr":"172.21.15.66:6805/1595620128","heartbeat_back_addr":"172.21.15.66:6809/1595620128","heartbeat_front_addr":"172.21.15.66:6807/1595620128","state":["exists","up"]},{"osd":1,"uuid":"99a5537a-fb8b-4e58-bec0-d585b771ac17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6810","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6811","nonce":2092894508}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6812","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6813","nonce":2092894508}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6816","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6817","nonce":2092894508}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6814","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6815","nonce":2092894508}]},"public_addr":"172.21.15.66:6811/2092894508","cluster_addr":"172.21.15.66:6813/2092894508","heartbeat_back_addr":"172.21.15.66:6817/2092894508","heartbeat_front_addr":"172.21.15.66:6815/2092894508","state":["exists","up"]},{"osd":2,"uuid":"f7a859b6-158c-48b4-a9ac-82d0dc54e9a6","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.66:6818","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6819","nonce":2406737946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6820","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6821","nonce":2406737946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6824","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6825","nonce":2406737946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6822","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6823","nonce":2406737946}]},"public_addr":"172.21.15.66:6819/2406737946","cluster_addr":"172.21.15.66:6821/2406737946","heartbeat_back_addr":"172.21.15.66:6825/2406737946","heartbeat_front_addr":"172.21.15.66:6823/2406737946","state":["exists","up"]},{"osd":3,"uuid":"02029527-5014-409e-a0f7-f156e04dc36a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6826","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6827","nonce":921669482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6828","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6829","nonce":921669482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6832","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6833","nonce":921669482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6830","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6831","nonce":921669482}]},"public_addr":"172.21.15.66:6827/921669482","cluster_addr":"172.21.15.66:6829/921669482","heartbeat_back_addr":"172.21.15.66:6833/921669482","heartbeat_front_addr":"172.21.15.66:6831/921669482","state":["exists","up"]},{"osd":4,"uuid":"e69a8773-2d93-40f4-be87-f347db267eb9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6800","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6801","nonce":538005788}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6803","nonce":538005788}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6807","nonce":538005788}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6805","nonce":538005788}]},"public_addr":"172.21.15.84:6801/538005788","cluster_addr":"172.21.15.84:6803/538005788","heartbeat_back_addr":"172.21.15.84:6807/538005788","heartbeat_front_addr":"172.21.15.84:6805/538005788","state":["exists","up"]},{"osd":5,"uuid":"4df5de03-64fb-4ad5-aaf9-709fdd36d76c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6809","nonce":28474258}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6811","nonce":28474258}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6815","nonce":28474258}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6813","nonce":28474258}]},"public_addr":"172.21.15.84:6809/28474258","cluster_addr":"172.21.15.84:6811/28474258","heartbeat_back_addr":"172.21.15.84:6815/28474258","heartbeat_front_addr":"172.21.15.84:6813/28474258","state":["exists","up"]},{"osd":6,"uuid":"6a81b518-7580-4c8d-bde9-ff1ea07e5ebe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6817","nonce":2672217170}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6818","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6819","nonce":2672217170}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6823","nonce":2672217170}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6821","nonce":2672217170}]},"public_addr":"172.21.15.84:6817/2672217170","cluster_addr":"172.21.15.84:6819/2672217170","heartbeat_back_addr":"172.21.15.84:6823/2672217170","heartbeat_front_addr":"172.21.15.84:6821/2672217170","state":["exists","up"]},{"osd":7,"uuid":"c7ef876d-d916-4d4c-990a-2146b337a5ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6825","nonce":332826307}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6826","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6827","nonce":332826307}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6831","nonce":332826307}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6829","nonce":332826307}]},"public_addr":"172.21.15.84:6825/332826307","cluster_addr":"172.21.15.84:6827/332826307","heartbeat_back_addr":"172.21.15.84:6831/332826307","heartbeat_front_addr":"172.21.15.84:6829/332826307","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-21T13:17:02.166507+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-21T13:17:28.356827+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-21T13:17:53.921758+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-21T13:18:18.206606+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-21T13:18:41.489970+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-21T13:19:07.051885+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-21T13:19:32.554353+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-21T13:19:57.331469+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:0/1655115507":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6801/1676329557":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6800/1676329557":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6801/3823086483":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/74833722":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6800/3823086483":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/2754772824":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/1083820036":"2024-09-22T13:15:48.222365+0000","172.21.15.66:0/199370791":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/438763297":"2024-09-22T13:15:24.040645+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-21T13:20:03.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:03 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/526916631' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:03.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:03 smithi066 ceph-mon[23686]: osdmap e58: 8 total, 8 up, 8 in 2024-09-21T13:20:03.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:03 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/526916631' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:03.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:03 smithi066 ceph-mon[31353]: osdmap e58: 8 total, 8 up, 8 in 2024-09-21T13:20:03.534 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T13:17:56.725297+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-21T13:20:03.534 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T13:20:03.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:03 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/526916631' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:03.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:03 smithi084 ceph-mon[27656]: osdmap e58: 8 total, 8 up, 8 in 2024-09-21T13:20:03.789 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:04.173 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:04 smithi066 ceph-mon[23686]: pgmap v174: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:04.173 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:04 smithi066 ceph-mon[31353]: pgmap v174: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:04.441 INFO:teuthology.orchestra.run.smithi066.stdout:pg_num: 1 2024-09-21T13:20:04.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:04 smithi084 ceph-mon[27656]: pgmap v174: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:05.187 INFO:tasks.cephadm:Adding prometheus.a on smithi084 2024-09-21T13:20:05.188 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch apply prometheus '1;smithi084=a' 2024-09-21T13:20:05.449 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:20:05.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:05 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/477480122' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T13:20:05.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:05 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/477480122' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T13:20:05.571 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:05 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/477480122' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-21T13:20:06.149 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled prometheus update... 2024-09-21T13:20:06.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[31353]: pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:06.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:06.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:20:06.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:20:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:20:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[23686]: pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:20:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:20:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:20:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:06 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:06.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:06 smithi084 ceph-mon[27656]: pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:06.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:06 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:06.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:06 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:20:06.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:06 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:20:06.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:06 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:20:06.617 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:06 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:06.805 DEBUG:teuthology.orchestra.run.smithi084:prometheus.a> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service 2024-09-21T13:20:06.808 INFO:tasks.cephadm:Adding node-exporter.a on smithi066 2024-09-21T13:20:06.808 INFO:tasks.cephadm:Adding node-exporter.b on smithi084 2024-09-21T13:20:06.808 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch apply node-exporter '2;smithi066=a;smithi084=b' 2024-09-21T13:20:07.091 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:20:07.433 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:07 smithi084 ceph-mon[27656]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:07.433 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:07 smithi084 ceph-mon[27656]: Saving service prometheus spec with placement smithi084=a;count:1 2024-09-21T13:20:07.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:07 smithi066 ceph-mon[23686]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:07.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:07 smithi066 ceph-mon[23686]: Saving service prometheus spec with placement smithi084=a;count:1 2024-09-21T13:20:07.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:07 smithi066 ceph-mon[31353]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:07.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:07 smithi066 ceph-mon[31353]: Saving service prometheus spec with placement smithi084=a;count:1 2024-09-21T13:20:07.710 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled node-exporter update... 2024-09-21T13:20:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:08 smithi084 ceph-mon[27656]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T13:20:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:08 smithi084 ceph-mon[27656]: Deploying daemon prometheus.a on smithi084 2024-09-21T13:20:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:08 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:08.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:08 smithi066 ceph-mon[31353]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T13:20:08.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:08 smithi066 ceph-mon[31353]: Deploying daemon prometheus.a on smithi084 2024-09-21T13:20:08.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:08 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:08.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:08 smithi066 ceph-mon[23686]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T13:20:08.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:08 smithi066 ceph-mon[23686]: Deploying daemon prometheus.a on smithi084 2024-09-21T13:20:08.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:08 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:08.680 DEBUG:teuthology.orchestra.run.smithi066:node-exporter.a> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.a.service 2024-09-21T13:20:08.683 DEBUG:teuthology.orchestra.run.smithi084:node-exporter.b> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.b.service 2024-09-21T13:20:08.685 INFO:tasks.cephadm:Adding alertmanager.a on smithi066 2024-09-21T13:20:08.685 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch apply alertmanager '1;smithi066=a' 2024-09-21T13:20:09.193 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:20:09.439 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:09 smithi084 ceph-mon[27656]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi066=a;smithi084=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:09.439 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:09 smithi084 ceph-mon[27656]: Saving service node-exporter spec with placement smithi066=a;smithi084=b;count:2 2024-09-21T13:20:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:09 smithi066 ceph-mon[23686]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi066=a;smithi084=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:09.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:09 smithi066 ceph-mon[23686]: Saving service node-exporter spec with placement smithi066=a;smithi084=b;count:2 2024-09-21T13:20:09.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:09 smithi066 ceph-mon[31353]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi066=a;smithi084=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:09.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:09 smithi066 ceph-mon[31353]: Saving service node-exporter spec with placement smithi066=a;smithi084=b;count:2 2024-09-21T13:20:10.176 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled alertmanager update... 2024-09-21T13:20:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:10 smithi084 ceph-mon[27656]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-21T13:20:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:10 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:10 smithi066 ceph-mon[23686]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-21T13:20:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:10 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:10 smithi066 ceph-mon[31353]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-21T13:20:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:10 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:11.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:11 smithi066 ceph-mon[23686]: from='client.24340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi066=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:11.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:11 smithi066 ceph-mon[23686]: Saving service alertmanager spec with placement smithi066=a;count:1 2024-09-21T13:20:11.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:11 smithi066 ceph-mon[31353]: from='client.24340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi066=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:11.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:11 smithi066 ceph-mon[31353]: Saving service alertmanager spec with placement smithi066=a;count:1 2024-09-21T13:20:11.575 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:11 smithi084 ceph-mon[27656]: from='client.24340 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi066=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:11.575 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:11 smithi084 ceph-mon[27656]: Saving service alertmanager spec with placement smithi066=a;count:1 2024-09-21T13:20:12.296 DEBUG:teuthology.orchestra.run.smithi066:alertmanager.a> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@alertmanager.a.service 2024-09-21T13:20:12.299 INFO:tasks.cephadm:Adding grafana.a on smithi084 2024-09-21T13:20:12.299 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph orch apply grafana '1;smithi084=a' 2024-09-21T13:20:12.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:12 smithi066 ceph-mon[23686]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-21T13:20:12.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:12 smithi066 ceph-mon[31353]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-21T13:20:12.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:12 smithi084 ceph-mon[27656]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-21T13:20:12.937 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:20:13.914 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled grafana update... 2024-09-21T13:20:14.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:14 smithi066 ceph-mon[23686]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T13:20:14.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:14 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:14.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:14 smithi066 ceph-mon[31353]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T13:20:14.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:14 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:14 smithi084 ceph-mon[27656]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T13:20:14.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:14 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:15.385 DEBUG:teuthology.orchestra.run.smithi084:grafana.a> sudo journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@grafana.a.service 2024-09-21T13:20:15.387 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T13:20:15.387 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T13:20:15.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:15 smithi066 ceph-mon[23686]: from='client.24346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:15.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:15 smithi066 ceph-mon[23686]: Saving service grafana spec with placement smithi084=a;count:1 2024-09-21T13:20:15.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:15 smithi066 ceph-mon[31353]: from='client.24346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:15.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:15 smithi066 ceph-mon[31353]: Saving service grafana spec with placement smithi084=a;count:1 2024-09-21T13:20:15.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:15 smithi084 ceph-mon[27656]: from='client.24346 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:20:15.520 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:15 smithi084 ceph-mon[27656]: Saving service grafana spec with placement smithi084=a;count:1 2024-09-21T13:20:15.654 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:16.325 INFO:teuthology.orchestra.run.smithi066.stdout:[client.0] 2024-09-21T13:20:16.325 INFO:teuthology.orchestra.run.smithi066.stdout: key = AQAQyO5mNh4hExAAZUZdwhzbV62GROlZMLpjFw== 2024-09-21T13:20:16.326 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:16 smithi066 ceph-mon[23686]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-21T13:20:16.326 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:16 smithi066 ceph-mon[31353]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-21T13:20:16.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:16 smithi084 ceph-mon[27656]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-21T13:20:17.092 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-09-21T13:20:17.092 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-21T13:20:17.092 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-21T13:20:17.133 DEBUG:teuthology.orchestra.run.smithi084:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T13:20:17.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:17 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1072586792' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-21T13:20:17.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:17 smithi084 ceph-mon[27656]: 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-21T13:20:17.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:17 smithi084 ceph-mon[27656]: 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-21T13:20:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T13:20:17.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:17 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1072586792' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-21T13:20:17.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:17 smithi066 ceph-mon[23686]: 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-21T13:20:17.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:17 smithi066 ceph-mon[23686]: 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-21T13:20:17.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:17 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1072586792' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-21T13:20:17.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:17 smithi066 ceph-mon[31353]: 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-21T13:20:17.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:17 smithi066 ceph-mon[31353]: 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-21T13:20:18.125 INFO:teuthology.orchestra.run.smithi084.stdout:[client.1] 2024-09-21T13:20:18.125 INFO:teuthology.orchestra.run.smithi084.stdout: key = AQASyO5mDQwhBxAAoNrPIP11U5XV4YNITVp+yw== 2024-09-21T13:20:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:18 smithi084 ceph-mon[27656]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:20:18.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:18 smithi084 ceph-mon[27656]: from='client.? 172.21.15.84:0/3580148730' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-21T13:20:18.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:18 smithi084 ceph-mon[27656]: 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-21T13:20:18.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:18 smithi084 ceph-mon[27656]: 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-21T13:20:18.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:18 smithi066 ceph-mon[23686]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:20:18.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:18 smithi066 ceph-mon[23686]: from='client.? 172.21.15.84:0/3580148730' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-21T13:20:18.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:18 smithi066 ceph-mon[23686]: 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-21T13:20:18.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:18 smithi066 ceph-mon[23686]: 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-21T13:20:18.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:18 smithi066 ceph-mon[31353]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T13:20:18.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:18 smithi066 ceph-mon[31353]: from='client.? 172.21.15.84:0/3580148730' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-21T13:20:18.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:18 smithi066 ceph-mon[31353]: 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-21T13:20:18.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:18 smithi066 ceph-mon[31353]: 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-21T13:20:18.860 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-21T13:20:18.860 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-21T13:20:18.860 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-21T13:20:18.899 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T13:20:19.166 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:19.572 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[23686]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:19.572 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.572 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.573 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.573 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-21T13:20:19.573 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[31353]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:19.573 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.573 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.573 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.573 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-21T13:20:19.779 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:19.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-mon[27656]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: ignoring --setuser ceph since I am not root 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: ignoring --setgroup ceph since I am not root 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-mgr[29479]: -- 172.21.15.84:0/2756429961 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x556d826810e0 con 0x556d8265e800 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:19.692+0000 7fe81d11d040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T13:20:19.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:19.748+0000 7fe81d11d040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T13:20:19.917 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ignoring --setuser ceph since I am not root 2024-09-21T13:20:19.917 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ignoring --setgroup ceph since I am not root 2024-09-21T13:20:19.917 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:19.693+0000 7fddfab28040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T13:20:19.917 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:19.752+0000 7fddfab28040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T13:20:19.917 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:19.915+0000 7fddfab28040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T13:20:20.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:19.984+0000 7fddfab28040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T13:20:20.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:20.140+0000 7fddfab28040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:20:20.249 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:19.894+0000 7fe81d11d040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T13:20:20.249 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:19.960+0000 7fe81d11d040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T13:20:20.249 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:20.108+0000 7fe81d11d040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:20:20.494 INFO:teuthology.orchestra.run.smithi066.stdout:[{"version":20,"timestamp":"2024-09-21T13:19:58.438298+0000","name":"","changes":[{"name":"osd/host:smithi084/osd_memory_target","previous_value":"5972723438","new_value":"4479542579"}]}] 2024-09-21T13:20:20.494 INFO:tasks.ceph_manager:config epoch is 20 2024-09-21T13:20:20.494 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T13:20:20.494 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T13:20:20.494 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T13:20:20.542 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:20.248+0000 7fe81d11d040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T13:20:20.542 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:20.287+0000 7fddfab28040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T13:20:20.754 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:20.800 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:20.556+0000 7fe81d11d040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T13:20:20.800 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:20.617+0000 7fe81d11d040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T13:20:20.801 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:20 smithi084 ceph-mon[27656]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T13:20:20.801 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:20 smithi084 ceph-mon[27656]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-21T13:20:20.801 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:20 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1191298696' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-21T13:20:20.876 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-mon[23686]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T13:20:20.876 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-mon[23686]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-21T13:20:20.876 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1191298696' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-21T13:20:20.876 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-mon[31353]: from='mgr.14148 172.21.15.66:0/924768066' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T13:20:20.877 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-mon[31353]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-21T13:20:20.877 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1191298696' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-21T13:20:20.877 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:20.622+0000 7fddfab28040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T13:20:20.877 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:20.688+0000 7fddfab28040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T13:20:21.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:20.799+0000 7fe81d11d040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T13:20:21.159 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:20.896+0000 7fddfab28040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T13:20:21.482 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:21 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2628846365' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:20:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:21 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2628846365' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:20:21.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:21 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2628846365' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:20:21.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:21.673+0000 7fe81d11d040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T13:20:21.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:21.741+0000 7fe81d11d040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T13:20:22.097 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:21.844+0000 7fddfab28040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T13:20:22.097 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:21.915+0000 7fddfab28040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T13:20:22.126 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":16,"flags":0,"active_gid":14148,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6800","nonce":3458987720},{"type":"v1","addr":"172.21.15.66:6801","nonce":3458987720}]},"active_addr":"172.21.15.66:6801/3458987720","active_change":"2024-09-21T13:15:48.222483+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24106,"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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","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.66: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.66:0","nonce":3325489407}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":3085373713}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":1131653213}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":1457366180}]}]} 2024-09-21T13:20:22.129 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T13:20:22.129 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T13:20:22.129 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T13:20:22.387 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:22.705 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:22.448+0000 7fe81d11d040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T13:20:22.705 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:22.562+0000 7fe81d11d040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T13:20:22.784 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:22.682+0000 7fddfab28040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T13:20:22.981 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:22.704+0000 7fe81d11d040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:20:22.981 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:22.765+0000 7fe81d11d040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T13:20:22.981 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:22.913+0000 7fe81d11d040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T13:20:22.981 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:22.980+0000 7fe81d11d040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T13:20:23.059 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:23.059 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":58,"fsid":"5e7cf636-781b-11ef-baf6-efdc52797490","created":"2024-09-21T13:15:02.124009+0000","modified":"2024-09-21T13:20:03.070752+0000","last_up_change":"2024-09-21T13:19:59.135400+0000","last_in_change":"2024-09-21T13:19:38.357619+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-21T13:17:56.725297+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":"277012d9-3716-4138-8541-5d954a07eea2","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.66:6802","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6803","nonce":1595620128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6805","nonce":1595620128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6809","nonce":1595620128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6807","nonce":1595620128}]},"public_addr":"172.21.15.66:6803/1595620128","cluster_addr":"172.21.15.66:6805/1595620128","heartbeat_back_addr":"172.21.15.66:6809/1595620128","heartbeat_front_addr":"172.21.15.66:6807/1595620128","state":["exists","up"]},{"osd":1,"uuid":"99a5537a-fb8b-4e58-bec0-d585b771ac17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6810","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6811","nonce":2092894508}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6812","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6813","nonce":2092894508}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6816","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6817","nonce":2092894508}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6814","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6815","nonce":2092894508}]},"public_addr":"172.21.15.66:6811/2092894508","cluster_addr":"172.21.15.66:6813/2092894508","heartbeat_back_addr":"172.21.15.66:6817/2092894508","heartbeat_front_addr":"172.21.15.66:6815/2092894508","state":["exists","up"]},{"osd":2,"uuid":"f7a859b6-158c-48b4-a9ac-82d0dc54e9a6","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.66:6818","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6819","nonce":2406737946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6820","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6821","nonce":2406737946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6824","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6825","nonce":2406737946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6822","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6823","nonce":2406737946}]},"public_addr":"172.21.15.66:6819/2406737946","cluster_addr":"172.21.15.66:6821/2406737946","heartbeat_back_addr":"172.21.15.66:6825/2406737946","heartbeat_front_addr":"172.21.15.66:6823/2406737946","state":["exists","up"]},{"osd":3,"uuid":"02029527-5014-409e-a0f7-f156e04dc36a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6826","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6827","nonce":921669482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6828","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6829","nonce":921669482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6832","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6833","nonce":921669482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6830","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6831","nonce":921669482}]},"public_addr":"172.21.15.66:6827/921669482","cluster_addr":"172.21.15.66:6829/921669482","heartbeat_back_addr":"172.21.15.66:6833/921669482","heartbeat_front_addr":"172.21.15.66:6831/921669482","state":["exists","up"]},{"osd":4,"uuid":"e69a8773-2d93-40f4-be87-f347db267eb9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6800","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6801","nonce":538005788}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6803","nonce":538005788}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6807","nonce":538005788}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6805","nonce":538005788}]},"public_addr":"172.21.15.84:6801/538005788","cluster_addr":"172.21.15.84:6803/538005788","heartbeat_back_addr":"172.21.15.84:6807/538005788","heartbeat_front_addr":"172.21.15.84:6805/538005788","state":["exists","up"]},{"osd":5,"uuid":"4df5de03-64fb-4ad5-aaf9-709fdd36d76c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6809","nonce":28474258}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6811","nonce":28474258}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6815","nonce":28474258}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6813","nonce":28474258}]},"public_addr":"172.21.15.84:6809/28474258","cluster_addr":"172.21.15.84:6811/28474258","heartbeat_back_addr":"172.21.15.84:6815/28474258","heartbeat_front_addr":"172.21.15.84:6813/28474258","state":["exists","up"]},{"osd":6,"uuid":"6a81b518-7580-4c8d-bde9-ff1ea07e5ebe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6817","nonce":2672217170}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6818","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6819","nonce":2672217170}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6823","nonce":2672217170}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6821","nonce":2672217170}]},"public_addr":"172.21.15.84:6817/2672217170","cluster_addr":"172.21.15.84:6819/2672217170","heartbeat_back_addr":"172.21.15.84:6823/2672217170","heartbeat_front_addr":"172.21.15.84:6821/2672217170","state":["exists","up"]},{"osd":7,"uuid":"c7ef876d-d916-4d4c-990a-2146b337a5ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6825","nonce":332826307}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6826","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6827","nonce":332826307}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6831","nonce":332826307}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6829","nonce":332826307}]},"public_addr":"172.21.15.84:6825/332826307","cluster_addr":"172.21.15.84:6827/332826307","heartbeat_back_addr":"172.21.15.84:6831/332826307","heartbeat_front_addr":"172.21.15.84:6829/332826307","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-21T13:17:02.166507+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-21T13:17:28.356827+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-21T13:17:53.921758+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-21T13:18:18.206606+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-21T13:18:41.489970+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-21T13:19:07.051885+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-21T13:19:32.554353+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-21T13:19:57.331469+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:0/1655115507":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6801/1676329557":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6800/1676329557":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6801/3823086483":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/74833722":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6800/3823086483":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/2754772824":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/1083820036":"2024-09-22T13:15:48.222365+0000","172.21.15.66:0/199370791":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/438763297":"2024-09-22T13:15:24.040645+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-21T13:20:23.059 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:22.805+0000 7fddfab28040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T13:20:23.060 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:22 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:22.963+0000 7fddfab28040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:20:23.060 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.027+0000 7fddfab28040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T13:20:23.262 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:23 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3435861206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:23.263 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:23.039+0000 7fe81d11d040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T13:20:23.263 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:23.197+0000 7fe81d11d040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T13:20:23.324 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3435861206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:23.325 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3435861206' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:23.325 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.188+0000 7fddfab28040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T13:20:23.325 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.260+0000 7fddfab28040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T13:20:23.530 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:23.261+0000 7fe81d11d040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T13:20:23.530 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:23.328+0000 7fe81d11d040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T13:20:23.530 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:23.410+0000 7fe81d11d040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T13:20:23.530 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:23.470+0000 7fe81d11d040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T13:20:23.530 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:23.529+0000 7fe81d11d040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T13:20:23.631 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.322+0000 7fddfab28040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T13:20:23.631 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.490+0000 7fddfab28040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T13:20:23.631 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.559+0000 7fddfab28040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T13:20:23.631 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.629+0000 7fddfab28040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T13:20:23.734 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T13:20:23.734 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T13:20:23.993 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:23.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.717+0000 7fddfab28040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T13:20:23.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.782+0000 7fddfab28040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T13:20:23.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:23.845+0000 7fddfab28040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-mon[27656]: Standby manager daemon x restarted 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-mon[27656]: Standby manager daemon x started 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:24.311+0000 7fe81d11d040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: [21/Sep/2024:13:20:24] ENGINE Bus STARTING 2024-09-21T13:20:24.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: CherryPy Checker: 2024-09-21T13:20:24.620 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: The Application mounted at '' has an empty config. 2024-09-21T13:20:24.620 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: 2024-09-21T13:20:24.620 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: [21/Sep/2024:13:20:24] ENGINE Serving on http://:::9283 2024-09-21T13:20:24.620 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:20:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[29475]: [21/Sep/2024:13:20:24] ENGINE Bus STARTED 2024-09-21T13:20:24.662 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:24.663 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":58,"fsid":"5e7cf636-781b-11ef-baf6-efdc52797490","created":"2024-09-21T13:15:02.124009+0000","modified":"2024-09-21T13:20:03.070752+0000","last_up_change":"2024-09-21T13:19:59.135400+0000","last_in_change":"2024-09-21T13:19:38.357619+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-21T13:17:56.725297+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":"277012d9-3716-4138-8541-5d954a07eea2","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.66:6802","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6803","nonce":1595620128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6805","nonce":1595620128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6809","nonce":1595620128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1595620128},{"type":"v1","addr":"172.21.15.66:6807","nonce":1595620128}]},"public_addr":"172.21.15.66:6803/1595620128","cluster_addr":"172.21.15.66:6805/1595620128","heartbeat_back_addr":"172.21.15.66:6809/1595620128","heartbeat_front_addr":"172.21.15.66:6807/1595620128","state":["exists","up"]},{"osd":1,"uuid":"99a5537a-fb8b-4e58-bec0-d585b771ac17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6810","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6811","nonce":2092894508}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6812","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6813","nonce":2092894508}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6816","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6817","nonce":2092894508}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6814","nonce":2092894508},{"type":"v1","addr":"172.21.15.66:6815","nonce":2092894508}]},"public_addr":"172.21.15.66:6811/2092894508","cluster_addr":"172.21.15.66:6813/2092894508","heartbeat_back_addr":"172.21.15.66:6817/2092894508","heartbeat_front_addr":"172.21.15.66:6815/2092894508","state":["exists","up"]},{"osd":2,"uuid":"f7a859b6-158c-48b4-a9ac-82d0dc54e9a6","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.66:6818","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6819","nonce":2406737946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6820","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6821","nonce":2406737946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6824","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6825","nonce":2406737946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6822","nonce":2406737946},{"type":"v1","addr":"172.21.15.66:6823","nonce":2406737946}]},"public_addr":"172.21.15.66:6819/2406737946","cluster_addr":"172.21.15.66:6821/2406737946","heartbeat_back_addr":"172.21.15.66:6825/2406737946","heartbeat_front_addr":"172.21.15.66:6823/2406737946","state":["exists","up"]},{"osd":3,"uuid":"02029527-5014-409e-a0f7-f156e04dc36a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6826","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6827","nonce":921669482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6828","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6829","nonce":921669482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6832","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6833","nonce":921669482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6830","nonce":921669482},{"type":"v1","addr":"172.21.15.66:6831","nonce":921669482}]},"public_addr":"172.21.15.66:6827/921669482","cluster_addr":"172.21.15.66:6829/921669482","heartbeat_back_addr":"172.21.15.66:6833/921669482","heartbeat_front_addr":"172.21.15.66:6831/921669482","state":["exists","up"]},{"osd":4,"uuid":"e69a8773-2d93-40f4-be87-f347db267eb9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6800","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6801","nonce":538005788}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6803","nonce":538005788}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6807","nonce":538005788}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":538005788},{"type":"v1","addr":"172.21.15.84:6805","nonce":538005788}]},"public_addr":"172.21.15.84:6801/538005788","cluster_addr":"172.21.15.84:6803/538005788","heartbeat_back_addr":"172.21.15.84:6807/538005788","heartbeat_front_addr":"172.21.15.84:6805/538005788","state":["exists","up"]},{"osd":5,"uuid":"4df5de03-64fb-4ad5-aaf9-709fdd36d76c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6809","nonce":28474258}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6810","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6811","nonce":28474258}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6815","nonce":28474258}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":28474258},{"type":"v1","addr":"172.21.15.84:6813","nonce":28474258}]},"public_addr":"172.21.15.84:6809/28474258","cluster_addr":"172.21.15.84:6811/28474258","heartbeat_back_addr":"172.21.15.84:6815/28474258","heartbeat_front_addr":"172.21.15.84:6813/28474258","state":["exists","up"]},{"osd":6,"uuid":"6a81b518-7580-4c8d-bde9-ff1ea07e5ebe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6817","nonce":2672217170}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6818","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6819","nonce":2672217170}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6823","nonce":2672217170}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":2672217170},{"type":"v1","addr":"172.21.15.84:6821","nonce":2672217170}]},"public_addr":"172.21.15.84:6817/2672217170","cluster_addr":"172.21.15.84:6819/2672217170","heartbeat_back_addr":"172.21.15.84:6823/2672217170","heartbeat_front_addr":"172.21.15.84:6821/2672217170","state":["exists","up"]},{"osd":7,"uuid":"c7ef876d-d916-4d4c-990a-2146b337a5ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6825","nonce":332826307}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6826","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6827","nonce":332826307}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6831","nonce":332826307}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":332826307},{"type":"v1","addr":"172.21.15.84:6829","nonce":332826307}]},"public_addr":"172.21.15.84:6825/332826307","cluster_addr":"172.21.15.84:6827/332826307","heartbeat_back_addr":"172.21.15.84:6831/332826307","heartbeat_front_addr":"172.21.15.84:6829/332826307","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-21T13:17:02.166507+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-21T13:17:28.356827+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-21T13:17:53.921758+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-21T13:18:18.206606+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-21T13:18:41.489970+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-21T13:19:07.051885+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-21T13:19:32.554353+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-21T13:19:57.331469+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:0/1655115507":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6801/1676329557":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6800/1676329557":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6801/3823086483":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/74833722":"2024-09-22T13:15:48.222365+0000","172.21.15.66:6800/3823086483":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/2754772824":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/1083820036":"2024-09-22T13:15:48.222365+0000","172.21.15.66:0/199370791":"2024-09-22T13:15:24.040645+0000","172.21.15.66:0/438763297":"2024-09-22T13:15:24.040645+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-21T13:20:24.663 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[23686]: Standby manager daemon x restarted 2024-09-21T13:20:24.663 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[23686]: Standby manager daemon x started 2024-09-21T13:20:24.663 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:20:24.663 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:20:24.663 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:20:24.663 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:20:24.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[31353]: Standby manager daemon x restarted 2024-09-21T13:20:24.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[31353]: Standby manager daemon x started 2024-09-21T13:20:24.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:20:24.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:20:24.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:20:24.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/386472866' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:20:24.915 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:24.710+0000 7fddfab28040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T13:20:24.915 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:24] ENGINE Bus STARTING 2024-09-21T13:20:24.916 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: CherryPy Checker: 2024-09-21T13:20:24.916 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: The Application mounted at '' has an empty config. 2024-09-21T13:20:24.916 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:25.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:24] ENGINE Serving on http://:::9283 2024-09-21T13:20:25.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:24] ENGINE Bus STARTED 2024-09-21T13:20:25.442 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T13:20:25.443 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T13:20:25.443 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T13:20:25.444 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph tell osd.3 flush_pg_stats 2024-09-21T13:20:25.444 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph tell osd.4 flush_pg_stats 2024-09-21T13:20:25.445 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph tell osd.5 flush_pg_stats 2024-09-21T13:20:25.445 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph tell osd.6 flush_pg_stats 2024-09-21T13:20:25.445 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph tell osd.7 flush_pg_stats 2024-09-21T13:20:25.574 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2218179947' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: Active manager daemon y restarted 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: Activating manager daemon y 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: osdmap e59: 8 total, 8 up, 8 in 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: mgrmap e18: y(active, starting, since 0.00984432s), standbys: x 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:20:25.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: Manager daemon y is now available 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:20:25.576 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2218179947' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: Active manager daemon y restarted 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: Activating manager daemon y 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: osdmap e59: 8 total, 8 up, 8 in 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: mgrmap e18: y(active, starting, since 0.00984432s), standbys: x 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:20:25.577 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: Manager daemon y is now available 2024-09-21T13:20:25.578 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:20:25.579 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:25.579 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:25.579 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:20:25.579 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:20:25.579 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:20:25.579 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:20:25.779 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2218179947' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: Active manager daemon y restarted 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: Activating manager daemon y 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: osdmap e59: 8 total, 8 up, 8 in 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: mgrmap e18: y(active, starting, since 0.00984432s), standbys: x 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:20:25.780 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: Manager daemon y is now available 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:20:25.781 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:20:25.782 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:20:25.782 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:20:26.526 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:26.530 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:26.531 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:26.533 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:26 smithi066 ceph-mon[23686]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:26.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:26 smithi066 ceph-mon[23686]: mgrmap e19: y(active, since 1.03702s), standbys: x 2024-09-21T13:20:26.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:26 smithi066 ceph-mon[31353]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:26.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:26 smithi066 ceph-mon[31353]: mgrmap e19: y(active, since 1.03702s), standbys: x 2024-09-21T13:20:27.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:26 smithi084 ceph-mon[27656]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:27.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:26 smithi084 ceph-mon[27656]: mgrmap e19: y(active, since 1.03702s), standbys: x 2024-09-21T13:20:27.120 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:27.123 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:27.869 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-mon[23686]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:27.870 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-mon[23686]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-21T13:20:27.870 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:27.870 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:27.870 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-mon[31353]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:27.870 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-mon[31353]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-21T13:20:27.870 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:27.870 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:28.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:27 smithi084 ceph-mon[27656]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:28.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:27 smithi084 ceph-mon[27656]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-21T13:20:28.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:28.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:28.148 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:27.935+0000 7fdd5335d640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:20:27] ENGINE Error in HTTPServer.serve 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: Traceback (most recent call last): 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._connections.run(self.expiration_interval) 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._run(expiration_interval) 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: s = self.context.wrap_socket( 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:20:28.149 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: return self.sslsocket_class._create( 2024-09-21T13:20:28.150 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:20:28.150 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self.do_handshake() 2024-09-21T13:20:28.150 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:20:28.150 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: self._sslobj.do_handshake() 2024-09-21T13:20:28.150 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:20:28.150 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:20:29.020 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi084 to 4016M 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: [21/Sep/2024:13:20:27] ENGINE Bus STARTING 2024-09-21T13:20:29.021 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: [21/Sep/2024:13:20:27] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: [21/Sep/2024:13:20:27] ENGINE Error in HTTPServer.serve 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: Traceback (most recent call last): 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._run(expiration_interval) 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: s = self.context.wrap_socket( 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:20:29.022 INFO:journalctl@ceph.mon.b.smithi084.stdout: return self.sslsocket_class._create( 2024-09-21T13:20:29.023 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:20:29.023 INFO:journalctl@ceph.mon.b.smithi084.stdout: self.do_handshake() 2024-09-21T13:20:29.023 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:20:29.023 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._sslobj.do_handshake() 2024-09-21T13:20:29.023 INFO:journalctl@ceph.mon.b.smithi084.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:20:29.023 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: [21/Sep/2024:13:20:28] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:20:29.023 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:28 smithi084 ceph-mon[27656]: [21/Sep/2024:13:20:28] ENGINE Bus STARTED 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.137 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi084 to 4016M 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:20:27] ENGINE Bus STARTING 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:20:27] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:20:27] ENGINE Error in HTTPServer.serve 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:20:29.138 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout: self.do_handshake() 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:20:28] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[23686]: [21/Sep/2024:13:20:28] ENGINE Bus STARTED 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.139 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi084 to 4016M 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: [21/Sep/2024:13:20:27] ENGINE Bus STARTING 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: [21/Sep/2024:13:20:27] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: [21/Sep/2024:13:20:27] ENGINE Error in HTTPServer.serve 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:20:29.140 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: self.do_handshake() 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:20:29.141 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:20:29.142 INFO:journalctl@ceph.mon.c.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:20:29.142 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: [21/Sep/2024:13:20:28] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:20:29.142 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:28 smithi066 ceph-mon[31353]: [21/Sep/2024:13:20:28] ENGINE Bus STARTED 2024-09-21T13:20:29.283 INFO:teuthology.orchestra.run.smithi066.stdout:107374182428 2024-09-21T13:20:29.283 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.3 2024-09-21T13:20:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:29 smithi066 ceph-mon[23686]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 39 op/s 2024-09-21T13:20:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:29 smithi066 ceph-mon[23686]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-21T13:20:29.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:29 smithi066 ceph-mon[31353]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 39 op/s 2024-09-21T13:20:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:29 smithi066 ceph-mon[31353]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-21T13:20:30.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:29 smithi084 ceph-mon[27656]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 39 op/s 2024-09-21T13:20:30.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:29 smithi084 ceph-mon[27656]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-21T13:20:30.470 INFO:teuthology.orchestra.run.smithi066.stdout:77309411361 2024-09-21T13:20:30.470 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T13:20:30.746 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:20:30] "GET /metrics HTTP/1.1" 200 23682 "" "Prometheus/2.43.0" 2024-09-21T13:20:31.149 INFO:teuthology.orchestra.run.smithi066.stdout:197568495629 2024-09-21T13:20:31.150 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.6 2024-09-21T13:20:31.976 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:31.990 INFO:teuthology.orchestra.run.smithi066.stdout:231928233991 2024-09-21T13:20:31.990 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.7 2024-09-21T13:20:32.017 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:31 smithi066 ceph-mon[23686]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-09-21T13:20:32.017 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:31 smithi066 ceph-mon[31353]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-09-21T13:20:32.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:31 smithi084 ceph-mon[27656]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-09-21T13:20:32.901 INFO:teuthology.orchestra.run.smithi066.stdout:55834574887 2024-09-21T13:20:32.901 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T13:20:33.428 INFO:teuthology.orchestra.run.smithi066.stdout:128849018903 2024-09-21T13:20:33.428 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.4 2024-09-21T13:20:33.567 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:33 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:33.567 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:33 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:33.567 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:33 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:33.567 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:33 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:33.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:33 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:33 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:34.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:34 smithi066 ceph-mon[23686]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-21T13:20:34.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:34 smithi066 ceph-mon[31353]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-21T13:20:34.533 INFO:teuthology.orchestra.run.smithi066.stdout:34359738411 2024-09-21T13:20:34.533 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T13:20:34.566 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:34 smithi084 ceph-mon[27656]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-21T13:20:35.871 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:35.872 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:35.872 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:35.873 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:35.876 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:35.902 INFO:teuthology.orchestra.run.smithi066.stdout:163208757268 2024-09-21T13:20:35.902 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.5 2024-09-21T13:20:35.942 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:35.942 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:36.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[23686]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-21T13:20:36.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:36.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:36.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:20:36.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:20:36.478 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[31353]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-21T13:20:36.478 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:36.478 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:36.478 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:20:36.478 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:36 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:20:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:36 smithi084 ceph-mon[27656]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-21T13:20:36.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:36 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:36.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:36 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:36.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:36 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:20:36.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:36 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:20:36.647 INFO:teuthology.orchestra.run.smithi066.stdout:128849018904 2024-09-21T13:20:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:20:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:20:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:20:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:20:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:20:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/680373017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:20:37.597 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:20:37.598 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:20:37.598 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/680373017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-21T13:20:37.598 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.598 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.598 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.598 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.598 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/680373017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:37.784 INFO:teuthology.orchestra.run.smithi066.stdout:77309411363 2024-09-21T13:20:37.990 INFO:teuthology.orchestra.run.smithi066.stdout:197568495631 2024-09-21T13:20:38.421 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:20:38.421 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:20:38.421 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[23686]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:20:38.421 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[23686]: Deploying daemon alertmanager.a on smithi066 2024-09-21T13:20:38.421 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4154228575' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T13:20:38.421 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2102271865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-21T13:20:38.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:20:38.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:20:38.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[31353]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:20:38.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[31353]: Deploying daemon alertmanager.a on smithi066 2024-09-21T13:20:38.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4154228575' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T13:20:38.422 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:38 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2102271865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-21T13:20:38.441 INFO:teuthology.orchestra.run.smithi066.stdout:107374182430 2024-09-21T13:20:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:38 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:20:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:38 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:20:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:38 smithi084 ceph-mon[27656]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:20:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:38 smithi084 ceph-mon[27656]: Deploying daemon alertmanager.a on smithi066 2024-09-21T13:20:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:38 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4154228575' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-21T13:20:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:38 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2102271865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-21T13:20:38.867 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411361 got 77309411363 for osd.2 2024-09-21T13:20:38.867 DEBUG:teuthology.parallel:result is None 2024-09-21T13:20:39.610 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:39 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2970699352' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-21T13:20:39.610 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:39 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2970699352' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-21T13:20:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:39 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2970699352' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-21T13:20:39.931 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182428 got 107374182430 for osd.3 2024-09-21T13:20:39.932 DEBUG:teuthology.parallel:result is None 2024-09-21T13:20:39.979 INFO:teuthology.orchestra.run.smithi066.stdout:55834574888 2024-09-21T13:20:40.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:20:40] "GET /metrics HTTP/1.1" 200 26208 "" "Prometheus/2.43.0" 2024-09-21T13:20:40.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:40 smithi066 ceph-mon[31353]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T13:20:40.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:40 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2104391591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T13:20:40.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:40 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:40 smithi066 ceph-mon[23686]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T13:20:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:40 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2104391591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T13:20:40.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:40 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:40.501 INFO:teuthology.orchestra.run.smithi066.stdout:231928233993 2024-09-21T13:20:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:40 smithi084 ceph-mon[27656]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T13:20:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:40 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2104391591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-21T13:20:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:40 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:41.066 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574887 got 55834574888 for osd.1 2024-09-21T13:20:41.066 DEBUG:teuthology.parallel:result is None 2024-09-21T13:20:41.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:41 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3891678543' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-21T13:20:41.382 INFO:teuthology.orchestra.run.smithi066.stdout:34359738412 2024-09-21T13:20:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:41 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3891678543' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-21T13:20:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:41 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3891678543' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-21T13:20:41.989 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495629 got 197568495631 for osd.6 2024-09-21T13:20:41.989 DEBUG:teuthology.parallel:result is None 2024-09-21T13:20:42.385 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018903 got 128849018904 for osd.4 2024-09-21T13:20:42.385 DEBUG:teuthology.parallel:result is None 2024-09-21T13:20:42.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:42 smithi084 ceph-mon[27656]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:42.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:42 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3263101121' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T13:20:42.646 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:42.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:42 smithi066 ceph-mon[31353]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:42.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:42 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3263101121' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T13:20:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:42 smithi066 ceph-mon[23686]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:42.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:42 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3263101121' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-21T13:20:43.072 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928233991 got 231928233993 for osd.7 2024-09-21T13:20:43.072 DEBUG:teuthology.parallel:result is None 2024-09-21T13:20:43.527 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738411 got 34359738412 for osd.0 2024-09-21T13:20:43.527 DEBUG:teuthology.parallel:result is None 2024-09-21T13:20:44.244 INFO:teuthology.orchestra.run.smithi066.stdout:163208757270 2024-09-21T13:20:44.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:44 smithi084 ceph-mon[27656]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:44.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:44 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/559569161' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-21T13:20:44.624 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:44 smithi066 ceph-mon[23686]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:44.624 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:44 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/559569161' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-21T13:20:44.625 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:44 smithi066 ceph-mon[31353]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:44.625 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:44 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/559569161' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-21T13:20:45.257 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757268 got 163208757270 for osd.5 2024-09-21T13:20:45.257 DEBUG:teuthology.parallel:result is None 2024-09-21T13:20:45.257 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T13:20:45.258 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T13:20:45.517 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:46.583 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:46 smithi066 ceph-mon[31353]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:46.584 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:46 smithi066 ceph-mon[23686]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:46.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:46 smithi084 ceph-mon[27656]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:46.779 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:46.779 INFO:teuthology.orchestra.run.smithi066.stderr:dumped all 2024-09-21T13:20:48.005 INFO:teuthology.orchestra.run.smithi066.stdout:{"pg_ready":true,"pg_map":{"version":14,"stamp":"2024-09-21T13:20:46.733257+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":226688,"kb_used_data":6316,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749734528,"statfs":{"total":767960285184,"available":767728156672,"internally_reserved":0,"allocated":6467584,"data_stored":3677656,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":225496624},"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.001799"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":252,"reported_epoch":59,"state":"active+clean","last_fresh":"2024-09-21T13:20:26.791632+0000","last_change":"2024-09-21T13:20:03.078635+0000","last_active":"2024-09-21T13:20:26.791632+0000","last_peered":"2024-09-21T13:20:26.791632+0000","last_clean":"2024-09-21T13:20:26.791632+0000","last_became_active":"2024-09-21T13:20:03.078287+0000","last_became_peered":"2024-09-21T13:20:03.078287+0000","last_unstale":"2024-09-21T13:20:26.791632+0000","last_undegraded":"2024-09-21T13:20:26.791632+0000","last_fullsized":"2024-09-21T13:20:26.791632+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T13:17:57.222570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T13:17:57.222570+0000","last_clean_scrub_stamp":"2024-09-21T13:17:57.222570+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-23T00:40:01.883794+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":54,"seq":231928233995,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28176,"kb_used_data":1152,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716976,"statfs":{"total":95995035648,"available":95966183424,"internally_reserved":0,"allocated":1179648,"data_stored":828687,"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":46,"seq":197568495633,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28176,"kb_used_data":1152,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716976,"statfs":{"total":95995035648,"available":95966183424,"internally_reserved":0,"allocated":1179648,"data_stored":828687,"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":38,"seq":163208757271,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27600,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717552,"statfs":{"total":95995035648,"available":95966773248,"internally_reserved":0,"allocated":585728,"data_stored":238319,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":30,"seq":128849018907,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27600,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717552,"statfs":{"total":95995035648,"available":95966773248,"internally_reserved":0,"allocated":585728,"data_stored":238319,"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":25,"seq":107374182432,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27600,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717552,"statfs":{"total":95995035648,"available":95966773248,"internally_reserved":0,"allocated":585728,"data_stored":238319,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":77309411365,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27600,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717552,"statfs":{"total":95995035648,"available":95966773248,"internally_reserved":0,"allocated":585728,"data_stored":238319,"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":55834574890,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31760,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713392,"statfs":{"total":95995035648,"available":95962513408,"internally_reserved":0,"allocated":585728,"data_stored":238319,"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":34359738414,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28176,"kb_used_data":1152,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716976,"statfs":{"total":95995035648,"available":95966183424,"internally_reserved":0,"allocated":1179648,"data_stored":828687,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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-21T13:20:48.005 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T13:20:48.379 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:48 smithi066 ceph-mon[23686]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:48.379 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:48 smithi066 ceph-mon[23686]: from='client.24500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:20:48.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:48 smithi066 ceph-mon[31353]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:48.379 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:48 smithi066 ceph-mon[31353]: from='client.24500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:20:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:48 smithi084 ceph-mon[27656]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:48 smithi084 ceph-mon[27656]: from='client.24500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:20:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:50 smithi084 ceph-mon[27656]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:50.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:50 smithi066 ceph-mon[23686]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:50.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:50 smithi066 ceph-mon[31353]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:50.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:20:50] "GET /metrics HTTP/1.1" 200 26208 "" "Prometheus/2.43.0" 2024-09-21T13:20:50.949 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:51.747 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:51.747 INFO:teuthology.orchestra.run.smithi066.stderr:dumped all 2024-09-21T13:20:51.994 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:51 smithi066 podman[61263]: 2024-09-21 13:20:51.841789737 +0000 UTC m=+0.210855399 container create e0ca243c85b33ed8bd29086623f801f4ed32526e821035c2ae72ce7692520f64 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 podman[61263]: 2024-09-21 13:20:52.102445435 +0000 UTC m=+0.471511055 container init e0ca243c85b33ed8bd29086623f801f4ed32526e821035c2ae72ce7692520f64 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 podman[61263]: 2024-09-21 13:20:52.105576201 +0000 UTC m=+0.474641821 container start e0ca243c85b33ed8bd29086623f801f4ed32526e821035c2ae72ce7692520f64 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:52.118Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:52.118Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:52.119Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.66 port=9094 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:52.120Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:52.143Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:52.144Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:52.146Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:52.146Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-21T13:20:52.347 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 bash[61263]: e0ca243c85b33ed8bd29086623f801f4ed32526e821035c2ae72ce7692520f64 2024-09-21T13:20:52.348 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:52 smithi066 systemd[1]: Started Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:20:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:52 smithi084 ceph-mon[27656]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:52 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:52 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:52 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:52 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[23686]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[31353]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:52] ENGINE Bus STOPPING 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:52] ENGINE Bus STOPPED 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:52] ENGINE Bus STARTING 2024-09-21T13:20:52.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:52] ENGINE Serving on http://:::9283 2024-09-21T13:20:52.746 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:52] ENGINE Bus STARTED 2024-09-21T13:20:53.383 INFO:teuthology.orchestra.run.smithi066.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2024-09-21T13:20:50.734026+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":226688,"kb_used_data":6316,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749734528,"statfs":{"total":767960285184,"available":767728156672,"internally_reserved":0,"allocated":6467584,"data_stored":3677656,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":225496624},"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.001910"},"pg_stats":[{"pgid":"1.0","version":"59'128","reported_seq":252,"reported_epoch":59,"state":"active+clean","last_fresh":"2024-09-21T13:20:26.791632+0000","last_change":"2024-09-21T13:20:03.078635+0000","last_active":"2024-09-21T13:20:26.791632+0000","last_peered":"2024-09-21T13:20:26.791632+0000","last_clean":"2024-09-21T13:20:26.791632+0000","last_became_active":"2024-09-21T13:20:03.078287+0000","last_became_peered":"2024-09-21T13:20:03.078287+0000","last_unstale":"2024-09-21T13:20:26.791632+0000","last_undegraded":"2024-09-21T13:20:26.791632+0000","last_fullsized":"2024-09-21T13:20:26.791632+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T13:17:57.222570+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T13:17:57.222570+0000","last_clean_scrub_stamp":"2024-09-21T13:17:57.222570+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-23T00:40:01.883794+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":54,"seq":231928233995,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28176,"kb_used_data":1152,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716976,"statfs":{"total":95995035648,"available":95966183424,"internally_reserved":0,"allocated":1179648,"data_stored":828687,"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":46,"seq":197568495633,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28176,"kb_used_data":1152,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716976,"statfs":{"total":95995035648,"available":95966183424,"internally_reserved":0,"allocated":1179648,"data_stored":828687,"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":38,"seq":163208757271,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27600,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717552,"statfs":{"total":95995035648,"available":95966773248,"internally_reserved":0,"allocated":585728,"data_stored":238319,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":30,"seq":128849018907,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27600,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717552,"statfs":{"total":95995035648,"available":95966773248,"internally_reserved":0,"allocated":585728,"data_stored":238319,"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":25,"seq":107374182432,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27600,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717552,"statfs":{"total":95995035648,"available":95966773248,"internally_reserved":0,"allocated":585728,"data_stored":238319,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":77309411365,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27600,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717552,"statfs":{"total":95995035648,"available":95966773248,"internally_reserved":0,"allocated":585728,"data_stored":238319,"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":55834574890,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31760,"kb_used_data":572,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713392,"statfs":{"total":95995035648,"available":95962513408,"internally_reserved":0,"allocated":585728,"data_stored":238319,"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":34359738414,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28176,"kb_used_data":1152,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716976,"statfs":{"total":95995035648,"available":95966183424,"internally_reserved":0,"allocated":1179648,"data_stored":828687,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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-21T13:20:53.384 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T13:20:53.384 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T13:20:53.384 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T13:20:53.384 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 -- ceph health --format=json 2024-09-21T13:20:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:53 smithi084 ceph-mon[27656]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:20:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:53 smithi084 ceph-mon[27656]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T13:20:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:53 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:53 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:53 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:20:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:53 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:20:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:53 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:53 smithi084 ceph-mon[27656]: Deploying daemon grafana.a on smithi084 2024-09-21T13:20:53.641 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:53.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[23686]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:20:53.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[23686]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T13:20:53.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[23686]: Deploying daemon grafana.a on smithi084 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[31353]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[31353]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:53 smithi066 ceph-mon[31353]: Deploying daemon grafana.a on smithi084 2024-09-21T13:20:54.304 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:20:54.304 INFO:teuthology.orchestra.run.smithi066.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T13:20:54.364 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:20:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:20:54.120Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000389848s 2024-09-21T13:20:54.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:54 smithi084 ceph-mon[27656]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:54.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:54 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3790120803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T13:20:54.632 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:54 smithi066 ceph-mon[23686]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:54.632 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:54 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3790120803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T13:20:54.632 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:54 smithi066 ceph-mon[31353]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:54.632 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:54 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3790120803' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-21T13:20:55.079 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T13:20:55.079 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T13:20:55.079 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T13:20:55.091 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi066.front.sepia.ceph.com 2024-09-21T13:20:55.091 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-21T13:20:55.348 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:55.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:55 smithi066 ceph-mon[23686]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:55.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:55 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:55.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:55 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:55.993 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:55 smithi066 ceph-mon[31353]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:55.993 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:55 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:55.993 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:55 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:55 smithi084 ceph-mon[27656]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:55 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:20:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:55 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:20:56.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:55] ENGINE Bus STOPPING 2024-09-21T13:20:56.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:56 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:20:56.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:56 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:56] ENGINE Bus STOPPED 2024-09-21T13:20:56.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:56 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:56] ENGINE Bus STARTING 2024-09-21T13:20:56.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:56 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:56] ENGINE Serving on http://:::9283 2024-09-21T13:20:56.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:20:56 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:20:56] ENGINE Bus STARTED 2024-09-21T13:20:56.704 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T13:20:56.713 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi066.front.sepia.ceph.com 2024-09-21T13:20:56.713 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-21T13:20:56.972 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:20:57.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:56 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/779831933' entity='client.admin' 2024-09-21T13:20:57.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:56 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/779831933' entity='client.admin' 2024-09-21T13:20:57.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:56 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/779831933' entity='client.admin' 2024-09-21T13:20:58.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:57 smithi066 ceph-mon[23686]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:58.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:57 smithi066 ceph-mon[31353]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:58.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:57 smithi084 ceph-mon[27656]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:20:59.046 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:20:59.046 INFO:teuthology.orchestra.run.smithi066.stdout: "id": "e18ae903-4147-48b2-9553-e223ed794188", 2024-09-21T13:20:59.046 INFO:teuthology.orchestra.run.smithi066.stdout: "name": "r", 2024-09-21T13:20:59.047 INFO:teuthology.orchestra.run.smithi066.stdout: "current_period": "90fadd32-ad2b-46b4-bdbd-cfad1734ef14", 2024-09-21T13:20:59.047 INFO:teuthology.orchestra.run.smithi066.stdout: "epoch": 1 2024-09-21T13:20:59.047 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:20:59.269 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:59 smithi084 ceph-mon[27656]: osdmap e60: 8 total, 8 up, 8 in 2024-09-21T13:20:59.269 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:59 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/814076795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-21T13:20:59.269 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:59 smithi084 ceph-mon[27656]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-21T13:20:59.269 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:20:59 smithi084 ceph-mon[27656]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:20:59.381 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:59 smithi066 ceph-mon[23686]: osdmap e60: 8 total, 8 up, 8 in 2024-09-21T13:20:59.381 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:59 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/814076795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-21T13:20:59.381 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:59 smithi066 ceph-mon[23686]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-21T13:20:59.381 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:20:59 smithi066 ceph-mon[23686]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:20:59.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:59 smithi066 ceph-mon[31353]: osdmap e60: 8 total, 8 up, 8 in 2024-09-21T13:20:59.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:59 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/814076795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-21T13:20:59.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:59 smithi066 ceph-mon[31353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-21T13:20:59.382 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:20:59 smithi066 ceph-mon[31353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:20:59.834 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-21T13:21:00.100 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:21:00.208 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:00 smithi084 ceph-mon[27656]: pgmap v21: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:00.208 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:00 smithi084 ceph-mon[27656]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-21T13:21:00.208 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:00 smithi084 ceph-mon[27656]: osdmap e61: 8 total, 8 up, 8 in 2024-09-21T13:21:00.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:00 smithi066 ceph-mon[23686]: pgmap v21: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:00.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:00 smithi066 ceph-mon[23686]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-21T13:21:00.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:00 smithi066 ceph-mon[23686]: osdmap e61: 8 total, 8 up, 8 in 2024-09-21T13:21:00.221 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:00 smithi066 ceph-mon[31353]: pgmap v21: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:00.221 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:00 smithi066 ceph-mon[31353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-21T13:21:00.221 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:00 smithi066 ceph-mon[31353]: osdmap e61: 8 total, 8 up, 8 in 2024-09-21T13:21:00.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:21:00] "GET /metrics HTTP/1.1" 200 26207 "" "Prometheus/2.43.0" 2024-09-21T13:21:00.617 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:21:00.617 INFO:teuthology.orchestra.run.smithi066.stdout: "id": "a346e66f-e84d-4a09-8179-3a59e1cc4a54", 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "name": "default", 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "api_name": "default", 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "is_master": true, 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "endpoints": [], 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "hostnames": [], 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "hostnames_s3website": [], 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "master_zone": "", 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "zones": [], 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "placement_targets": [ 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: { 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "name": "default-placement", 2024-09-21T13:21:00.618 INFO:teuthology.orchestra.run.smithi066.stdout: "tags": [], 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: "storage_classes": [] 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: "default_placement": "default-placement", 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: "realm_id": "e18ae903-4147-48b2-9553-e223ed794188", 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: "sync_policy": { 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: "groups": [] 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: "enabled_features": [ 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: "notification_v2", 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: "resharding" 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-09-21T13:21:00.619 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:21:01.197 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:01 smithi084 ceph-mon[27656]: osdmap e62: 8 total, 8 up, 8 in 2024-09-21T13:21:01.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:01 smithi066 ceph-mon[31353]: osdmap e62: 8 total, 8 up, 8 in 2024-09-21T13:21:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:01 smithi066 ceph-mon[23686]: osdmap e62: 8 total, 8 up, 8 in 2024-09-21T13:21:01.294 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-21T13:21:01.550 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:21:02.025 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:21:02.025 INFO:teuthology.orchestra.run.smithi066.stdout: "id": "8f3f9f9b-6341-45ea-a090-15c3756bb62e", 2024-09-21T13:21:02.025 INFO:teuthology.orchestra.run.smithi066.stdout: "name": "z", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "domain_root": "z.rgw.meta:root", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "control_pool": "z.rgw.control", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "log_pool": "z.rgw.log", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-21T13:21:02.026 INFO:teuthology.orchestra.run.smithi066.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "otp_pool": "z.rgw.otp", 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "notif_pool": "z.rgw.log:notif", 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "topics_pool": "z.rgw.meta:topics", 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "account_pool": "z.rgw.meta:accounts", 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "group_pool": "z.rgw.meta:groups", 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "system_key": { 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "access_key": "", 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "secret_key": "" 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: "placement_pools": [ 2024-09-21T13:21:02.027 INFO:teuthology.orchestra.run.smithi066.stdout: { 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "key": "default-placement", 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "val": { 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "storage_classes": { 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "STANDARD": { 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "index_type": 0, 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "inline_data": true 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:21:02.028 INFO:teuthology.orchestra.run.smithi066.stdout: "realm_id": "e18ae903-4147-48b2-9553-e223ed794188" 2024-09-21T13:21:02.029 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:21:02.142 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-mon[27656]: pgmap v24: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:02.142 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-mon[27656]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:02.142 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-mon[27656]: Cluster is now healthy 2024-09-21T13:21:02.143 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.13971755Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-21T13:21:02.143 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.142372703Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-21T13:21:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:02 smithi066 ceph-mon[23686]: pgmap v24: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:02 smithi066 ceph-mon[23686]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:02 smithi066 ceph-mon[23686]: Cluster is now healthy 2024-09-21T13:21:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:02 smithi066 ceph-mon[31353]: pgmap v24: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:02.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:02 smithi066 ceph-mon[31353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:02.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:02 smithi066 ceph-mon[31353]: Cluster is now healthy 2024-09-21T13:21:02.245 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:02 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:21:02.122Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001985823s 2024-09-21T13:21:02.395 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.144944882Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-21T13:21:02.395 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.147532549Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-21T13:21:02.395 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.149975107Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.152524225Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.155105714Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.157642693Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.160168497Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.162810435Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.165226473Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.167637875Z level=info msg="Executing migration" id="create data_source table" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.170052388Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.172404354Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.174983351Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.177412422Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.179905202Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.182468463Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-21T13:21:02.396 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.185090074Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.185845531Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.18662353Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.187395465Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.187953781Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.188487049Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.189178272Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.189494583Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.190080542Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.190868369Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.191573006Z level=info msg="Executing migration" id="Add uid column" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.192320178Z level=info msg="Executing migration" id="Update uid value" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.193089772Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-21T13:21:02.397 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.193841885Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-21T13:21:02.398 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.194553299Z level=info msg="Executing migration" id="create api_key table" 2024-09-21T13:21:02.398 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.195301337Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-21T13:21:02.398 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.195996004Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-21T13:21:02.398 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.19678569Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-21T13:21:02.398 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.197609038Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-21T13:21:02.398 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.198438956Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-21T13:21:02.398 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.199131244Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-21T13:21:02.398 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.199520081Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-21T13:21:02.399 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.200789746Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-21T13:21:02.399 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.201502551Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-21T13:21:02.399 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.202279128Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-21T13:21:02.400 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.202685215Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-21T13:21:02.400 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.203472043Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-21T13:21:02.400 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.204256772Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-21T13:21:02.400 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.205031355Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-21T13:21:02.400 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.205309333Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-21T13:21:02.400 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.206073275Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-21T13:21:02.401 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.206631801Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-21T13:21:02.401 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.206909075Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-21T13:21:02.401 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.207466574Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-21T13:21:02.401 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.208041448Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-21T13:21:02.401 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.208830044Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-21T13:21:02.401 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.211444986Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-21T13:21:02.401 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.214158245Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.216998105Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.217423937Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.220180864Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.222819878Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.225423525Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.226042426Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.228805891Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.231445857Z level=info msg="Executing migration" id="create quota table v1" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.234030973Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.234455226Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.237198996Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-21T13:21:02.402 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.237580136Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.239809765Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.242430305Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.242733571Z level=info msg="Executing migration" id="create session table" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.245440226Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.247963945Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.250468175Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.250841066Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.253495315Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.256024227Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.258533612Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.2588119Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.261482039Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.264170637Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-21T13:21:02.403 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.266489676Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.267134659Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.269724453Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.272396617Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.274876678Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.275164754Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.277810098Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.280488442Z level=info msg="Executing migration" id="create alert table v1" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.28128534Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.281713256Z level=info msg="Executing migration" id="add index alert state" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.282513994Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.283354427Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.284041927Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-21T13:21:02.404 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.284438899Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.285190626Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.286850868Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.287220679Z 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-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.288005538Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.288306834Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.289076963Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.289447492Z level=info msg="Executing migration" id="Add column is_default" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.290135437Z level=info msg="Executing migration" id="Add column frequency" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.29091126Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.291593082Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.292411607Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.293168905Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.293906552Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-21T13:21:02.405 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.294189833Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.294970871Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.295745112Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.29649042Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.296877531Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.297659223Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.298420685Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.299132024Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.299428689Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.299826522Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.300240366Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.300910025Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.301203364Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-21T13:21:02.406 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.301573594Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.301960848Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.302258946Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.302689468Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.303158077Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.303587308Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.304013754Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.304460639Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.305303931Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.305593089Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.306370986Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.307217592Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.307988718Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.308373575Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-21T13:21:02.407 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.309254757Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.310031261Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.312011083Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.312386968Z 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-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.313177823Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.314008126Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.314824995Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.315172267Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.315919486Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.316667552Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.317119563Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.317911675Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.318249618Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.319130686Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-21T13:21:02.408 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.319934367Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.320755668Z level=info msg="Executing migration" id="Move region to single row" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.321482242Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.322296092Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.323083851Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.323939592Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.324358497Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.325186782Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.325617103Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.327893119Z level=info msg="Executing migration" id="create test_data table" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.328300003Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.330539175Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.33097651Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.333703298Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.336347524Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-21T13:21:02.409 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.339170592Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.339535146Z level=info msg="Executing migration" id="create team table" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.342281097Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.344891837Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.3475595Z level=info msg="Executing migration" id="create team member table" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.350341075Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.353025043Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.355967226Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.35858483Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.359442026Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.362055589Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.36472769Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.36738428Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-21T13:21:02.410 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.367844174Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.370440524Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.370936776Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.373382993Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.373864424Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.376402946Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.379001597Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.381619886Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.384186637Z level=info msg="Executing migration" id="create tag table" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.386795354Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.38944512Z level=info msg="Executing migration" id="create login attempt table" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.392183934Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.394758796Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-21T13:21:02.411 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.397309387Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-21T13:21:02.622 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.399913384Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.402545033Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.405137995Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.405948011Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.406733088Z level=info msg="Executing migration" id="create user auth table" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.407521905Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.408300541Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.409074442Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.40991966Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.410767013Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-21T13:21:02.646 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.411629248Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-21T13:21:02.647 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.412507244Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-21T13:21:02.647 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.41327922Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-21T13:21:02.647 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.414173114Z level=info msg="Executing migration" id="create server_lock table" 2024-09-21T13:21:02.647 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.414971433Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-21T13:21:02.647 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.415784768Z level=info msg="Executing migration" id="create user auth token table" 2024-09-21T13:21:02.647 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.416670552Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-21T13:21:02.647 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.417471094Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-21T13:21:02.647 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.418259996Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-21T13:21:02.648 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.419025776Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-21T13:21:02.648 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.41995804Z level=info msg="Executing migration" id="create cache_data table" 2024-09-21T13:21:02.648 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.420816454Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-21T13:21:02.648 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.421588945Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-21T13:21:02.648 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.422452473Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-21T13:21:02.648 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.42322448Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-21T13:21:02.648 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.423510591Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-21T13:21:02.648 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.423791397Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.424334397Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.425093162Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.425714278Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.42613667Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.426759788Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.427354236Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.427973879Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.428580039Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.429935814Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.430537484Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.430937281Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.431511647Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.43212988Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-21T13:21:02.649 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.432723836Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.433141682Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.433829731Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.434460149Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.435073531Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.435675762Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.436975391Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.437400252Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.437775506Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.442168003Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.446509081Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.44694235Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.447406577Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.448394011Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-21T13:21:02.650 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.448837252Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.449330184Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.449776218Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.450228639Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.45053686Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.451523409Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.45246726Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.45505229Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.463938534Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.465555665Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.46748822Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.46937265Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.471390188Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.473244522Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.475278393Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-21T13:21:02.651 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.477262191Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.479076817Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.480998116Z 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-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.483072837Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.485015229Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.486831241Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.488924096Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.490705411Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.49260806Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.494520987Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.49660752Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.498515928Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.500365252Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.502370831Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-21T13:21:02.652 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.504172455Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.506148039Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.508185644Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.510091228Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.51202845Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.514071553Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.515883961Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.517742488Z level=info msg="Executing migration" id="create alert_image table" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.519818195Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.521743393Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.523643144Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.525537383Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.527362698Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.527447258Z 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-21T13:21:02.653 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.52929578Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.531261915Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.533192976Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.533346557Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.533475651Z level=info msg="alerts found to migrate" alerts=0 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.535197348Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.537129654Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.538974327Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.540773882Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.542730517Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.544678809Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-21T13:21:02.654 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.546548911Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.548352112Z level=info msg="Executing migration" id="create data_keys table" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.55018064Z level=info msg="Executing migration" id="create secrets table" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.552086079Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.557663677Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.559664933Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.561581219Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.567167882Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.572782062Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-21T13:21:02.655 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.574695324Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.576717651Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.578462252Z level=info msg="Executing migration" id="create permission table" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.580354599Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.58220075Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.584222599Z level=info msg="Executing migration" id="create role table" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.586072789Z level=info msg="Executing migration" id="add column display_name" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.587829335Z level=info msg="Executing migration" id="add column group_name" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.589697548Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.591687119Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.593573188Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.59546034Z level=info msg="Executing migration" id="create team role table" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.597325899Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.599103112Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.601101589Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-21T13:21:02.656 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.603029434Z level=info msg="Executing migration" id="create user role table" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.604822924Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.606627755Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.608586984Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.610518052Z level=info msg="Executing migration" id="create builtin role table" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.6125016Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.614427436Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.616504848Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.618388693Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.620243189Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.622264532Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.624089983Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.626025184Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.627980398Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-21T13:21:02.657 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.629960227Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.632016437Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.633837947Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.635901436Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.637745942Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.639706636Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.641616926Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.643661874Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.645516559Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-21T13:21:02.658 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.647471324Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-21T13:21:02.912 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:21:03.036 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.649411807Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.65139153Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.653272744Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.655209202Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.657240315Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.659122416Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.661045708Z level=info msg="Executing migration" id="add correlation config column" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.663082618Z level=info msg="Executing migration" id="create entity_events table" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.664983486Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.667002586Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.66719708Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-21T13:21:03.037 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.66880509Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.668903471Z 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-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.670704188Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.67280932Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.67468546Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.676790481Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.680461064Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.684323881Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.688267384Z level=info msg="Executing migration" id="Drop public config table" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.692181776Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-21T13:21:03.038 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.695938703Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.699800039Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.703959736Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.707743736Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.711501058Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.715234927Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.719277865Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.723094945Z level=info msg="Executing migration" id="add share column" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.727009935Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.730932953Z level=info msg="Executing migration" id="create file table" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.73462122Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.738446822Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.742371497Z level=info msg="Executing migration" id="create file_meta table" 2024-09-21T13:21:03.039 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.744316891Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-21T13:21:03.040 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.746378686Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-21T13:21:03.040 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.748382347Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-21T13:21:03.040 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.750252644Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-21T13:21:03.040 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.750571747Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-21T13:21:03.040 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.751338737Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-21T13:21:03.040 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.752598783Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.752925618Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.753761716Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.754642333Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.75536924Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.756101382Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.757274516Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.758474577Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.759295253Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-21T13:21:03.041 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.77205041Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.772953213Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.77388411Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.778169648Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.779123141Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.77979514Z level=info msg="Executing migration" id="create folder table" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.782487609Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.785121843Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.78777094Z level=info msg="Executing migration" id="Update folder title length" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.790464295Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=migrator t=2024-09-21T13:21:02.7932065Z level=info msg="migrations completed" performed=485 skipped=0 duration=739.372794ms 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=sqlstore t=2024-09-21T13:21:02.793665524Z level=info msg="Created default organization" 2024-09-21T13:21:03.042 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=plugin.finder t=2024-09-21T13:21:02.827163784Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-21T13:21:03.043 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=secrets t=2024-09-21T13:21:02.827296733Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-21T13:21:03.043 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=query_data t=2024-09-21T13:21:02.829385981Z level=info msg="Query Service initialization" 2024-09-21T13:21:03.043 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=live.push_http t=2024-09-21T13:21:02.832270634Z level=info msg="Live Push Gateway initialization" 2024-09-21T13:21:03.176 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.176 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.177 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.177 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.177 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[23686]: Deploying daemon node-exporter.a on smithi066 2024-09-21T13:21:03.177 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.178 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.178 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.178 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.178 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:03 smithi066 ceph-mon[31353]: Deploying daemon node-exporter.a on smithi066 2024-09-21T13:21:03.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:03.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-mon[27656]: Deploying daemon node-exporter.a on smithi066 2024-09-21T13:21:03.833 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:03 smithi066 bash[64483]: Getting image source signatures 2024-09-21T13:21:03.834 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:03 smithi066 bash[64483]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-21T13:21:03.834 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:03 smithi066 bash[64483]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-21T13:21:03.834 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:03 smithi066 bash[64483]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-21T13:21:03.868 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=infra.usagestats.collector t=2024-09-21T13:21:03.432712704Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=provisioning.datasources t=2024-09-21T13:21:03.433653893Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=provisioning.datasources t=2024-09-21T13:21:03.444572078Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=provisioning.alerting t=2024-09-21T13:21:03.455216972Z level=info msg="starting to provision alerting" 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=provisioning.alerting t=2024-09-21T13:21:03.455226414Z level=info msg="finished to provision alerting" 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=grafanaStorageLogger t=2024-09-21T13:21:03.455293679Z level=info msg="storage starting" 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=ngalert.state.manager t=2024-09-21T13:21:03.455655842Z level=info msg="Warming state cache for startup" 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=http.server t=2024-09-21T13:21:03.457891535Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=ngalert.state.manager t=2024-09-21T13:21:03.466464955Z level=info msg="State cache has been initialized" states=0 duration=10.807617ms 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=ticker t=2024-09-21T13:21:03.466518074Z level=info msg=starting first_tick=2024-09-21T13:21:10Z 2024-09-21T13:21:03.869 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:21:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=ngalert.multiorg.alertmanager t=2024-09-21T13:21:03.466522464Z level=info msg="starting MultiOrg Alertmanager" 2024-09-21T13:21:04.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:04 smithi066 ceph-mon[23686]: pgmap v25: 33 pgs: 33 active+clean; 578 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T13:21:04.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:04 smithi066 ceph-mon[31353]: pgmap v25: 33 pgs: 33 active+clean; 578 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T13:21:04.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:04 smithi084 ceph-mon[27656]: pgmap v25: 33 pgs: 33 active+clean; 578 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T13:21:05.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:05 smithi084 ceph-mon[27656]: osdmap e63: 8 total, 8 up, 8 in 2024-09-21T13:21:05.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:05 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-21T13:21:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:05 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:05.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-mon[31353]: osdmap e63: 8 total, 8 up, 8 in 2024-09-21T13:21:05.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-21T13:21:05.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-mon[23686]: osdmap e63: 8 total, 8 up, 8 in 2024-09-21T13:21:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-21T13:21:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:05.495 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 bash[64483]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-21T13:21:05.495 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 bash[64483]: Writing manifest to image destination 2024-09-21T13:21:05.856 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 podman[64483]: 2024-09-21 13:21:05.521810829 +0000 UTC m=+2.100085063 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-21T13:21:05.856 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 podman[64483]: 2024-09-21 13:21:05.603930375 +0000 UTC m=+2.182204641 container create 1c2d5bd49d67e72d4c7521e95df724950db063cf86e2e0380111e83f6f734cc8 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:05.857 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 podman[64483]: 2024-09-21 13:21:05.856263642 +0000 UTC m=+2.434537863 container init 1c2d5bd49d67e72d4c7521e95df724950db063cf86e2e0380111e83f6f734cc8 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[23686]: pgmap v27: 65 pgs: 32 unknown, 33 active+clean; 578 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T13:21:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[23686]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:21:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-21T13:21:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[23686]: osdmap e64: 8 total, 8 up, 8 in 2024-09-21T13:21:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[31353]: pgmap v27: 65 pgs: 32 unknown, 33 active+clean; 578 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[31353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[31353]: osdmap e64: 8 total, 8 up, 8 in 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:06.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:06 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 podman[64483]: 2024-09-21 13:21:05.859434172 +0000 UTC m=+2.437708402 container start 1c2d5bd49d67e72d4c7521e95df724950db063cf86e2e0380111e83f6f734cc8 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.863Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.863Z 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-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.864Z 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-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.864Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.864Z 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-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.864Z 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-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=arp 2024-09-21T13:21:06.246 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=edac 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-21T13:21:06.247 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=os 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-21T13:21:06.248 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=stat 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=time 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=uname 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-21T13:21:06.249 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[64561]: ts=2024-09-21T13:21:05.865Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-21T13:21:06.250 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 bash[64483]: 1c2d5bd49d67e72d4c7521e95df724950db063cf86e2e0380111e83f6f734cc8 2024-09-21T13:21:06.250 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:21:05 smithi066 systemd[1]: Started Ceph node-exporter.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:21:06.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:06 smithi084 ceph-mon[27656]: pgmap v27: 65 pgs: 32 unknown, 33 active+clean; 578 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T13:21:06.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:06 smithi084 ceph-mon[27656]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:21:06.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:06 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-21T13:21:06.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:06 smithi084 ceph-mon[27656]: osdmap e64: 8 total, 8 up, 8 in 2024-09-21T13:21:06.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:06 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:06.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:06 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:06.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:06 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:07.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:07 smithi084 ceph-mon[27656]: Deploying daemon node-exporter.b on smithi084 2024-09-21T13:21:07.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:07 smithi084 ceph-mon[27656]: osdmap e65: 8 total, 8 up, 8 in 2024-09-21T13:21:07.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:07 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-21T13:21:07.369 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:07 smithi084 bash[57046]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-21T13:21:07.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:07 smithi066 ceph-mon[23686]: Deploying daemon node-exporter.b on smithi084 2024-09-21T13:21:07.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:07 smithi066 ceph-mon[23686]: osdmap e65: 8 total, 8 up, 8 in 2024-09-21T13:21:07.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:07 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-21T13:21:07.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:07 smithi066 ceph-mon[31353]: Deploying daemon node-exporter.b on smithi084 2024-09-21T13:21:07.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:07 smithi066 ceph-mon[31353]: osdmap e65: 8 total, 8 up, 8 in 2024-09-21T13:21:07.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:07 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-21T13:21:07.868 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:07 smithi084 bash[57046]: Getting image source signatures 2024-09-21T13:21:07.868 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:07 smithi084 bash[57046]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-21T13:21:07.869 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:07 smithi084 bash[57046]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-21T13:21:07.869 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:07 smithi084 bash[57046]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-21T13:21:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:08 smithi084 ceph-mon[27656]: pgmap v30: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 2.7 KiB/s wr, 11 op/s 2024-09-21T13:21:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:08 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-21T13:21:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:08 smithi084 ceph-mon[27656]: osdmap e66: 8 total, 8 up, 8 in 2024-09-21T13:21:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:08 smithi066 ceph-mon[23686]: pgmap v30: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 2.7 KiB/s wr, 11 op/s 2024-09-21T13:21:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:08 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-21T13:21:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:08 smithi066 ceph-mon[23686]: osdmap e66: 8 total, 8 up, 8 in 2024-09-21T13:21:08.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:08 smithi066 ceph-mon[31353]: pgmap v30: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 2.7 KiB/s wr, 11 op/s 2024-09-21T13:21:08.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:08 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-21T13:21:08.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:08 smithi066 ceph-mon[31353]: osdmap e66: 8 total, 8 up, 8 in 2024-09-21T13:21:09.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-mon[27656]: osdmap e67: 8 total, 8 up, 8 in 2024-09-21T13:21:09.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-21T13:21:09.369 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 bash[57046]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-21T13:21:09.369 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 bash[57046]: Writing manifest to image destination 2024-09-21T13:21:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:09 smithi066 ceph-mon[23686]: osdmap e67: 8 total, 8 up, 8 in 2024-09-21T13:21:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:09 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-21T13:21:09.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:09 smithi066 ceph-mon[31353]: osdmap e67: 8 total, 8 up, 8 in 2024-09-21T13:21:09.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:09 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-21T13:21:09.881 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 podman[57046]: 2024-09-21 13:21:09.547824843 +0000 UTC m=+2.543154754 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-21T13:21:09.881 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 podman[57046]: 2024-09-21 13:21:09.654813944 +0000 UTC m=+2.650143887 container create c45519526242820404ce39dcaf2ccc3b862973e6f66409ac701051a2d4b085ce (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:21:09.881 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 podman[57046]: 2024-09-21 13:21:09.873986732 +0000 UTC m=+2.869316668 container init c45519526242820404ce39dcaf2ccc3b862973e6f66409ac701051a2d4b085ce (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:21:09.882 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 podman[57046]: 2024-09-21 13:21:09.877216918 +0000 UTC m=+2.872546827 container start c45519526242820404ce39dcaf2ccc3b862973e6f66409ac701051a2d4b085ce (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:21:10.171 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "id": "8fa41fe9-4a46-4d8f-9684-4f2138f1adb8", 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "epoch": 1, 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "predecessor_uuid": "90fadd32-ad2b-46b4-bdbd-cfad1734ef14", 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "sync_status": [], 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "period_map": { 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "id": "8fa41fe9-4a46-4d8f-9684-4f2138f1adb8", 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "zonegroups": [ 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: { 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "id": "a346e66f-e84d-4a09-8179-3a59e1cc4a54", 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "name": "default", 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "api_name": "default", 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "is_master": true, 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "endpoints": [], 2024-09-21T13:21:10.172 INFO:teuthology.orchestra.run.smithi066.stdout: "hostnames": [], 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "hostnames_s3website": [], 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "master_zone": "8f3f9f9b-6341-45ea-a090-15c3756bb62e", 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "zones": [ 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: { 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "id": "8f3f9f9b-6341-45ea-a090-15c3756bb62e", 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "name": "z", 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "endpoints": [], 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "log_meta": false, 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "log_data": false, 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "bucket_index_max_shards": 11, 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "read_only": false, 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "tier_type": "", 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "sync_from_all": true, 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "sync_from": [], 2024-09-21T13:21:10.173 INFO:teuthology.orchestra.run.smithi066.stdout: "redirect_zone": "", 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "supported_features": [ 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "compress-encrypted", 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "notification_v2", 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "resharding" 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "placement_targets": [ 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: { 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "name": "default-placement", 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "tags": [], 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "storage_classes": [ 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: "STANDARD" 2024-09-21T13:21:10.174 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: "default_placement": "default-placement", 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: "realm_id": "e18ae903-4147-48b2-9553-e223ed794188", 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: "sync_policy": { 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: "groups": [] 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: "enabled_features": [ 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: "notification_v2", 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: "resharding" 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:21:10.175 INFO:teuthology.orchestra.run.smithi066.stdout: "short_zone_ids": [ 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: { 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "key": "8f3f9f9b-6341-45ea-a090-15c3756bb62e", 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "val": 3385572692 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "master_zonegroup": "a346e66f-e84d-4a09-8179-3a59e1cc4a54", 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "master_zone": "8f3f9f9b-6341-45ea-a090-15c3756bb62e", 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "period_config": { 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "bucket_quota": { 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "enabled": false, 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "check_on_raw": false, 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "max_size": -1, 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "max_size_kb": 0, 2024-09-21T13:21:10.176 INFO:teuthology.orchestra.run.smithi066.stdout: "max_objects": -1 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "user_quota": { 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "enabled": false, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "check_on_raw": false, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "max_size": -1, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "max_size_kb": 0, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "max_objects": -1 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "user_ratelimit": { 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "max_read_ops": 0, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "max_write_ops": 0, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "max_read_bytes": 0, 2024-09-21T13:21:10.177 INFO:teuthology.orchestra.run.smithi066.stdout: "max_write_bytes": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "enabled": false 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "bucket_ratelimit": { 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "max_read_ops": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "max_write_ops": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "max_read_bytes": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "max_write_bytes": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "enabled": false 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "anonymous_ratelimit": { 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "max_read_ops": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "max_write_ops": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "max_read_bytes": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "max_write_bytes": 0, 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: "enabled": false 2024-09-21T13:21:10.178 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:21:10.179 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:21:10.179 INFO:teuthology.orchestra.run.smithi066.stdout: "realm_id": "e18ae903-4147-48b2-9553-e223ed794188", 2024-09-21T13:21:10.179 INFO:teuthology.orchestra.run.smithi066.stdout: "realm_epoch": 2 2024-09-21T13:21:10.179 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: pgmap v33: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 1.2 KiB/s wr, 10 op/s 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: osdmap e68: 8 total, 8 up, 8 in 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:10 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.370 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.881Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-21T13:21:10.370 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.881Z 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-21T13:21:10.370 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.881Z 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-21T13:21:10.370 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.881Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-21T13:21:10.370 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.881Z 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-21T13:21:10.370 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.881Z 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-21T13:21:10.370 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=arp 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=edac 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-21T13:21:10.371 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-21T13:21:10.372 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=os 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=stat 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=time 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-21T13:21:10.373 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=uname 2024-09-21T13:21:10.374 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-21T13:21:10.374 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-21T13:21:10.374 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.882Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-21T13:21:10.374 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.883Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-21T13:21:10.374 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[57120]: ts=2024-09-21T13:21:09.883Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-21T13:21:10.374 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 bash[57046]: c45519526242820404ce39dcaf2ccc3b862973e6f66409ac701051a2d4b085ce 2024-09-21T13:21:10.374 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:21:09 smithi084 systemd[1]: Started Ceph node-exporter.b for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: pgmap v33: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 1.2 KiB/s wr, 10 op/s 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: osdmap e68: 8 total, 8 up, 8 in 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.386 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: pgmap v33: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 1.2 KiB/s wr, 10 op/s 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: osdmap e68: 8 total, 8 up, 8 in 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.387 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:10.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:21:10] "GET /metrics HTTP/1.1" 200 35466 "" "Prometheus/2.43.0" 2024-09-21T13:21:10.924 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-09-21T13:21:11.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:11 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-21T13:21:11.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:11 smithi066 ceph-mon[23686]: osdmap e69: 8 total, 8 up, 8 in 2024-09-21T13:21:11.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:11 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-21T13:21:11.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:11 smithi066 ceph-mon[31353]: osdmap e69: 8 total, 8 up, 8 in 2024-09-21T13:21:11.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:11 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3789478494' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-21T13:21:11.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:11 smithi084 ceph-mon[27656]: osdmap e69: 8 total, 8 up, 8 in 2024-09-21T13:21:11.951 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:21:12.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:12 smithi084 ceph-mon[27656]: pgmap v36: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:12.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:12 smithi084 ceph-mon[27656]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:12.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:12 smithi084 ceph-mon[27656]: Cluster is now healthy 2024-09-21T13:21:12.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:12 smithi066 ceph-mon[23686]: pgmap v36: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:12.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:12 smithi066 ceph-mon[23686]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:12.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:12 smithi066 ceph-mon[23686]: Cluster is now healthy 2024-09-21T13:21:12.418 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:12 smithi066 ceph-mon[31353]: pgmap v36: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:12.418 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:12 smithi066 ceph-mon[31353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:12.418 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:12 smithi066 ceph-mon[31353]: Cluster is now healthy 2024-09-21T13:21:12.625 INFO:teuthology.orchestra.run.smithi066.stdout:Scheduled rgw.foo update... 2024-09-21T13:21:13.295 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph osd pool create foo' 2024-09-21T13:21:13.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:13 smithi066 ceph-mon[23686]: from='client.24593 -' 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-21T13:21:13.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:13 smithi066 ceph-mon[23686]: Saving service rgw.foo spec with placement count:2 2024-09-21T13:21:13.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:13 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:13.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:13 smithi066 ceph-mon[23686]: pgmap v37: 129 pgs: 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2024-09-21T13:21:13.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:13 smithi066 ceph-mon[31353]: from='client.24593 -' 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-21T13:21:13.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:13 smithi066 ceph-mon[31353]: Saving service rgw.foo spec with placement count:2 2024-09-21T13:21:13.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:13 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:13.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:13 smithi066 ceph-mon[31353]: pgmap v37: 129 pgs: 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2024-09-21T13:21:13.787 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:21:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:13 smithi084 ceph-mon[27656]: from='client.24593 -' 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-21T13:21:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:13 smithi084 ceph-mon[27656]: Saving service rgw.foo spec with placement count:2 2024-09-21T13:21:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:13 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:13 smithi084 ceph-mon[27656]: pgmap v37: 129 pgs: 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2024-09-21T13:21:15.795 INFO:teuthology.orchestra.run.smithi066.stderr:pool 'foo' created 2024-09-21T13:21:15.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:15 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:15.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:15 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:15.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:15 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:15.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:15 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:15.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:15 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:15.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:15 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:15 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:15 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:15 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.364 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'rbd pool init foo' 2024-09-21T13:21:16.623 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:21:16.855 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: pgmap v38: 129 pgs: 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-21T13:21:16.855 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3453208782' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-21T13:21:16.855 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-21T13:21:16.855 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: osdmap e70: 8 total, 8 up, 8 in 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: pgmap v38: 129 pgs: 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-21T13:21:16.856 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3453208782' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: osdmap e70: 8 total, 8 up, 8 in 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.857 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:16 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:16.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: pgmap v38: 129 pgs: 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3453208782' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: osdmap e70: 8 total, 8 up, 8 in 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:16 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:17 smithi084 ceph-mon[27656]: Deploying daemon rgw.foo.smithi084.qbnikv on smithi084 2024-09-21T13:21:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:17 smithi084 ceph-mon[27656]: osdmap e71: 8 total, 8 up, 8 in 2024-09-21T13:21:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:17 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1142383210' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-21T13:21:17.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:17 smithi066 ceph-mon[23686]: Deploying daemon rgw.foo.smithi084.qbnikv on smithi084 2024-09-21T13:21:17.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:17 smithi066 ceph-mon[23686]: osdmap e71: 8 total, 8 up, 8 in 2024-09-21T13:21:17.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:17 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1142383210' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-21T13:21:17.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:17 smithi066 ceph-mon[31353]: Deploying daemon rgw.foo.smithi084.qbnikv on smithi084 2024-09-21T13:21:17.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:17 smithi066 ceph-mon[31353]: osdmap e71: 8 total, 8 up, 8 in 2024-09-21T13:21:17.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:17 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1142383210' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-21T13:21:18.751 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:18 smithi084 ceph-mon[27656]: pgmap v40: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-21T13:21:18.751 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:18 smithi084 ceph-mon[27656]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:21:18.751 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:18 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1142383210' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-21T13:21:18.751 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:18 smithi084 ceph-mon[27656]: osdmap e72: 8 total, 8 up, 8 in 2024-09-21T13:21:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:18 smithi066 ceph-mon[23686]: pgmap v40: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-21T13:21:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:18 smithi066 ceph-mon[23686]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:21:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:18 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1142383210' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-21T13:21:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:18 smithi066 ceph-mon[23686]: osdmap e72: 8 total, 8 up, 8 in 2024-09-21T13:21:18.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:18 smithi066 ceph-mon[31353]: pgmap v40: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-21T13:21:18.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:18 smithi066 ceph-mon[31353]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T13:21:18.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:18 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1142383210' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-21T13:21:18.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:18 smithi066 ceph-mon[31353]: osdmap e72: 8 total, 8 up, 8 in 2024-09-21T13:21:19.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: pgmap v43: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: osdmap e73: 8 total, 8 up, 8 in 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: Deploying daemon rgw.foo.smithi066.ajuwvs on smithi066 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:19.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[23686]: Cluster is now healthy 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: pgmap v43: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: osdmap e73: 8 total, 8 up, 8 in 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: Deploying daemon rgw.foo.smithi066.ajuwvs on smithi066 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:19.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:19 smithi066 ceph-mon[31353]: Cluster is now healthy 2024-09-21T13:21:20.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: pgmap v43: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: osdmap e73: 8 total, 8 up, 8 in 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: Deploying daemon rgw.foo.smithi066.ajuwvs on smithi066 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T13:21:20.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:19 smithi084 ceph-mon[27656]: Cluster is now healthy 2024-09-21T13:21:20.557 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:21:20] "GET /metrics HTTP/1.1" 200 35466 "" "Prometheus/2.43.0" 2024-09-21T13:21:20.592 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch apply iscsi foo u p' 2024-09-21T13:21:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:20 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:20 smithi066 ceph-mon[23686]: osdmap e74: 8 total, 8 up, 8 in 2024-09-21T13:21:20.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:20 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:20.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:20 smithi066 ceph-mon[31353]: osdmap e74: 8 total, 8 up, 8 in 2024-09-21T13:21:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:20 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:20 smithi084 ceph-mon[27656]: osdmap e74: 8 total, 8 up, 8 in 2024-09-21T13:21:21.201 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:21:21.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:21 smithi066 ceph-mon[23686]: pgmap v46: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:21.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:21 smithi066 ceph-mon[31353]: pgmap v46: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:22.006 INFO:teuthology.orchestra.run.smithi066.stdout:Scheduled iscsi.foo update... 2024-09-21T13:21:22.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:21 smithi084 ceph-mon[27656]: pgmap v46: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 223 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:22.903 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'sleep 180' 2024-09-21T13:21:23.233 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:21:23.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:23 smithi066 ceph-mon[23686]: from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:21:23.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:23 smithi066 ceph-mon[23686]: Saving service iscsi.foo spec with placement count:1 2024-09-21T13:21:23.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:23 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:23.366 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:23 smithi066 ceph-mon[31353]: from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:21:23.366 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:23 smithi066 ceph-mon[31353]: Saving service iscsi.foo spec with placement count:1 2024-09-21T13:21:23.366 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:23 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:23.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:23 smithi084 ceph-mon[27656]: from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:21:23.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:23 smithi084 ceph-mon[27656]: Saving service iscsi.foo spec with placement count:1 2024-09-21T13:21:23.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:23 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 5.9 KiB/s wr, 189 op/s 2024-09-21T13:21:24.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: Saving service rgw.foo spec with placement count:2 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 5.9 KiB/s wr, 189 op/s 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: Saving service rgw.foo spec with placement count:2 2024-09-21T13:21:24.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:24 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s rd, 5.9 KiB/s wr, 189 op/s 2024-09-21T13:21:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: Saving service rgw.foo spec with placement count:2 2024-09-21T13:21:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:24 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:25.332 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-21T13:21:25.333 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:25.334 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:25 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:25.534 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:25.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:25 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[31353]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s rd, 5.0 KiB/s wr, 162 op/s 2024-09-21T13:21:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2024-09-21T13:21:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-09-21T13:21:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-09-21T13:21:26.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-09-21T13:21:26.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[31353]: osdmap e75: 8 total, 8 up, 8 in 2024-09-21T13:21:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[23686]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s rd, 5.0 KiB/s wr, 162 op/s 2024-09-21T13:21:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2024-09-21T13:21:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-09-21T13:21:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-09-21T13:21:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-09-21T13:21:26.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:26 smithi066 ceph-mon[23686]: osdmap e75: 8 total, 8 up, 8 in 2024-09-21T13:21:26.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:26 smithi084 ceph-mon[27656]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s rd, 5.0 KiB/s wr, 162 op/s 2024-09-21T13:21:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:26 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2024-09-21T13:21:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:26 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-09-21T13:21:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:26 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-09-21T13:21:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:26 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-09-21T13:21:26.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:26 smithi084 ceph-mon[27656]: osdmap e75: 8 total, 8 up, 8 in 2024-09-21T13:21:27.397 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:27] ENGINE Bus STOPPING 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: osdmap e76: 8 total, 8 up, 8 in 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:27.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[23686]: osdmap e77: 8 total, 8 up, 8 in 2024-09-21T13:21:27.399 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: osdmap e76: 8 total, 8 up, 8 in 2024-09-21T13:21:27.399 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.399 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:27.400 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-mon[31353]: osdmap e77: 8 total, 8 up, 8 in 2024-09-21T13:21:27.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: osdmap e76: 8 total, 8 up, 8 in 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:21:27.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:27.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:27 smithi084 ceph-mon[27656]: osdmap e77: 8 total, 8 up, 8 in 2024-09-21T13:21:27.722 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:27] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:21:27.722 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:27] ENGINE Bus STOPPED 2024-09-21T13:21:27.722 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:27] ENGINE Bus STARTING 2024-09-21T13:21:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:27] ENGINE Serving on http://:::9283 2024-09-21T13:21:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:27] ENGINE Bus STARTED 2024-09-21T13:21:27.723 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:27 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:27] ENGINE Bus STOPPING 2024-09-21T13:21:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-mon[23686]: Checking dashboard <-> RGW credentials 2024-09-21T13:21:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-mon[23686]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 5.2 KiB/s wr, 307 op/s 2024-09-21T13:21:28.359 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-mon[23686]: Deploying daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:21:28.360 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:28] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:21:28.360 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:28] ENGINE Bus STOPPED 2024-09-21T13:21:28.360 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:28] ENGINE Bus STARTING 2024-09-21T13:21:28.360 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:28] ENGINE Serving on http://:::9283 2024-09-21T13:21:28.360 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:28] ENGINE Bus STARTED 2024-09-21T13:21:28.360 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-mon[31353]: Checking dashboard <-> RGW credentials 2024-09-21T13:21:28.360 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-mon[31353]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 5.2 KiB/s wr, 307 op/s 2024-09-21T13:21:28.360 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:28 smithi066 ceph-mon[31353]: Deploying daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:21:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:28 smithi084 ceph-mon[27656]: Checking dashboard <-> RGW credentials 2024-09-21T13:21:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:28 smithi084 ceph-mon[27656]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 5.2 KiB/s wr, 307 op/s 2024-09-21T13:21:28.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:28 smithi084 ceph-mon[27656]: Deploying daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:21:30.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[23686]: pgmap v53: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-21T13:21:30.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.387 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.388 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1850777794' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:21:30.388 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[31353]: pgmap v53: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-21T13:21:30.388 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.388 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.388 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.388 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.388 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.388 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1850777794' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:21:30.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:30 smithi084 ceph-mon[27656]: pgmap v53: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-21T13:21:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:30 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:30 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:30 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:30 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:30 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:30.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:30 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1850777794' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:21:30.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:21:30] "GET /metrics HTTP/1.1" 200 38068 "" "Prometheus/2.43.0" 2024-09-21T13:21:31.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:31 smithi066 ceph-mon[23686]: Checking pool "foo" exists for service iscsi.foo 2024-09-21T13:21:31.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:31 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/608050044' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3458987720"}]: dispatch 2024-09-21T13:21:31.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:31 smithi066 ceph-mon[31353]: Checking pool "foo" exists for service iscsi.foo 2024-09-21T13:21:31.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:31 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/608050044' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3458987720"}]: dispatch 2024-09-21T13:21:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:31 smithi084 ceph-mon[27656]: Checking pool "foo" exists for service iscsi.foo 2024-09-21T13:21:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:31 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/608050044' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3458987720"}]: dispatch 2024-09-21T13:21:32.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[23686]: pgmap v54: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-21T13:21:32.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/608050044' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3458987720"}]': finished 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[23686]: osdmap e78: 8 total, 8 up, 8 in 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[23686]: mgrmap e22: y(active, since 66s), standbys: x 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3391769920' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]: dispatch 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]: dispatch 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[31353]: pgmap v54: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/608050044' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3458987720"}]': finished 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[31353]: osdmap e78: 8 total, 8 up, 8 in 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[31353]: mgrmap e22: y(active, since 66s), standbys: x 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3391769920' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]: dispatch 2024-09-21T13:21:32.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:32 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]: dispatch 2024-09-21T13:21:32.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:32 smithi084 ceph-mon[27656]: pgmap v54: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 170 B/s wr, 166 op/s 2024-09-21T13:21:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:32 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/608050044' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3458987720"}]': finished 2024-09-21T13:21:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:32 smithi084 ceph-mon[27656]: osdmap e78: 8 total, 8 up, 8 in 2024-09-21T13:21:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:32 smithi084 ceph-mon[27656]: mgrmap e22: y(active, since 66s), standbys: x 2024-09-21T13:21:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:32 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3391769920' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]: dispatch 2024-09-21T13:21:32.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:32 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]: dispatch 2024-09-21T13:21:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]': finished 2024-09-21T13:21:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[23686]: osdmap e79: 8 total, 8 up, 8 in 2024-09-21T13:21:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2810511485' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/2754772824"}]: dispatch 2024-09-21T13:21:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:33.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]': finished 2024-09-21T13:21:33.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[31353]: osdmap e79: 8 total, 8 up, 8 in 2024-09-21T13:21:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2810511485' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/2754772824"}]: dispatch 2024-09-21T13:21:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:33 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:33.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:33 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/438763297"}]': finished 2024-09-21T13:21:33.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:33 smithi084 ceph-mon[27656]: osdmap e79: 8 total, 8 up, 8 in 2024-09-21T13:21:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:33 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2810511485' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/2754772824"}]: dispatch 2024-09-21T13:21:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:33 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:33 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.390 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 8 op/s; 15 B/s, 0 objects/s recovering 2024-09-21T13:21:34.390 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2810511485' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/2754772824"}]': finished 2024-09-21T13:21:34.390 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: osdmap e80: 8 total, 8 up, 8 in 2024-09-21T13:21:34.390 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2336391288' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]: dispatch 2024-09-21T13:21:34.391 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]: dispatch 2024-09-21T13:21:34.391 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.391 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.391 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:34.391 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:34.391 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.393 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 8 op/s; 15 B/s, 0 objects/s recovering 2024-09-21T13:21:34.393 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2810511485' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/2754772824"}]': finished 2024-09-21T13:21:34.393 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: osdmap e80: 8 total, 8 up, 8 in 2024-09-21T13:21:34.393 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2336391288' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]: dispatch 2024-09-21T13:21:34.394 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]: dispatch 2024-09-21T13:21:34.394 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.394 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.394 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:34.394 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:34.394 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:34 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 8 op/s; 15 B/s, 0 objects/s recovering 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2810511485' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/2754772824"}]': finished 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: osdmap e80: 8 total, 8 up, 8 in 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2336391288' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]: dispatch 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]: dispatch 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:34.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:34 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[23686]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-21T13:21:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[23686]: Reconfiguring daemon alertmanager.a on smithi066 2024-09-21T13:21:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]': finished 2024-09-21T13:21:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[23686]: osdmap e81: 8 total, 8 up, 8 in 2024-09-21T13:21:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/445254049' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3823086483"}]: dispatch 2024-09-21T13:21:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[31353]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-21T13:21:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[31353]: Reconfiguring daemon alertmanager.a on smithi066 2024-09-21T13:21:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]': finished 2024-09-21T13:21:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[31353]: osdmap e81: 8 total, 8 up, 8 in 2024-09-21T13:21:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:35 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/445254049' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3823086483"}]: dispatch 2024-09-21T13:21:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:35 smithi084 ceph-mon[27656]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-21T13:21:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:35 smithi084 ceph-mon[27656]: Reconfiguring daemon alertmanager.a on smithi066 2024-09-21T13:21:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:35 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3458987720"}]': finished 2024-09-21T13:21:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:35 smithi084 ceph-mon[27656]: osdmap e81: 8 total, 8 up, 8 in 2024-09-21T13:21:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:35 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/445254049' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3823086483"}]: dispatch 2024-09-21T13:21:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[31353]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 767 B/s wr, 13 op/s; 22 B/s, 0 objects/s recovering 2024-09-21T13:21:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/445254049' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3823086483"}]': finished 2024-09-21T13:21:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[31353]: osdmap e82: 8 total, 8 up, 8 in 2024-09-21T13:21:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3517891332' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]: dispatch 2024-09-21T13:21:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]: dispatch 2024-09-21T13:21:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[23686]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 767 B/s wr, 13 op/s; 22 B/s, 0 objects/s recovering 2024-09-21T13:21:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/445254049' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3823086483"}]': finished 2024-09-21T13:21:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[23686]: osdmap e82: 8 total, 8 up, 8 in 2024-09-21T13:21:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3517891332' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]: dispatch 2024-09-21T13:21:36.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]: dispatch 2024-09-21T13:21:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:36 smithi084 ceph-mon[27656]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 767 B/s wr, 13 op/s; 22 B/s, 0 objects/s recovering 2024-09-21T13:21:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:36 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/445254049' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/3823086483"}]': finished 2024-09-21T13:21:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:36 smithi084 ceph-mon[27656]: osdmap e82: 8 total, 8 up, 8 in 2024-09-21T13:21:36.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:36 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3517891332' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]: dispatch 2024-09-21T13:21:36.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:36 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]: dispatch 2024-09-21T13:21:36.936 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:36 smithi066 systemd[1]: Stopping Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:21:37.244 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:36 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[61291]: ts=2024-09-21T13:21:36.936Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:21:37.244 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:36 smithi066 podman[70060]: 2024-09-21 13:21:36.956700618 +0000 UTC m=+0.121233761 container died e0ca243c85b33ed8bd29086623f801f4ed32526e821035c2ae72ce7692520f64 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:37.595 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:37 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]': finished 2024-09-21T13:21:37.595 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:37 smithi066 ceph-mon[31353]: osdmap e83: 8 total, 8 up, 8 in 2024-09-21T13:21:37.595 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:37 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3914211614' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]: dispatch 2024-09-21T13:21:37.595 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:37 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]: dispatch 2024-09-21T13:21:37.595 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:37 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]': finished 2024-09-21T13:21:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:37 smithi066 ceph-mon[23686]: osdmap e83: 8 total, 8 up, 8 in 2024-09-21T13:21:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:37 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3914211614' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]: dispatch 2024-09-21T13:21:37.596 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:37 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]: dispatch 2024-09-21T13:21:37.596 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:37 smithi066 podman[70060]: 2024-09-21 13:21:37.36873749 +0000 UTC m=+0.533270632 container cleanup e0ca243c85b33ed8bd29086623f801f4ed32526e821035c2ae72ce7692520f64 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:37.596 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:37 smithi066 bash[70060]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a 2024-09-21T13:21:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:37 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/74833722"}]': finished 2024-09-21T13:21:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:37 smithi084 ceph-mon[27656]: osdmap e83: 8 total, 8 up, 8 in 2024-09-21T13:21:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:37 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3914211614' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]: dispatch 2024-09-21T13:21:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:37 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]: dispatch 2024-09-21T13:21:37.858 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:37 smithi066 podman[70071]: 2024-09-21 13:21:37.594880756 +0000 UTC m=+0.636812063 container remove e0ca243c85b33ed8bd29086623f801f4ed32526e821035c2ae72ce7692520f64 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:37.859 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:37 smithi066 podman[70071]: 2024-09-21 13:21:37.704104094 +0000 UTC m=+0.746035401 volume remove ba4dc64dc5f22106b49caa8fca6dbfaec036c98152c7c60a26fa5031b681b7ab 2024-09-21T13:21:38.172 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:37 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@alertmanager.a.service: Deactivated successfully. 2024-09-21T13:21:38.172 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:37 smithi066 systemd[1]: Stopped Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:21:38.172 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:37 smithi066 systemd[1]: Starting Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:21:38.172 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 podman[70187]: 2024-09-21 13:21:37.991303216 +0000 UTC m=+0.016171596 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-21T13:21:38.172 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 podman[70187]: 2024-09-21 13:21:38.096730111 +0000 UTC m=+0.121598491 volume create 598df42bc540986f712bd11815e27c2f75abf06acf179d1680135a8b5959b2ac 2024-09-21T13:21:38.173 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 podman[70187]: 2024-09-21 13:21:38.172093737 +0000 UTC m=+0.196962116 container create 21773207acd6e44a1f34edaef1e82ac56ff998a3e78e24213dd5a7be89b95b19 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:38.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-mon[23686]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:38.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]': finished 2024-09-21T13:21:38.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-mon[23686]: osdmap e84: 8 total, 8 up, 8 in 2024-09-21T13:21:38.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1642238219' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3823086483"}]: dispatch 2024-09-21T13:21:38.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-mon[31353]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:38.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]': finished 2024-09-21T13:21:38.476 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-mon[31353]: osdmap e84: 8 total, 8 up, 8 in 2024-09-21T13:21:38.476 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1642238219' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3823086483"}]: dispatch 2024-09-21T13:21:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:38 smithi084 ceph-mon[27656]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:38 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3325489407"}]': finished 2024-09-21T13:21:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:38 smithi084 ceph-mon[27656]: osdmap e84: 8 total, 8 up, 8 in 2024-09-21T13:21:38.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:38 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1642238219' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3823086483"}]: dispatch 2024-09-21T13:21:38.744 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 podman[70187]: 2024-09-21 13:21:38.474705616 +0000 UTC m=+0.499573996 container init 21773207acd6e44a1f34edaef1e82ac56ff998a3e78e24213dd5a7be89b95b19 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:38.744 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 podman[70187]: 2024-09-21 13:21:38.477699305 +0000 UTC m=+0.502567693 container start 21773207acd6e44a1f34edaef1e82ac56ff998a3e78e24213dd5a7be89b95b19 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:38.490Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:38.490Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:38.491Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.66 port=9094 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:38.492Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:38.516Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:38.516Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:38.519Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:38.519Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 bash[70187]: 21773207acd6e44a1f34edaef1e82ac56ff998a3e78e24213dd5a7be89b95b19 2024-09-21T13:21:38.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:38 smithi066 systemd[1]: Started Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:21:39.503 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:39 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1642238219' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3823086483"}]': finished 2024-09-21T13:21:39.503 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:39 smithi084 ceph-mon[27656]: osdmap e85: 8 total, 8 up, 8 in 2024-09-21T13:21:39.503 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:39 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1253509065' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1083820036"}]: dispatch 2024-09-21T13:21:39.503 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:39 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:39.503 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:39 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:39.503 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:39 smithi084 ceph-mon[27656]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:21:39.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1642238219' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3823086483"}]': finished 2024-09-21T13:21:39.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[23686]: osdmap e85: 8 total, 8 up, 8 in 2024-09-21T13:21:39.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1253509065' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1083820036"}]: dispatch 2024-09-21T13:21:39.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:39.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:39.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[23686]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:21:39.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1642238219' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/3823086483"}]': finished 2024-09-21T13:21:39.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[31353]: osdmap e85: 8 total, 8 up, 8 in 2024-09-21T13:21:39.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1253509065' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1083820036"}]: dispatch 2024-09-21T13:21:39.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:39.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:39.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:39 smithi066 ceph-mon[31353]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:21:40.551 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:40 smithi084 ceph-mon[27656]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:40.551 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:40 smithi084 ceph-mon[27656]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:21:40.552 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:40 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1253509065' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1083820036"}]': finished 2024-09-21T13:21:40.552 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:40 smithi084 ceph-mon[27656]: osdmap e86: 8 total, 8 up, 8 in 2024-09-21T13:21:40.552 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:40 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3518841671' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1676329557"}]: dispatch 2024-09-21T13:21:40.552 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:40 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:21:40] "GET /metrics HTTP/1.1" 200 38141 "" "Prometheus/2.43.0" 2024-09-21T13:21:40.745 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:40.493Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00049536s 2024-09-21T13:21:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[23686]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[23686]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:21:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1253509065' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1083820036"}]': finished 2024-09-21T13:21:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[23686]: osdmap e86: 8 total, 8 up, 8 in 2024-09-21T13:21:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3518841671' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1676329557"}]: dispatch 2024-09-21T13:21:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[31353]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:40.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[31353]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:21:40.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1253509065' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1083820036"}]': finished 2024-09-21T13:21:40.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[31353]: osdmap e86: 8 total, 8 up, 8 in 2024-09-21T13:21:40.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3518841671' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1676329557"}]: dispatch 2024-09-21T13:21:40.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:40 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:41 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:21:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:41 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3518841671' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1676329557"}]': finished 2024-09-21T13:21:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:41 smithi084 ceph-mon[27656]: osdmap e87: 8 total, 8 up, 8 in 2024-09-21T13:21:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:41 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4159256570' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1457366180"}]: dispatch 2024-09-21T13:21:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:41 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:21:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:41 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3518841671' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1676329557"}]': finished 2024-09-21T13:21:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:41 smithi066 ceph-mon[31353]: osdmap e87: 8 total, 8 up, 8 in 2024-09-21T13:21:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:41 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4159256570' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1457366180"}]: dispatch 2024-09-21T13:21:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:41 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:21:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:41 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3518841671' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1676329557"}]': finished 2024-09-21T13:21:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:41 smithi066 ceph-mon[23686]: osdmap e87: 8 total, 8 up, 8 in 2024-09-21T13:21:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:41 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4159256570' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1457366180"}]: dispatch 2024-09-21T13:21:42.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:42 smithi084 ceph-mon[27656]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:42.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:42 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4159256570' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1457366180"}]': finished 2024-09-21T13:21:42.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:42 smithi084 ceph-mon[27656]: osdmap e88: 8 total, 8 up, 8 in 2024-09-21T13:21:42.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:42 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1501138857' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1655115507"}]: dispatch 2024-09-21T13:21:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:42 smithi066 ceph-mon[23686]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:42 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4159256570' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1457366180"}]': finished 2024-09-21T13:21:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:42 smithi066 ceph-mon[23686]: osdmap e88: 8 total, 8 up, 8 in 2024-09-21T13:21:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:42 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1501138857' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1655115507"}]: dispatch 2024-09-21T13:21:42.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:42 smithi066 ceph-mon[31353]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:21:42.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:42 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4159256570' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1457366180"}]': finished 2024-09-21T13:21:42.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:42 smithi066 ceph-mon[31353]: osdmap e88: 8 total, 8 up, 8 in 2024-09-21T13:21:42.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:42 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1501138857' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1655115507"}]: dispatch 2024-09-21T13:21:42.749 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:42 smithi084 podman[59935]: 2024-09-21 13:21:42.492203704 +0000 UTC m=+0.108954131 container died c0610f80e285bcb0b27426317f944346e722c959c0064d23861e3a66af7b4eec (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:43.118 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:42 smithi084 podman[59935]: 2024-09-21 13:21:42.857000171 +0000 UTC m=+0.473750595 container cleanup c0610f80e285bcb0b27426317f944346e722c959c0064d23861e3a66af7b4eec (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:43.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:42 smithi084 bash[59935]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a 2024-09-21T13:21:43.486 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1501138857' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1655115507"}]': finished 2024-09-21T13:21:43.486 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-mon[27656]: osdmap e89: 8 total, 8 up, 8 in 2024-09-21T13:21:43.486 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2294766026' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/199370791"}]: dispatch 2024-09-21T13:21:43.486 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 podman[59949]: 2024-09-21 13:21:43.142553535 +0000 UTC m=+0.645874234 container remove c0610f80e285bcb0b27426317f944346e722c959c0064d23861e3a66af7b4eec (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:43.486 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-21T13:21:43.486 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 systemd[1]: Stopped Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:21:43.486 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Consumed 1.191s CPU time. 2024-09-21T13:21:43.487 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 systemd[1]: Starting Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:21:43.739 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 podman[60039]: 2024-09-21 13:21:43.38931504 +0000 UTC m=+0.016492544 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-21T13:21:43.739 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 podman[60039]: 2024-09-21 13:21:43.50057678 +0000 UTC m=+0.127754270 container create 783eca15601976168e0dceb68e0f38d8f3b8031c71fa9cdc9c91fd18c3512807 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:43.739 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 podman[60039]: 2024-09-21 13:21:43.735906602 +0000 UTC m=+0.363084093 container init 783eca15601976168e0dceb68e0f38d8f3b8031c71fa9cdc9c91fd18c3512807 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:43.739 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 podman[60039]: 2024-09-21 13:21:43.738500857 +0000 UTC m=+0.365678356 container start 783eca15601976168e0dceb68e0f38d8f3b8031c71fa9cdc9c91fd18c3512807 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:21:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1501138857' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1655115507"}]': finished 2024-09-21T13:21:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-mon[31353]: osdmap e89: 8 total, 8 up, 8 in 2024-09-21T13:21:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2294766026' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/199370791"}]: dispatch 2024-09-21T13:21:43.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1501138857' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1655115507"}]': finished 2024-09-21T13:21:43.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-mon[23686]: osdmap e89: 8 total, 8 up, 8 in 2024-09-21T13:21:43.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2294766026' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/199370791"}]: dispatch 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.762Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.762Z 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-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.762Z caller=main.go:570 level=info host_details="(Linux 5.14.0-508.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024 x86_64 smithi084 (none))" 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.762Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.762Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.764Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.764Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.765Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.765Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-21T13:21:44.034 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.767Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.767Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.233µs 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.767Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.769Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.769Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.769Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=27.673µs wal_replay_duration=1.823149ms wbl_replay_duration=104ns total_replay_duration=1.877153ms 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.770Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.770Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.770Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.789Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.066993ms db_storage=1.009µs remote_storage=1.054µs web_handler=357ns query_engine=551ns scrape=359.603µs scrape_sd=86.117µs notify=13.111µs notify_sd=17.685µs rules=18.286636ms tracing=5.583µs 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.789Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:21:43.789Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 bash[60039]: 783eca15601976168e0dceb68e0f38d8f3b8031c71fa9cdc9c91fd18c3512807 2024-09-21T13:21:44.035 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:21:43 smithi084 systemd[1]: Started Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:21:44.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:43] ENGINE Bus STOPPING 2024-09-21T13:21:44.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:43] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:21:44.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:43] ENGINE Bus STOPPED 2024-09-21T13:21:44.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:43 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:43] ENGINE Bus STARTING 2024-09-21T13:21:44.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE Serving on http://:::9283 2024-09-21T13:21:44.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE Bus STARTED 2024-09-21T13:21:44.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE Bus STOPPING 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2294766026' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/199370791"}]': finished 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: osdmap e90: 8 total, 8 up, 8 in 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4074763022' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]: dispatch 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]: dispatch 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:21:44.309 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.310 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:21:44.310 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.310 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:21:44.310 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T13:21:44.310 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.310 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:21:44.310 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:21:44.310 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:44 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2294766026' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/199370791"}]': finished 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: osdmap e90: 8 total, 8 up, 8 in 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4074763022' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]: dispatch 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]: dispatch 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:21:44.601 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.602 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2294766026' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/199370791"}]': finished 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: osdmap e90: 8 total, 8 up, 8 in 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4074763022' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]: dispatch 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]: dispatch 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.603 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:21:44.604 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.604 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:21:44.604 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T13:21:44.604 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.604 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:21:44.604 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:21:44.604 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:44.886 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:21:44.887 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE Bus STOPPED 2024-09-21T13:21:44.887 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE Bus STARTING 2024-09-21T13:21:44.887 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE Serving on http://:::9283 2024-09-21T13:21:44.887 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE Bus STARTED 2024-09-21T13:21:44.887 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:44] ENGINE Bus STOPPING 2024-09-21T13:21:45.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]': finished 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: osdmap e91: 8 total, 8 up, 8 in 2024-09-21T13:21:45.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2682908473' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]: dispatch 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]: dispatch 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Bus STOPPED 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Bus STARTING 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Serving on http://:::9283 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Bus STARTED 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Bus STOPPING 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:21:45.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]': finished 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: osdmap e91: 8 total, 8 up, 8 in 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2682908473' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]: dispatch 2024-09-21T13:21:45.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]: dispatch 2024-09-21T13:21:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi084.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi084.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1676329557"}]': finished 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: osdmap e91: 8 total, 8 up, 8 in 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2682908473' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]: dispatch 2024-09-21T13:21:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:45 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]: dispatch 2024-09-21T13:21:45.916 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:21:45.916 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Bus STOPPED 2024-09-21T13:21:45.916 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Bus STARTING 2024-09-21T13:21:45.916 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Serving on http://:::9283 2024-09-21T13:21:45.916 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:21:45] ENGINE Bus STARTED 2024-09-21T13:21:46.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:46 smithi084 ceph-mon[27656]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:46.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:46 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]': finished 2024-09-21T13:21:46.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:46 smithi084 ceph-mon[27656]: osdmap e92: 8 total, 8 up, 8 in 2024-09-21T13:21:46.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:46 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3728641895' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]: dispatch 2024-09-21T13:21:46.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:46 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]: dispatch 2024-09-21T13:21:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[31353]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]': finished 2024-09-21T13:21:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[31353]: osdmap e92: 8 total, 8 up, 8 in 2024-09-21T13:21:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3728641895' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]: dispatch 2024-09-21T13:21:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]: dispatch 2024-09-21T13:21:46.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[23686]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:46.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3085373713"}]': finished 2024-09-21T13:21:46.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[23686]: osdmap e92: 8 total, 8 up, 8 in 2024-09-21T13:21:46.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3728641895' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]: dispatch 2024-09-21T13:21:46.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:46 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]: dispatch 2024-09-21T13:21:47.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:47 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]': finished 2024-09-21T13:21:47.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:47 smithi084 ceph-mon[27656]: osdmap e93: 8 total, 8 up, 8 in 2024-09-21T13:21:47.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:47 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]': finished 2024-09-21T13:21:47.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:47 smithi066 ceph-mon[23686]: osdmap e93: 8 total, 8 up, 8 in 2024-09-21T13:21:47.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:47 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1131653213"}]': finished 2024-09-21T13:21:47.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:47 smithi066 ceph-mon[31353]: osdmap e93: 8 total, 8 up, 8 in 2024-09-21T13:21:48.744 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:21:48.496Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003412832s 2024-09-21T13:21:48.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[23686]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:48.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[31353]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:48.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:48 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:48 smithi084 ceph-mon[27656]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:21:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:48 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:48 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:48 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:48 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:48 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:21:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:48 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:21:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:48 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:21:49.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:49 smithi066 ceph-mon[23686]: Checking dashboard <-> RGW credentials 2024-09-21T13:21:49.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:49 smithi066 ceph-mon[31353]: Checking dashboard <-> RGW credentials 2024-09-21T13:21:49.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:49 smithi084 ceph-mon[27656]: Checking dashboard <-> RGW credentials 2024-09-21T13:21:50.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:50 smithi066 ceph-mon[23686]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 939 B/s rd, 0 op/s 2024-09-21T13:21:50.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:50 smithi066 ceph-mon[31353]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 939 B/s rd, 0 op/s 2024-09-21T13:21:50.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:21:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:21:50] "GET /metrics HTTP/1.1" 200 38141 "" "Prometheus/2.43.0" 2024-09-21T13:21:50.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:50 smithi084 ceph-mon[27656]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 939 B/s rd, 0 op/s 2024-09-21T13:21:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:51 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:21:51.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:51 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:21:51.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:51 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:21:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:52 smithi066 ceph-mon[23686]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 793 B/s rd, 0 op/s 2024-09-21T13:21:52.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:52 smithi066 ceph-mon[31353]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 793 B/s rd, 0 op/s 2024-09-21T13:21:52.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:52 smithi084 ceph-mon[27656]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 793 B/s rd, 0 op/s 2024-09-21T13:21:54.736 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:54 smithi084 ceph-mon[27656]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4 op/s 2024-09-21T13:21:54.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:54 smithi066 ceph-mon[23686]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4 op/s 2024-09-21T13:21:54.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:54 smithi066 ceph-mon[31353]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4 op/s 2024-09-21T13:21:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:55 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:55.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:55 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:55 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:21:56.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:56 smithi066 ceph-mon[23686]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-09-21T13:21:56.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:56 smithi066 ceph-mon[31353]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-09-21T13:21:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:56 smithi084 ceph-mon[27656]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.8 KiB/s rd, 3 op/s 2024-09-21T13:21:58.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:21:58 smithi066 ceph-mon[23686]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-09-21T13:21:58.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:21:58 smithi066 ceph-mon[31353]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-09-21T13:21:58.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:21:58 smithi084 ceph-mon[27656]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-09-21T13:22:00.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:00 smithi066 ceph-mon[23686]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:22:00.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:00 smithi066 ceph-mon[31353]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:22:00.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:22:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:22:00] "GET /metrics HTTP/1.1" 200 38144 "" "Prometheus/2.43.0" 2024-09-21T13:22:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:00 smithi084 ceph-mon[27656]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:22:01.852 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:01 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:01 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:01.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:01 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:02.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:02 smithi084 ceph-mon[27656]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:22:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:02 smithi066 ceph-mon[23686]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:22:02.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:02 smithi066 ceph-mon[31353]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:22:04.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:04 smithi084 ceph-mon[27656]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-21T13:22:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:04 smithi066 ceph-mon[23686]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-21T13:22:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:04 smithi066 ceph-mon[31353]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-21T13:22:06.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:06 smithi084 ceph-mon[27656]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:06.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:06 smithi066 ceph-mon[23686]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:06.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:06 smithi066 ceph-mon[31353]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:08 smithi084 ceph-mon[27656]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:08 smithi066 ceph-mon[23686]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:08 smithi066 ceph-mon[31353]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:10.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:22:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:22:10] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.43.0" 2024-09-21T13:22:10.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:10 smithi066 ceph-mon[23686]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:10.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:10 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:10.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:10 smithi066 ceph-mon[31353]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:10.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:10 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:10 smithi084 ceph-mon[27656]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:10 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:11 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:11.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:11 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:11.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:11 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:12 smithi084 ceph-mon[27656]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:12 smithi066 ceph-mon[23686]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:12.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:12 smithi066 ceph-mon[31353]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:14.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:14 smithi084 ceph-mon[27656]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:14 smithi066 ceph-mon[23686]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:14.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:14 smithi066 ceph-mon[31353]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:16.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:16 smithi084 ceph-mon[27656]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:16 smithi066 ceph-mon[23686]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:16.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:16 smithi066 ceph-mon[31353]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:18.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:18 smithi084 ceph-mon[27656]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:18 smithi066 ceph-mon[23686]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:18 smithi066 ceph-mon[31353]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:20 smithi066 ceph-mon[23686]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:20.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:20 smithi066 ceph-mon[31353]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:20.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:22:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:22:20] "GET /metrics HTTP/1.1" 200 38142 "" "Prometheus/2.43.0" 2024-09-21T13:22:20.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:20 smithi084 ceph-mon[27656]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:21.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:21 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:21.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:21 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:21.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:21 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:22.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:22 smithi084 ceph-mon[27656]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:22.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:22 smithi066 ceph-mon[23686]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:22.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:22 smithi066 ceph-mon[31353]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:24.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:24 smithi084 ceph-mon[27656]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:24 smithi066 ceph-mon[23686]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:24.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:24 smithi066 ceph-mon[31353]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:25.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:25.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:26 smithi084 ceph-mon[27656]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:26 smithi066 ceph-mon[23686]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:26.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:26 smithi066 ceph-mon[31353]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:28 smithi084 ceph-mon[27656]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:28 smithi066 ceph-mon[23686]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:28 smithi066 ceph-mon[31353]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:30.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:30 smithi066 ceph-mon[23686]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:30.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:22:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:22:30] "GET /metrics HTTP/1.1" 200 38143 "" "Prometheus/2.43.0" 2024-09-21T13:22:30.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:30 smithi066 ceph-mon[31353]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:30.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:30 smithi084 ceph-mon[27656]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:31.850 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:31 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:31 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:31 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:32.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:32 smithi084 ceph-mon[27656]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:32.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:32 smithi066 ceph-mon[31353]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:32.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:32 smithi066 ceph-mon[23686]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:34.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:34 smithi084 ceph-mon[27656]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:34 smithi066 ceph-mon[23686]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:34.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:34 smithi066 ceph-mon[31353]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:36 smithi084 ceph-mon[27656]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:36.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:36 smithi066 ceph-mon[23686]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:36.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:36 smithi066 ceph-mon[31353]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:38 smithi084 ceph-mon[27656]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:38 smithi066 ceph-mon[23686]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:38.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:38 smithi066 ceph-mon[31353]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:22:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:22:40] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.43.0" 2024-09-21T13:22:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:40 smithi066 ceph-mon[31353]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:40 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:40 smithi066 ceph-mon[23686]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:40 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:40.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:40 smithi084 ceph-mon[27656]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:40.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:40 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:41 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:41.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:41 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:41.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:41 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:42.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:42 smithi084 ceph-mon[27656]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:42.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:42 smithi066 ceph-mon[23686]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:42.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:42 smithi066 ceph-mon[31353]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:44.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:44 smithi084 ceph-mon[27656]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:44 smithi066 ceph-mon[23686]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:44.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:44 smithi066 ceph-mon[31353]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:46.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:46 smithi084 ceph-mon[27656]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:46 smithi066 ceph-mon[23686]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:46.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:46 smithi066 ceph-mon[31353]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:48.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:48 smithi084 ceph-mon[27656]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:48.947 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:48 smithi066 ceph-mon[23686]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:48.947 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:48 smithi066 ceph-mon[31353]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:50.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:22:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:22:50] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.43.0" 2024-09-21T13:22:50.861 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:50 smithi066 ceph-mon[23686]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:50.862 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:50 smithi066 ceph-mon[31353]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:50.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:50 smithi084 ceph-mon[27656]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:51 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:51.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:51 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:51.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:51 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:22:52.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:52 smithi084 ceph-mon[27656]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:52.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:52 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:52.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:52 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:52.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:52 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:22:52.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:52 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:22:52.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:52 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[23686]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[31353]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:22:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:52 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:22:54.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:54 smithi084 ceph-mon[27656]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:54.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:54 smithi066 ceph-mon[23686]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:54.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:54 smithi066 ceph-mon[31353]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:55 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:55.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:55 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:55 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:22:56.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:56 smithi066 ceph-mon[23686]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:56.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:56 smithi066 ceph-mon[31353]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:56 smithi084 ceph-mon[27656]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:22:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:22:58 smithi066 ceph-mon[23686]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:58.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:22:58 smithi066 ceph-mon[31353]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:22:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:22:58 smithi084 ceph-mon[27656]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:00.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:00 smithi066 ceph-mon[23686]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:00.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:00 smithi066 ceph-mon[31353]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:00.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:23:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:23:00] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.43.0" 2024-09-21T13:23:00.921 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:00 smithi084 ceph-mon[27656]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:01 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:01 smithi066 ceph-mon[23686]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:01.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:01 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:01.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:01 smithi066 ceph-mon[31353]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:02.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:01 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:02.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:01 smithi084 ceph-mon[27656]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:04.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:03 smithi084 ceph-mon[27656]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:04.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:03 smithi066 ceph-mon[23686]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:04.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:03 smithi066 ceph-mon[31353]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:06.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:05 smithi084 ceph-mon[27656]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:05 smithi066 ceph-mon[23686]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:06.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:05 smithi066 ceph-mon[31353]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:08 smithi084 ceph-mon[27656]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:08 smithi066 ceph-mon[23686]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:08.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:08 smithi066 ceph-mon[31353]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:10.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:10 smithi066 ceph-mon[23686]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:10.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:10 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:10.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:10 smithi066 ceph-mon[31353]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:10.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:10 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:10 smithi084 ceph-mon[27656]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:10 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:10.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:23:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:23:10] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.43.0" 2024-09-21T13:23:11.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:11 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:11.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:11 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:11 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:12.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:12 smithi066 ceph-mon[23686]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:12.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:12 smithi066 ceph-mon[31353]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:12.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:12 smithi084 ceph-mon[27656]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:14.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:14 smithi066 ceph-mon[23686]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:14.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:14 smithi066 ceph-mon[31353]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:14 smithi084 ceph-mon[27656]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:16.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:16 smithi066 ceph-mon[23686]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:16.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:16 smithi066 ceph-mon[31353]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:16 smithi084 ceph-mon[27656]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:18.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:18 smithi066 ceph-mon[23686]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:18.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:18 smithi066 ceph-mon[31353]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:18.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:18 smithi084 ceph-mon[27656]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:20.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:20 smithi066 ceph-mon[23686]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:20.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:20 smithi066 ceph-mon[31353]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:20.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:20 smithi084 ceph-mon[27656]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:20.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:23:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:23:20] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.43.0" 2024-09-21T13:23:21.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:21 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:21.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:21 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:21.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:21 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:22.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:22 smithi066 ceph-mon[23686]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:22.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:22 smithi066 ceph-mon[31353]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:22.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:22 smithi084 ceph-mon[27656]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:24.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:24 smithi066 ceph-mon[31353]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:24.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:24 smithi066 ceph-mon[23686]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:24 smithi084 ceph-mon[27656]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:25.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:25.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:25.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:26.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:26 smithi066 ceph-mon[23686]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:26 smithi066 ceph-mon[31353]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:26.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:26 smithi084 ceph-mon[27656]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:28.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:28 smithi066 ceph-mon[23686]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:28.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:28 smithi066 ceph-mon[31353]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:28 smithi084 ceph-mon[27656]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:30.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:30 smithi066 ceph-mon[23686]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:30.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:30 smithi066 ceph-mon[31353]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:30.421 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:30 smithi084 ceph-mon[27656]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:30.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:23:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:23:30] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.43.0" 2024-09-21T13:23:31.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:31 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:31.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:31 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:31 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:32.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:32 smithi066 ceph-mon[23686]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:32 smithi066 ceph-mon[31353]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:32.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:32 smithi084 ceph-mon[27656]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:34.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:34 smithi066 ceph-mon[23686]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:34.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:34 smithi066 ceph-mon[31353]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:34 smithi084 ceph-mon[27656]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:36.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:36 smithi066 ceph-mon[23686]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:36.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:36 smithi066 ceph-mon[31353]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:36 smithi084 ceph-mon[27656]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:38.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:38 smithi066 ceph-mon[23686]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:38.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:38 smithi066 ceph-mon[31353]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:38 smithi084 ceph-mon[27656]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:40.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:40 smithi066 ceph-mon[23686]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:40.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:40 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:40.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:40 smithi066 ceph-mon[31353]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:40.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:40 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:40 smithi084 ceph-mon[27656]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:40.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:40 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:23:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:23:40] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.43.0" 2024-09-21T13:23:41.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:41 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:41.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:41 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:41 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:42.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:42 smithi066 ceph-mon[23686]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:42.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:42 smithi066 ceph-mon[31353]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:42.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:42 smithi084 ceph-mon[27656]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:44.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:44 smithi066 ceph-mon[23686]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:44.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:44 smithi066 ceph-mon[31353]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:44.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:44 smithi084 ceph-mon[27656]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:46.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:46 smithi066 ceph-mon[23686]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:46 smithi066 ceph-mon[31353]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:46.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:46 smithi084 ceph-mon[27656]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:48.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:48 smithi066 ceph-mon[23686]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:48.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:48 smithi066 ceph-mon[31353]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:48 smithi084 ceph-mon[27656]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:50.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:50 smithi066 ceph-mon[23686]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:50.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:50 smithi066 ceph-mon[31353]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:50 smithi084 ceph-mon[27656]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:50.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:23:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:23:50] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.43.0" 2024-09-21T13:23:51.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:51 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:51.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:51 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:51 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:23:52.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:52 smithi066 ceph-mon[31353]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:52.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:52 smithi066 ceph-mon[23686]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:52 smithi084 ceph-mon[27656]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:53.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:53 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:23:53.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:53 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:23:53.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:53 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:23:53.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:53 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:23:53.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:53 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:23:53.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:53 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:23:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:53 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:23:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:53 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:23:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:53 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:23:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:54 smithi066 ceph-mon[23686]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:54 smithi066 ceph-mon[31353]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:54.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:54 smithi084 ceph-mon[27656]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:55.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:55 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:55.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:55 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:55 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:23:56.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:56 smithi066 ceph-mon[23686]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:56.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:56 smithi066 ceph-mon[31353]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:56 smithi084 ceph-mon[27656]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:23:58.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:23:58 smithi066 ceph-mon[23686]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:23:58 smithi066 ceph-mon[31353]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:23:58.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:23:58 smithi084 ceph-mon[27656]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:00.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:00 smithi066 ceph-mon[23686]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:00.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:24:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:24:00] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.43.0" 2024-09-21T13:24:00.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:00 smithi066 ceph-mon[31353]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:00.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:00 smithi084 ceph-mon[27656]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:01.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:01 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:01.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:01 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:01.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:01 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:02.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:02 smithi066 ceph-mon[23686]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:02.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:02 smithi066 ceph-mon[31353]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:02.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:02 smithi084 ceph-mon[27656]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:04 smithi066 ceph-mon[23686]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:04 smithi066 ceph-mon[31353]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:04.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:04 smithi084 ceph-mon[27656]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:06 smithi066 ceph-mon[23686]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:06 smithi066 ceph-mon[31353]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:06.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:06 smithi084 ceph-mon[27656]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:08 smithi066 ceph-mon[23686]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:08.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:08 smithi066 ceph-mon[31353]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:08.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:08 smithi084 ceph-mon[27656]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:10 smithi084 ceph-mon[27656]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:10 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:10.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:24:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:24:10] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.43.0" 2024-09-21T13:24:10.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:10 smithi066 ceph-mon[23686]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:10.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:10 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:10.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:10 smithi066 ceph-mon[31353]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:10.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:10 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:11 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:11 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:11.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:11 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:12.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:12 smithi084 ceph-mon[27656]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:12.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:12 smithi066 ceph-mon[23686]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:12.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:12 smithi066 ceph-mon[31353]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:14 smithi084 ceph-mon[27656]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:14 smithi066 ceph-mon[23686]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:14.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:14 smithi066 ceph-mon[31353]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:16 smithi084 ceph-mon[27656]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:16.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:16 smithi066 ceph-mon[23686]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:16.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:16 smithi066 ceph-mon[31353]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:18.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:18 smithi084 ceph-mon[27656]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:18.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:18 smithi066 ceph-mon[23686]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:18.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:18 smithi066 ceph-mon[31353]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:20.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:20 smithi084 ceph-mon[27656]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:20 smithi066 ceph-mon[23686]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:20.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:20 smithi066 ceph-mon[31353]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:20.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:24:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:24:20] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.43.0" 2024-09-21T13:24:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:21 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:21 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:21 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:22.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:22 smithi084 ceph-mon[27656]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:22.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:22 smithi066 ceph-mon[31353]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:22.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:22 smithi066 ceph-mon[23686]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:24.442 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:24 smithi066 ceph-mon[23686]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:24.442 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:24 smithi066 ceph-mon[31353]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:24.477 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-21T13:24:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:24 smithi084 ceph-mon[27656]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:24.745 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:25.411 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:25.411 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:25.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:26.085 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-21T13:24:26.346 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:26.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:26 smithi066 ceph-mon[23686]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:26 smithi066 ceph-mon[31353]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:26.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:26 smithi084 ceph-mon[27656]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:27.693 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-21T13:24:27.948 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:28.375 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:28 smithi066 ceph-mon[23686]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:28.375 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:28 smithi066 ceph-mon[31353]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:28 smithi084 ceph-mon[27656]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:29.249 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:24:29.503 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:30.167 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:24:30.167 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (2m) 98s ago 3m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:24:30.167 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (3m) 2m ago 3m 76.9M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:24:30.167 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (3m) 98s ago 3m - - 3.8 164465d2334a 46a5cc59a36b 2024-09-21T13:24:30.167 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,8765 running (7m) 2m ago 7m 440M - 19.1.1-373-g4e45e6b4 164465d2334a 7ea426d6a543 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:9283,8765 running (9m) 98s ago 9m - - 19.1.1-373-g4e45e6b4 164465d2334a 46f8473fc073 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (9m) 98s ago 9m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (8m) 2m ago 8m 39.9M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (8m) 98s ago 8m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (3m) 98s ago 3m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (3m) 2m ago 3m 3678k - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (7m) 98s ago 7m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (7m) 98s ago 7m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:24:30.168 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (6m) 98s ago 6m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:24:30.169 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (6m) 98s ago 6m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:24:30.169 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (5m) 2m ago 5m 46.7M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:24:30.169 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (5m) 2m ago 5m 45.9M 4016M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:24:30.169 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (5m) 2m ago 5m 54.2M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:24:30.169 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (4m) 2m ago 4m 49.4M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:24:30.169 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (2m) 2m ago 4m 26.9M - 2.43.0 a07b618ecd1d 783eca156019 2024-09-21T13:24:30.169 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (3m) 98s ago 3m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:24:30.169 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (3m) 2m ago 3m 77.0M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:24:30.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:30 smithi066 ceph-mon[23686]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:30.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:30 smithi066 ceph-mon[31353]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:30.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:24:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:24:30] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-21T13:24:30.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:30 smithi084 ceph-mon[27656]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:30.791 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions' 2024-09-21T13:24:31.048 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:31.421 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:31 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:31.421 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:31 smithi066 ceph-mon[23686]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:31.421 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:31 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:31.421 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:31 smithi066 ceph-mon[31353]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:31 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:31 smithi084 ceph-mon[27656]: from='client.24878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:31.755 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:24:31.756 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:24:31.756 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:24:31.756 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:24:31.756 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:24:31.756 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:24:31.757 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:24:31.757 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:24:31.757 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:24:31.757 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:24:31.757 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:24:31.758 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:24:31.758 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:24:31.758 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:24:31.758 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 15 2024-09-21T13:24:31.758 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:24:31.758 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:24:32.347 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph -s' 2024-09-21T13:24:32.605 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:32.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:32 smithi084 ceph-mon[27656]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:32.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:32 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2280185043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:24:32.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:32 smithi066 ceph-mon[23686]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:32.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:32 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2280185043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:24:32.726 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:32 smithi066 ceph-mon[31353]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:32.726 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:32 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2280185043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:24:33.305 INFO:teuthology.orchestra.run.smithi066.stdout: cluster: 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: id: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: health: HEALTH_OK 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: services: 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: mon: 3 daemons, quorum a,b,c (age 8m) 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: mgr: y(active, since 4m), standbys: x 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: osd: 8 osds: 8 up (since 4m), 8 in (since 4m) 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: data: 2024-09-21T13:24:33.306 INFO:teuthology.orchestra.run.smithi066.stdout: pools: 6 pools, 161 pgs 2024-09-21T13:24:33.307 INFO:teuthology.orchestra.run.smithi066.stdout: objects: 212 objects, 585 KiB 2024-09-21T13:24:33.307 INFO:teuthology.orchestra.run.smithi066.stdout: usage: 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:24:33.307 INFO:teuthology.orchestra.run.smithi066.stdout: pgs: 161 active+clean 2024-09-21T13:24:33.307 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:24:33.307 INFO:teuthology.orchestra.run.smithi066.stdout: io: 2024-09-21T13:24:33.307 INFO:teuthology.orchestra.run.smithi066.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-21T13:24:33.307 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:24:33.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:33 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2656053730' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:24:33.625 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:33 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2656053730' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:24:33.625 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:33 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2656053730' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:24:33.930 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ls' 2024-09-21T13:24:34.186 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:34 smithi084 ceph-mon[27656]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:34.620 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:34 smithi066 ceph-mon[23686]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:34.620 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:34 smithi066 ceph-mon[31353]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:34.819 INFO:teuthology.orchestra.run.smithi066.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T13:24:34.819 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager ?:9093,9094 1/1 103s ago 4m smithi066=a;count:1 2024-09-21T13:24:34.819 INFO:teuthology.orchestra.run.smithi066.stdout:grafana ?:3000 1/1 2m ago 4m smithi084=a;count:1 2024-09-21T13:24:34.819 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo ?:5000 1/1 103s ago 3m count:1 2024-09-21T13:24:34.819 INFO:teuthology.orchestra.run.smithi066.stdout:mgr 2/2 2m ago 8m smithi066=y;smithi084=x;count:2 2024-09-21T13:24:34.819 INFO:teuthology.orchestra.run.smithi066.stdout:mon 3/3 2m ago 8m smithi066:172.21.15.66=a;smithi066:[v2:172.21.15.66:3301,v1:172.21.15.66:6790]=c;smithi084:172.21.15.84=b;count:3 2024-09-21T13:24:34.820 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter ?:9100 2/2 2m ago 4m smithi066=a;smithi084=b;count:2 2024-09-21T13:24:34.820 INFO:teuthology.orchestra.run.smithi066.stdout:osd 8 2m ago - 2024-09-21T13:24:34.820 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus ?:9095 1/1 2m ago 4m smithi084=a;count:1 2024-09-21T13:24:34.820 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo ?:8000 2/2 2m ago 3m count:2 2024-09-21T13:24:35.428 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:24:35.689 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:36 smithi084 ceph-mon[27656]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:36 smithi084 ceph-mon[27656]: from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:36.669 INFO:teuthology.orchestra.run.smithi066.stdout:Scheduled to redeploy mgr.x on host 'smithi084' 2024-09-21T13:24:36.669 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:36 smithi066 ceph-mon[23686]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:36.669 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:36 smithi066 ceph-mon[23686]: from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:36.669 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:36 smithi066 ceph-mon[31353]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:36.669 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:36 smithi066 ceph-mon[31353]: from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:37.259 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps --refresh' 2024-09-21T13:24:37.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3359477676' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:24:37.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3359477676' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:24:37.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:24:37.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:37 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:24:37.515 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3359477676' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:24:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:24:37.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:37 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:24:38.171 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (3m) 106s ago 3m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (3m) 2m ago 3m 76.9M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (3m) 106s ago 3m - - 3.8 164465d2334a 46a5cc59a36b 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,8765 running (8m) 2m ago 8m 440M - 19.1.1-373-g4e45e6b4 164465d2334a 7ea426d6a543 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:9283,8765 running (9m) 106s ago 9m - - 19.1.1-373-g4e45e6b4 164465d2334a 46f8473fc073 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (9m) 106s ago 9m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (8m) 2m ago 8m 39.9M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (8m) 106s ago 8m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (3m) 106s ago 3m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (3m) 2m ago 3m 3678k - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (7m) 106s ago 7m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (7m) 106s ago 7m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (6m) 106s ago 6m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:24:38.172 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (6m) 106s ago 6m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:24:38.173 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (6m) 2m ago 6m 46.7M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:24:38.173 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (5m) 2m ago 5m 45.9M 4016M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:24:38.173 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (5m) 2m ago 5m 54.2M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:24:38.173 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (4m) 2m ago 4m 49.4M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:24:38.173 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (2m) 2m ago 4m 26.9M - 2.43.0 a07b618ecd1d 783eca156019 2024-09-21T13:24:38.173 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (3m) 106s ago 3m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:24:38.173 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (3m) 2m ago 3m 77.0M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:24:38.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:38 smithi066 ceph-mon[23686]: from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:38.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:38 smithi066 ceph-mon[23686]: Schedule redeploy daemon mgr.x 2024-09-21T13:24:38.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:38 smithi066 ceph-mon[23686]: Deploying daemon mgr.x on smithi084 2024-09-21T13:24:38.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:38 smithi066 ceph-mon[23686]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:38 smithi066 ceph-mon[31353]: from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:38 smithi066 ceph-mon[31353]: Schedule redeploy daemon mgr.x 2024-09-21T13:24:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:38 smithi066 ceph-mon[31353]: Deploying daemon mgr.x on smithi084 2024-09-21T13:24:38.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:38 smithi066 ceph-mon[31353]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:38 smithi084 ceph-mon[27656]: from='client.15027 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:38 smithi084 ceph-mon[27656]: Schedule redeploy daemon mgr.x 2024-09-21T13:24:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:38 smithi084 ceph-mon[27656]: Deploying daemon mgr.x on smithi084 2024-09-21T13:24:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:38 smithi084 ceph-mon[27656]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:38.836 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'sleep 180' 2024-09-21T13:24:39.093 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:24:39.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:39 smithi066 ceph-mon[23686]: from='client.24914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:39.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:39 smithi066 ceph-mon[31353]: from='client.24914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:39 smithi084 ceph-mon[27656]: from='client.24914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:24:40.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:40 smithi084 ceph-mon[27656]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:40.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:40 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:24:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:24:40] "GET /metrics HTTP/1.1" 200 38148 "" "Prometheus/2.43.0" 2024-09-21T13:24:40.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:40 smithi066 ceph-mon[23686]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:40 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:40 smithi066 ceph-mon[31353]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:40 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:41 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:41.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:41 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:41 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:42.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:42 smithi084 ceph-mon[27656]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:42 smithi066 ceph-mon[23686]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:42.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:42 smithi066 ceph-mon[31353]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:44.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:44 smithi084 ceph-mon[27656]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:44.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:44 smithi066 ceph-mon[23686]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:44.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:44 smithi066 ceph-mon[31353]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:46.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:46 smithi084 ceph-mon[27656]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:46.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:46 smithi066 ceph-mon[23686]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:46 smithi066 ceph-mon[31353]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:48.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:48 smithi084 ceph-mon[27656]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:48.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:48 smithi066 ceph-mon[31353]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:48.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:48 smithi066 ceph-mon[23686]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:50 smithi084 ceph-mon[27656]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:50.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:50 smithi066 ceph-mon[23686]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:50.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:50 smithi066 ceph-mon[31353]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:50.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:24:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:24:50] "GET /metrics HTTP/1.1" 200 38148 "" "Prometheus/2.43.0" 2024-09-21T13:24:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:51 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:51 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:51.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:51 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:24:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:52 smithi084 ceph-mon[27656]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:52 smithi066 ceph-mon[23686]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:52.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:52 smithi066 ceph-mon[31353]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:54.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:54 smithi084 ceph-mon[27656]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:54.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:54 smithi066 ceph-mon[23686]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:54.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:54 smithi066 ceph-mon[31353]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:55 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:55.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:55 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:55 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:24:56.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:56 smithi066 ceph-mon[23686]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:56.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:56 smithi066 ceph-mon[31353]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:56 smithi084 ceph-mon[27656]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:24:58.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:24:58 smithi066 ceph-mon[23686]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:58.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:24:58 smithi066 ceph-mon[31353]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:24:58.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:24:58 smithi084 ceph-mon[27656]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:00.670 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:00 smithi084 ceph-mon[27656]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:00.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:00 smithi066 ceph-mon[23686]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:00.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:00 smithi066 ceph-mon[31353]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:00.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:25:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:25:00] "GET /metrics HTTP/1.1" 200 38151 "" "Prometheus/2.43.0" 2024-09-21T13:25:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:01 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:01.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:01 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:01.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:01 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:02.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:02 smithi066 ceph-mon[31353]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:02.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:02 smithi066 ceph-mon[23686]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:02.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:02 smithi084 ceph-mon[27656]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:04 smithi066 ceph-mon[23686]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:04.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:04 smithi066 ceph-mon[31353]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:04.749 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:04 smithi084 ceph-mon[27656]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:06.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:06 smithi084 systemd[1]: Stopping Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:25:06.659 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:06 smithi084 ceph-mon[27656]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:06.659 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:06 smithi084 podman[61121]: 2024-09-21 13:25:06.3894396 +0000 UTC m=+0.159938373 container died 7ea426d6a543e274511fe826bbd7330bff8c0e8aaf5695a0732e1fe0bd7d962a (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, RELEASE=squid-4e45e6b, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-21T13:25:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:06 smithi066 ceph-mon[23686]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:06.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:06 smithi066 ceph-mon[31353]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:07.109 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:06 smithi084 podman[61121]: 2024-09-21 13:25:06.858166505 +0000 UTC m=+0.628665270 container cleanup 7ea426d6a543e274511fe826bbd7330bff8c0e8aaf5695a0732e1fe0bd7d962a (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=squid-4e45e6b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-21T13:25:07.110 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:06 smithi084 bash[61121]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x 2024-09-21T13:25:07.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 podman[61134]: 2024-09-21 13:25:07.109621181 +0000 UTC m=+0.723554163 container remove 7ea426d6a543e274511fe826bbd7330bff8c0e8aaf5695a0732e1fe0bd7d962a (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-4e45e6b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2) 2024-09-21T13:25:07.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-21T13:25:07.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x.service: Failed with result 'exit-code'. 2024-09-21T13:25:07.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 systemd[1]: Stopped Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:25:07.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x.service: Consumed 10.953s CPU time. 2024-09-21T13:25:07.811 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 systemd[1]: Starting Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:25:07.811 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 podman[61262]: 2024-09-21 13:25:07.555804454 +0000 UTC m=+0.015728891 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:25:07.811 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 podman[61262]: 2024-09-21 13:25:07.685937687 +0000 UTC m=+0.145862111 container create b62b3d8b55d7b81fd6f840f4fe8f8d45694575814a417a8a845238cb18976c5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:25:08.118 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 podman[61262]: 2024-09-21 13:25:07.947340209 +0000 UTC m=+0.407264631 container init b62b3d8b55d7b81fd6f840f4fe8f8d45694575814a417a8a845238cb18976c5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:25:08.118 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 podman[61262]: 2024-09-21 13:25:07.950069535 +0000 UTC m=+0.409993967 container start b62b3d8b55d7b81fd6f840f4fe8f8d45694575814a417a8a845238cb18976c5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-21T13:25:08.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:07 smithi084 ceph-mgr[61281]: -- 172.21.15.84:0/2025494197 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558edec6f0e0 con 0x558edec4c800 2024-09-21T13:25:08.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:08 smithi084 bash[61262]: b62b3d8b55d7b81fd6f840f4fe8f8d45694575814a417a8a845238cb18976c5e 2024-09-21T13:25:08.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:08 smithi084 systemd[1]: Started Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:25:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[23686]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[31353]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:08 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.769 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:08 smithi084 ceph-mon[27656]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:08.769 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:08 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.769 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:08 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.769 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:08 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:08.770 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:08 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:10.659 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:10 smithi066 ceph-mon[23686]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:10.659 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:10 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:10.659 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:10 smithi066 ceph-mon[31353]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:10.659 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:10 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:10.660 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:25:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:25:10] "GET /metrics HTTP/1.1" 200 38154 "" "Prometheus/2.43.0" 2024-09-21T13:25:10.768 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:10 smithi084 ceph-mon[27656]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:10.768 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:10 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:11.394 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:11 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:11 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:11.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:11 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:12 smithi084 ceph-mon[27656]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:12 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:12 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:12 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:12 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[23686]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[31353]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:12.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:12.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:12 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:13.578 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:25:13] ENGINE Bus STARTING 2024-09-21T13:25:13.578 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: CherryPy Checker: 2024-09-21T13:25:13.578 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: The Application mounted at '' has an empty config. 2024-09-21T13:25:13.579 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:25:13.579 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:25:13] ENGINE Serving on http://:::9283 2024-09-21T13:25:13.579 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:25:13] ENGINE Bus STARTED 2024-09-21T13:25:13.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:25:13.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:25:13.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:13.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: Standby manager daemon x restarted 2024-09-21T13:25:13.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: Standby manager daemon x started 2024-09-21T13:25:13.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:25:13.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:25:13.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:25:13.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:13 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:25:13.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: Standby manager daemon x restarted 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: Standby manager daemon x started 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:25:13.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:25:13.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:25:13.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: Standby manager daemon x restarted 2024-09-21T13:25:13.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: Standby manager daemon x started 2024-09-21T13:25:13.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:25:13.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:25:13.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:25:13.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:13 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:25:14.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:14 smithi084 ceph-mon[27656]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:14.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:14 smithi084 ceph-mon[27656]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-21T13:25:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:14 smithi066 ceph-mon[23686]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:14 smithi066 ceph-mon[23686]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-21T13:25:14.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:14 smithi066 ceph-mon[31353]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:14.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:14 smithi066 ceph-mon[31353]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-21T13:25:16.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:16 smithi084 ceph-mon[27656]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:16 smithi066 ceph-mon[23686]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:16 smithi066 ceph-mon[31353]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:18 smithi084 ceph-mon[27656]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:18 smithi066 ceph-mon[23686]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:18 smithi066 ceph-mon[31353]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:20 smithi066 ceph-mon[23686]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:20.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:25:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:25:20] "GET /metrics HTTP/1.1" 200 38154 "" "Prometheus/2.43.0" 2024-09-21T13:25:20.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:20 smithi066 ceph-mon[31353]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:20.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:20 smithi084 ceph-mon[27656]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:21.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:21 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:21.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:21 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:21.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:21 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:22.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:22 smithi084 ceph-mon[27656]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:22.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:22 smithi066 ceph-mon[23686]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:22.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:22 smithi066 ceph-mon[31353]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:24.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:24 smithi084 ceph-mon[27656]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:24 smithi066 ceph-mon[23686]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:24 smithi066 ceph-mon[31353]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:25.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:25.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:26 smithi084 ceph-mon[27656]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:26 smithi066 ceph-mon[23686]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:26.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:26 smithi066 ceph-mon[31353]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:28 smithi084 ceph-mon[27656]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:28 smithi066 ceph-mon[23686]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:28 smithi066 ceph-mon[31353]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:30.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:30 smithi066 ceph-mon[23686]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:30.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:30 smithi066 ceph-mon[31353]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:30.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:25:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:25:30] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-21T13:25:30.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:30 smithi084 ceph-mon[27656]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:31 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:31 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:32.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:31 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:32 smithi066 ceph-mon[23686]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:32.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:32 smithi066 ceph-mon[31353]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:32 smithi084 ceph-mon[27656]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:34 smithi066 ceph-mon[23686]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:34 smithi066 ceph-mon[31353]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:34 smithi084 ceph-mon[27656]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:36.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:36 smithi066 ceph-mon[23686]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:36.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:36 smithi066 ceph-mon[31353]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:37.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:36 smithi084 ceph-mon[27656]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:38 smithi066 ceph-mon[23686]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:38.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:38 smithi066 ceph-mon[31353]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:38 smithi084 ceph-mon[27656]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:25:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:25:40] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.43.0" 2024-09-21T13:25:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:40 smithi066 ceph-mon[23686]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:40 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:40 smithi066 ceph-mon[31353]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:40 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:40 smithi084 ceph-mon[27656]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:40 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:41.925 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:41 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:41.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:41 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:41.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:41 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:42.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:42 smithi066 ceph-mon[23686]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:42.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:42 smithi066 ceph-mon[31353]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:42 smithi084 ceph-mon[27656]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:44 smithi066 ceph-mon[23686]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:44.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:44 smithi066 ceph-mon[31353]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:44 smithi084 ceph-mon[27656]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:46 smithi066 ceph-mon[23686]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:46.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:46 smithi066 ceph-mon[31353]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:46 smithi084 ceph-mon[27656]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:48 smithi066 ceph-mon[23686]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:48 smithi066 ceph-mon[31353]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:49.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:48 smithi084 ceph-mon[27656]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:50.654 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:25:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:25:50] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.43.0" 2024-09-21T13:25:50.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:50 smithi066 ceph-mon[23686]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:50.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:50 smithi066 ceph-mon[31353]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:50 smithi084 ceph-mon[27656]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:51.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:51 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:51.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:51 smithi066 ceph-mon[23686]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:51.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:51 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:51.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:51 smithi066 ceph-mon[31353]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:52.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:51 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:25:52.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:51 smithi084 ceph-mon[27656]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:54.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:53 smithi066 ceph-mon[23686]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:54.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:53 smithi066 ceph-mon[31353]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:54.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:53 smithi084 ceph-mon[27656]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:55.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:54 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:55.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:54 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:55.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:54 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:25:56.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:55 smithi066 ceph-mon[23686]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:56.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:55 smithi066 ceph-mon[31353]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:55 smithi084 ceph-mon[27656]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:25:58.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:57 smithi066 ceph-mon[23686]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:58.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:57 smithi066 ceph-mon[31353]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:25:58.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:57 smithi084 ceph-mon[27656]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:00.171 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:25:59 smithi084 ceph-mon[27656]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:00.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:25:59 smithi066 ceph-mon[23686]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:00.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:25:59 smithi066 ceph-mon[31353]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:00.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:26:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:26:00] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-21T13:26:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:00 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:01.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:00 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:01.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:00 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:01 smithi066 ceph-mon[23686]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:01 smithi066 ceph-mon[31353]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:02.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:01 smithi084 ceph-mon[27656]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:04.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:03 smithi066 ceph-mon[23686]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:04.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:03 smithi066 ceph-mon[31353]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:04.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:03 smithi084 ceph-mon[27656]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:05 smithi066 ceph-mon[23686]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:06.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:05 smithi066 ceph-mon[31353]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:06.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:05 smithi084 ceph-mon[27656]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:07 smithi066 ceph-mon[23686]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:08.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:07 smithi066 ceph-mon[31353]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:07 smithi084 ceph-mon[27656]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:10.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:09 smithi066 ceph-mon[23686]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:10.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:09 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:10.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:09 smithi066 ceph-mon[31353]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:10.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:09 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:09 smithi084 ceph-mon[27656]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:09 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:10.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:26:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:26:10] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-21T13:26:11.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:10 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:11.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:10 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:11.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:10 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:12.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:11 smithi066 ceph-mon[23686]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:12.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:11 smithi066 ceph-mon[31353]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:12.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:11 smithi084 ceph-mon[27656]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:14.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:14 smithi084 ceph-mon[27656]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:14.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:14 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:14 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:14 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.614 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:14 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[23686]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[31353]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:14.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:14 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:16 smithi084 ceph-mon[27656]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:16.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:16 smithi066 ceph-mon[23686]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:16.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:16 smithi066 ceph-mon[31353]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:18.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[31353]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:18.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:18.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[23686]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:26:18.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:18 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:18.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:18 smithi084 ceph-mon[27656]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:18 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:18 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:18 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:26:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:18 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:26:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:18 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:26:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:20 smithi066 ceph-mon[23686]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:20.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:20 smithi066 ceph-mon[31353]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:20.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:26:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:26:20] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-21T13:26:20.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:20 smithi084 ceph-mon[27656]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:21 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:21 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:21.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:21 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:22.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:22 smithi066 ceph-mon[23686]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:22.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:22 smithi066 ceph-mon[31353]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:22.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:22 smithi084 ceph-mon[27656]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:24.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:24 smithi066 ceph-mon[23686]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:24.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:24 smithi066 ceph-mon[31353]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:24.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:24 smithi084 ceph-mon[27656]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:25.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:25.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:25.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:26.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:26 smithi066 ceph-mon[23686]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:26.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:26 smithi066 ceph-mon[31353]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:26 smithi084 ceph-mon[27656]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:28.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:28 smithi066 ceph-mon[23686]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:28.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:28 smithi066 ceph-mon[31353]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:28 smithi084 ceph-mon[27656]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:30.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:30 smithi066 ceph-mon[23686]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:30.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:26:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:26:30] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-21T13:26:30.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:30 smithi066 ceph-mon[31353]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:30.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:30 smithi084 ceph-mon[27656]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:31 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:31.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:31 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:31.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:31 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:32.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:32 smithi066 ceph-mon[23686]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:32 smithi066 ceph-mon[31353]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:32.850 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:32 smithi084 ceph-mon[27656]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:34.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:34 smithi066 ceph-mon[23686]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:34.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:34 smithi066 ceph-mon[31353]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:34.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:34 smithi084 ceph-mon[27656]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:36.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:36 smithi066 ceph-mon[31353]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:36.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:36 smithi066 ceph-mon[23686]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:36 smithi084 ceph-mon[27656]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:38.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:38 smithi066 ceph-mon[23686]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:38.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:38 smithi066 ceph-mon[31353]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:38 smithi084 ceph-mon[27656]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:26:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:26:40] "GET /metrics HTTP/1.1" 200 38151 "" "Prometheus/2.43.0" 2024-09-21T13:26:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:40 smithi066 ceph-mon[23686]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:40 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:40.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:40 smithi066 ceph-mon[31353]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:40.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:40 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:40.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:40 smithi084 ceph-mon[27656]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:40.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:40 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:41 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:41 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:41.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:41 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:42.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:42 smithi084 ceph-mon[27656]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:42 smithi066 ceph-mon[23686]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:42.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:42 smithi066 ceph-mon[31353]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:44.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:44 smithi066 ceph-mon[23686]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:44.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:44 smithi066 ceph-mon[31353]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:44.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:44 smithi084 ceph-mon[27656]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:46.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:46 smithi066 ceph-mon[23686]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:46 smithi066 ceph-mon[31353]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:46.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:46 smithi084 ceph-mon[27656]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:48.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:48 smithi066 ceph-mon[23686]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:48.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:48 smithi066 ceph-mon[31353]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:48.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:48 smithi084 ceph-mon[27656]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:50.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:50 smithi066 ceph-mon[31353]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:50.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:50 smithi066 ceph-mon[23686]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:50.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:26:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:26:50] "GET /metrics HTTP/1.1" 200 38151 "" "Prometheus/2.43.0" 2024-09-21T13:26:50.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:50 smithi084 ceph-mon[27656]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:51 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:51.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:51 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:51.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:51 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:26:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:52 smithi066 ceph-mon[23686]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:52.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:52 smithi066 ceph-mon[31353]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:52.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:52 smithi084 ceph-mon[27656]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:54.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:54 smithi066 ceph-mon[23686]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:54.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:54 smithi066 ceph-mon[31353]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:54.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:54 smithi084 ceph-mon[27656]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:55.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:55 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:55 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:55.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:55 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:26:56.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:56 smithi066 ceph-mon[23686]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:56.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:56 smithi066 ceph-mon[31353]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:56 smithi084 ceph-mon[27656]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:26:58.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:26:58 smithi066 ceph-mon[23686]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:58.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:26:58 smithi066 ceph-mon[31353]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:26:58.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:26:58 smithi084 ceph-mon[27656]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:00.492 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:27:00] "GET /metrics HTTP/1.1" 200 38155 "" "Prometheus/2.43.0" 2024-09-21T13:27:00.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:00 smithi066 ceph-mon[23686]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:00.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:00 smithi066 ceph-mon[31353]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:00 smithi084 ceph-mon[27656]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:01.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:01 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:01 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:01.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:01 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:02.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:02 smithi084 ceph-mon[27656]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:02 smithi066 ceph-mon[23686]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:02 smithi066 ceph-mon[31353]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:04.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:04 smithi084 ceph-mon[27656]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:04 smithi066 ceph-mon[31353]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:04 smithi066 ceph-mon[23686]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:06.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:06 smithi084 ceph-mon[27656]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:06.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:06 smithi066 ceph-mon[31353]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:06.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:06 smithi066 ceph-mon[23686]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:08 smithi084 ceph-mon[27656]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:08 smithi066 ceph-mon[31353]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:08.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:08 smithi066 ceph-mon[23686]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:10.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:27:10] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-21T13:27:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:10 smithi084 ceph-mon[27656]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:10 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:10 smithi066 ceph-mon[23686]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:10 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:10.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:10 smithi066 ceph-mon[31353]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:10.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:10 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:11.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:11 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:11.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:11 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:11.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:11 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:12 smithi084 ceph-mon[27656]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:12 smithi066 ceph-mon[23686]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:12.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:12 smithi066 ceph-mon[31353]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:14.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:14 smithi084 ceph-mon[27656]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:14 smithi066 ceph-mon[23686]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:14.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:14 smithi066 ceph-mon[31353]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:16.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:16 smithi084 ceph-mon[27656]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:16 smithi066 ceph-mon[23686]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:16 smithi066 ceph-mon[31353]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:18.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:18 smithi084 ceph-mon[27656]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:18.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:18 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:18 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:27:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:18 smithi084 ceph-mon[27656]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:27:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:18 smithi066 ceph-mon[23686]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:18 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:18 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:27:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:18 smithi066 ceph-mon[23686]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:27:18.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:18 smithi066 ceph-mon[31353]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:18.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:18 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:18.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:18 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:27:18.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:18 smithi066 ceph-mon[31353]: from='mgr.14457 ' entity='mgr.y' 2024-09-21T13:27:20.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:27:20] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-21T13:27:20.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:20 smithi084 ceph-mon[27656]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:20 smithi066 ceph-mon[23686]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:20.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:20 smithi066 ceph-mon[31353]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:21.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:21 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:21.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:21 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:21.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:21 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:22.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:22 smithi084 ceph-mon[27656]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:22.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:22 smithi066 ceph-mon[23686]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:22.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:22 smithi066 ceph-mon[31353]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:24.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:24 smithi084 ceph-mon[27656]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:24 smithi066 ceph-mon[23686]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:24 smithi066 ceph-mon[31353]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:25.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:25 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:25.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:25 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:25 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:26 smithi084 ceph-mon[27656]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:26 smithi066 ceph-mon[23686]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:26.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:26 smithi066 ceph-mon[31353]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:28 smithi084 ceph-mon[27656]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:28 smithi066 ceph-mon[23686]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:28 smithi066 ceph-mon[31353]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:30.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:27:30] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-21T13:27:30.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:30 smithi084 ceph-mon[27656]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:30 smithi066 ceph-mon[31353]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:30 smithi066 ceph-mon[23686]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:31.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:31 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:31 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:31.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:31 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:32.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:32 smithi084 ceph-mon[27656]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:32.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:32 smithi066 ceph-mon[31353]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:32 smithi066 ceph-mon[23686]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:34.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:34 smithi084 ceph-mon[27656]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:34.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:34 smithi066 ceph-mon[31353]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:34 smithi066 ceph-mon[23686]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:36 smithi084 ceph-mon[27656]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:36.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:36 smithi066 ceph-mon[23686]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:36.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:36 smithi066 ceph-mon[31353]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:38 smithi084 ceph-mon[27656]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:38 smithi066 ceph-mon[23686]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:38.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:38 smithi066 ceph-mon[31353]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:40.239 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:27:40.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:27:40] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-21T13:27:40.504 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:27:40.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:40 smithi084 ceph-mon[27656]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:40.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:40 smithi084 ceph-mon[27656]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:40.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:40 smithi066 ceph-mon[23686]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:40.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:40 smithi066 ceph-mon[23686]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:40.974 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:40 smithi066 ceph-mon[31353]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:40.974 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:40 smithi066 ceph-mon[31353]: from='mgr.14457 172.21.15.66:0/2035451858' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:41.260 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (6m) 2m ago 6m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (6m) 83s ago 6m 80.5M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (6m) 2m ago 6m - - 3.8 164465d2334a 46a5cc59a36b 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (2m) 83s ago 11m 455M - 19.3.0-5104-g44178494 b415816db8b4 b62b3d8b55d7 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:9283,8765 running (12m) 2m ago 12m - - 19.1.1-373-g4e45e6b4 164465d2334a 46f8473fc073 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (12m) 2m ago 12m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (11m) 83s ago 11m 42.4M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (11m) 2m ago 11m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (6m) 2m ago 6m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (6m) 83s ago 6m 15.6M - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (10m) 2m ago 10m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:27:41.261 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (10m) 2m ago 10m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (9m) 2m ago 9m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (9m) 2m ago 9m - 4016M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (9m) 83s ago 9m 49.8M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (8m) 83s ago 8m 48.8M 4016M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (8m) 83s ago 8m 56.6M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (7m) 83s ago 7m 52.3M 4016M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (5m) 83s ago 7m 51.7M - 2.43.0 a07b618ecd1d 783eca156019 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (6m) 2m ago 6m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:27:41.262 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (6m) 83s ago 6m 79.9M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:27:41.836 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:41 smithi066 ceph-mon[23686]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:41.836 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:41 smithi066 ceph-mon[31353]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:41.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:41 smithi084 ceph-mon[27656]: from='client.24719 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:27:41.875 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions' 2024-09-21T13:27:42.136 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:27:42.843 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:27:42.843 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:27:42.843 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 1, 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 1 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 14, 2024-09-21T13:27:42.844 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 1 2024-09-21T13:27:42.845 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:27:42.845 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:27:42.845 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:42 smithi066 ceph-mon[23686]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:42.845 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:42 smithi066 ceph-mon[23686]: from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:27:42.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:42 smithi066 ceph-mon[31353]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:42.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:42 smithi066 ceph-mon[31353]: from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:27:42.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:42 smithi084 ceph-mon[27656]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:42.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:42 smithi084 ceph-mon[27656]: from='client.15045 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:27:43.471 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph -s' 2024-09-21T13:27:43.729 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:27:43.861 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:43 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4007217055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:27:43.861 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:43 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4007217055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:27:43.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:43 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4007217055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:27:44.461 INFO:teuthology.orchestra.run.smithi066.stdout: cluster: 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: id: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: health: HEALTH_OK 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: services: 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: mon: 3 daemons, quorum a,b,c (age 11m) 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: mgr: y(active, since 7m), standbys: x 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: osd: 8 osds: 8 up (since 7m), 8 in (since 8m) 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: data: 2024-09-21T13:27:44.462 INFO:teuthology.orchestra.run.smithi066.stdout: pools: 6 pools, 161 pgs 2024-09-21T13:27:44.463 INFO:teuthology.orchestra.run.smithi066.stdout: objects: 212 objects, 585 KiB 2024-09-21T13:27:44.463 INFO:teuthology.orchestra.run.smithi066.stdout: usage: 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:27:44.463 INFO:teuthology.orchestra.run.smithi066.stdout: pgs: 161 active+clean 2024-09-21T13:27:44.463 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:27:44.463 INFO:teuthology.orchestra.run.smithi066.stdout: io: 2024-09-21T13:27:44.463 INFO:teuthology.orchestra.run.smithi066.stdout: client: 853 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-21T13:27:44.463 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:27:44.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:44 smithi066 ceph-mon[23686]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:44.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:44 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/547702742' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:27:44.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:44 smithi066 ceph-mon[31353]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:44.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:44 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/547702742' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:27:44.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:44 smithi084 ceph-mon[27656]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:44.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:44 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/547702742' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:27:45.105 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:27:45.360 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:27:46.080 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:27:46.639 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:46 smithi066 ceph-mon[23686]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:46.640 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:46 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/921796249' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:27:46.640 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:46 smithi066 ceph-mon[31353]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:46.640 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:46 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/921796249' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:27:46.672 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-21T13:27:46.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:46 smithi084 ceph-mon[27656]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:27:46.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:46 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/921796249' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:27:46.931 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:27:47.624 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:27:48.253 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph mgr fail' 2024-09-21T13:27:48.510 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:27:48.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:48 smithi084 ceph-mon[27656]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:48.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:48 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3407675810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:27:48.925 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:48 smithi066 ceph-mon[23686]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:48.925 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:48 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3407675810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:27:48.925 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:48 smithi066 ceph-mon[31353]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:27:48.925 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:48 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3407675810' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:27:49.194 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:49.162+0000 7fddf5ac7640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-21T13:27:49.487 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ignoring --setuser ceph since I am not root 2024-09-21T13:27:49.487 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ignoring --setgroup ceph since I am not root 2024-09-21T13:27:49.487 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:49.314+0000 7f0496c84040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-21T13:27:49.487 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:49.375+0000 7f0496c84040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-21T13:27:49.547 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:27:49] ENGINE Bus STOPPING 2024-09-21T13:27:49.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:49.532+0000 7f0496c84040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-21T13:27:49.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:49.602+0000 7f0496c84040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2733263124' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: Activating manager daemon x 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2733263124' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: osdmap e94: 8 total, 8 up, 8 in 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: mgrmap e24: x(active, starting, since 0.0102671s) 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:27:49.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:27:49.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:27:49.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:27:49.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:27:49.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:27:49.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:27:49.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:27:49.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[23686]: Manager daemon x is now available 2024-09-21T13:27:49.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2733263124' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: Activating manager daemon x 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2733263124' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: osdmap e94: 8 total, 8 up, 8 in 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: mgrmap e24: x(active, starting, since 0.0102671s) 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:27:49.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:27:49.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:27:49.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:27:49.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:27:49.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:27:49.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:27:49.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-mon[31353]: Manager daemon x is now available 2024-09-21T13:27:49.868 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:27:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:27:49.868 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:27:49] ENGINE Bus STOPPED 2024-09-21T13:27:49.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2733263124' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: Activating manager daemon x 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2733263124' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: osdmap e94: 8 total, 8 up, 8 in 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: mgrmap e24: x(active, starting, since 0.0102671s) 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:27:49.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:27:49.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:27:49.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:27:49.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:27:49.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:49 smithi084 ceph-mon[27656]: Manager daemon x is now available 2024-09-21T13:27:49.884 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'sleep 180' 2024-09-21T13:27:50.154 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:27:50.181 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:49.763+0000 7f0496c84040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:27:50.181 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:49.915+0000 7f0496c84040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-21T13:27:50.436 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:50.271+0000 7f0496c84040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-21T13:27:50.436 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:50.336+0000 7f0496c84040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-21T13:27:50.729 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:50 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:27:50] ENGINE Bus STARTING 2024-09-21T13:27:50.729 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:50 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:27:50] ENGINE Serving on http://:::9283 2024-09-21T13:27:50.729 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:50 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:27:50] ENGINE Bus STARTED 2024-09-21T13:27:50.737 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:50.539+0000 7f0496c84040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-21T13:27:51.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: mgrmap e25: x(active, since 1.01312s) 2024-09-21T13:27:51.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:51.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:51.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:51.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:27:51.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: Deploying cephadm binary to smithi084 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[23686]: Deploying cephadm binary to smithi066 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: mgrmap e25: x(active, since 1.01312s) 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:27:51.484 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:27:51.485 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:27:51.485 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:27:51.485 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:27:51.485 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: Deploying cephadm binary to smithi084 2024-09-21T13:27:51.485 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-mon[31353]: Deploying cephadm binary to smithi066 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: mgrmap e25: x(active, since 1.01312s) 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:27:51.535 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: Deploying cephadm binary to smithi084 2024-09-21T13:27:51.536 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-mon[27656]: Deploying cephadm binary to smithi066 2024-09-21T13:27:51.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:51.482+0000 7f0496c84040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-21T13:27:51.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:51 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:51.553+0000 7f0496c84040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:27:51.532+0000 7f277183c640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:27:51] ENGINE Error in HTTPServer.serve 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: Traceback (most recent call last): 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: self._connections.run(self.expiration_interval) 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: self._run(expiration_interval) 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:27:51.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: s = self.context.wrap_socket( 2024-09-21T13:27:51.870 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:27:51.870 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: return self.sslsocket_class._create( 2024-09-21T13:27:51.870 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:27:51.870 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: self.do_handshake() 2024-09-21T13:27:51.870 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:27:51.870 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: self._sslobj.do_handshake() 2024-09-21T13:27:51.870 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:27:51.870 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:27:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[31353]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[31353]: [21/Sep/2024:13:27:51] ENGINE Bus STARTING 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[31353]: [21/Sep/2024:13:27:51] ENGINE Serving on https://172.21.15.84:7150 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[31353]: [21/Sep/2024:13:27:51] ENGINE Error in HTTPServer.serve 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:27:52.309 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: self.do_handshake() 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[31353]: [21/Sep/2024:13:27:51] ENGINE Serving on http://172.21.15.84:8765 2024-09-21T13:27:52.310 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[31353]: [21/Sep/2024:13:27:51] ENGINE Bus STARTED 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[23686]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[23686]: [21/Sep/2024:13:27:51] ENGINE Bus STARTING 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[23686]: [21/Sep/2024:13:27:51] ENGINE Serving on https://172.21.15.84:7150 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[23686]: [21/Sep/2024:13:27:51] ENGINE Error in HTTPServer.serve 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:27:52.311 INFO:journalctl@ceph.mon.a.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: self.do_handshake() 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[23686]: [21/Sep/2024:13:27:51] ENGINE Serving on http://172.21.15.84:8765 2024-09-21T13:27:52.312 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-mon[23686]: [21/Sep/2024:13:27:51] ENGINE Bus STARTED 2024-09-21T13:27:52.588 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:52.308+0000 7f0496c84040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-21T13:27:52.588 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:52.433+0000 7f0496c84040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-21T13:27:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:52 smithi084 ceph-mon[27656]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:52 smithi084 ceph-mon[27656]: [21/Sep/2024:13:27:51] ENGINE Bus STARTING 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:52 smithi084 ceph-mon[27656]: [21/Sep/2024:13:27:51] ENGINE Serving on https://172.21.15.84:7150 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:52 smithi084 ceph-mon[27656]: [21/Sep/2024:13:27:51] ENGINE Error in HTTPServer.serve 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: Traceback (most recent call last): 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._run(expiration_interval) 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:27:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout: s = self.context.wrap_socket( 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout: return self.sslsocket_class._create( 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout: self.do_handshake() 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._sslobj.do_handshake() 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:52 smithi084 ceph-mon[27656]: [21/Sep/2024:13:27:51] ENGINE Serving on http://172.21.15.84:8765 2024-09-21T13:27:52.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:52 smithi084 ceph-mon[27656]: [21/Sep/2024:13:27:51] ENGINE Bus STARTED 2024-09-21T13:27:52.845 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:52.587+0000 7f0496c84040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-21T13:27:52.845 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:52.661+0000 7f0496c84040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-21T13:27:52.845 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:52.845+0000 7f0496c84040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-21T13:27:53.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:52.916+0000 7f0496c84040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-21T13:27:53.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:52.982+0000 7f0496c84040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-21T13:27:53.160 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:53.159+0000 7f0496c84040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-21T13:27:53.454 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:53 smithi066 ceph-mon[23686]: mgrmap e26: x(active, since 3s) 2024-09-21T13:27:53.454 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:53 smithi066 ceph-mon[31353]: mgrmap e26: x(active, since 3s) 2024-09-21T13:27:53.455 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:53.230+0000 7f0496c84040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-21T13:27:53.455 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:53.300+0000 7f0496c84040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-21T13:27:53.455 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:53.386+0000 7f0496c84040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-21T13:27:53.455 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:53.453+0000 7f0496c84040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-21T13:27:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:53 smithi084 ceph-mon[27656]: mgrmap e26: x(active, since 3s) 2024-09-21T13:27:53.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:53.522+0000 7f0496c84040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-21T13:27:54.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-mon[31353]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:27:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-mon[23686]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:27:54.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:54.399+0000 7f0496c84040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-21T13:27:54.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:27:54] ENGINE Bus STARTING 2024-09-21T13:27:54.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: CherryPy Checker: 2024-09-21T13:27:54.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: The Application mounted at '' has an empty config. 2024-09-21T13:27:54.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: 2024-09-21T13:27:54.547 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:54 smithi084 ceph-mon[27656]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:27:54.818 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:27:54] ENGINE Serving on http://:::9283 2024-09-21T13:27:54.818 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:27:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: [21/Sep/2024:13:27:54] ENGINE Bus STARTED 2024-09-21T13:27:55.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[23686]: mgrmap e27: x(active, since 5s) 2024-09-21T13:27:55.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[23686]: Standby manager daemon y started 2024-09-21T13:27:55.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:27:55.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:27:55.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:27:55.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:27:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[31353]: mgrmap e27: x(active, since 5s) 2024-09-21T13:27:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[31353]: Standby manager daemon y started 2024-09-21T13:27:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:27:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:27:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:27:55.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:55 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:27:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:55 smithi084 ceph-mon[27656]: mgrmap e27: x(active, since 5s) 2024-09-21T13:27:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:55 smithi084 ceph-mon[27656]: Standby manager daemon y started 2024-09-21T13:27:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:55 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:27:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:55 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:27:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:55 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:27:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:55 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/3060948148' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:27:56.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[23686]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-21T13:27:56.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[23686]: mgrmap e28: x(active, since 6s), standbys: y 2024-09-21T13:27:56.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:27:56.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:56.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:56.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[31353]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-21T13:27:56.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[31353]: mgrmap e28: x(active, since 6s), standbys: y 2024-09-21T13:27:56.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:27:56.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:56.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:56 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:56 smithi084 ceph-mon[27656]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-21T13:27:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:56 smithi084 ceph-mon[27656]: mgrmap e28: x(active, since 6s), standbys: y 2024-09-21T13:27:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:56 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:27:56.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:56 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:56.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:56 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi066 to 2992M 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: Adjusting osd_memory_target on smithi084 to 3248M 2024-09-21T13:27:57.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:57.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:27:57.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:27:57.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:27:57.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:27:57.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:57 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:27:57.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi066 to 2992M 2024-09-21T13:27:57.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: Adjusting osd_memory_target on smithi084 to 3248M 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi066 to 2992M 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: Adjusting osd_memory_target on smithi084 to 3248M 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:27:57.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:27:57.750 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:27:57.750 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:27:57.750 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:57 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:27:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:27:58.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:27:58.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:58.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:27:58 smithi084 ceph-mon[27656]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:27:58.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:27:58.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:58.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[23686]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:27:58.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:27:58.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:27:58.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:27:58 smithi066 ceph-mon[31353]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:28:00.388 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:00 smithi066 ceph-mon[23686]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:28:00.388 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:00 smithi066 ceph-mon[31353]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:28:00.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:00 smithi084 ceph-mon[27656]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:28:00.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:28:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[23914]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:28:00] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-21T13:28:01.634 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:01 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:01.634 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:01 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:01.634 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:01 smithi084 ceph-mon[27656]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:28:01.635 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:01 smithi084 ceph-mon[27656]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:28:01.635 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:01 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1635220498' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:28:01.635 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:01 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2034170218' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]: dispatch 2024-09-21T13:28:01.635 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:01 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]: dispatch 2024-09-21T13:28:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[23686]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:28:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[23686]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:28:01.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1635220498' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:28:01.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2034170218' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]: dispatch 2024-09-21T13:28:01.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]: dispatch 2024-09-21T13:28:01.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:01.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:01.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[31353]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:28:01.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[31353]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:28:01.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1635220498' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:28:01.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2034170218' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]: dispatch 2024-09-21T13:28:01.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:01 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]: dispatch 2024-09-21T13:28:02.826 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:02 smithi084 ceph-mon[27656]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:28:02.826 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:02 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]': finished 2024-09-21T13:28:02.827 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:02 smithi084 ceph-mon[27656]: osdmap e95: 8 total, 8 up, 8 in 2024-09-21T13:28:02.827 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:02 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4081031383' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]: dispatch 2024-09-21T13:28:02.827 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:02 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]: dispatch 2024-09-21T13:28:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[23686]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:28:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]': finished 2024-09-21T13:28:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[23686]: osdmap e95: 8 total, 8 up, 8 in 2024-09-21T13:28:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4081031383' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]: dispatch 2024-09-21T13:28:02.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]: dispatch 2024-09-21T13:28:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[31353]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:28:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/2120715754"}]': finished 2024-09-21T13:28:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[31353]: osdmap e95: 8 total, 8 up, 8 in 2024-09-21T13:28:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4081031383' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]: dispatch 2024-09-21T13:28:02.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:02 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]: dispatch 2024-09-21T13:28:03.726 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:03 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]': finished 2024-09-21T13:28:03.726 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:03 smithi084 ceph-mon[27656]: osdmap e96: 8 total, 8 up, 8 in 2024-09-21T13:28:03.727 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:03 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1250048840' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/313777616"}]: dispatch 2024-09-21T13:28:03.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:03 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]': finished 2024-09-21T13:28:03.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:03 smithi066 ceph-mon[23686]: osdmap e96: 8 total, 8 up, 8 in 2024-09-21T13:28:03.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:03 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1250048840' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/313777616"}]: dispatch 2024-09-21T13:28:03.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:03 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/2120715754"}]': finished 2024-09-21T13:28:03.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:03 smithi066 ceph-mon[31353]: osdmap e96: 8 total, 8 up, 8 in 2024-09-21T13:28:03.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:03 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1250048840' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/313777616"}]: dispatch 2024-09-21T13:28:04.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:03 smithi084 systemd[1]: Stopping Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:28:04.390 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.135Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:28:04.390 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.135Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-21T13:28:04.390 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.135Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[60055]: ts=2024-09-21T13:28:04.136Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-21T13:28:04.391 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 podman[64472]: 2024-09-21 13:28:04.145962365 +0000 UTC m=+0.114390601 container died 783eca15601976168e0dceb68e0f38d8f3b8031c71fa9cdc9c91fd18c3512807 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:28:04.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-mon[27656]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:28:04.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1250048840' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/313777616"}]': finished 2024-09-21T13:28:04.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-mon[27656]: osdmap e97: 8 total, 8 up, 8 in 2024-09-21T13:28:04.714 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:04 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3290518627' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1439516071"}]: dispatch 2024-09-21T13:28:04.715 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 podman[64472]: 2024-09-21 13:28:04.487893489 +0000 UTC m=+0.456321724 container cleanup 783eca15601976168e0dceb68e0f38d8f3b8031c71fa9cdc9c91fd18c3512807 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:28:04.715 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 bash[64472]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a 2024-09-21T13:28:04.966 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 podman[64484]: 2024-09-21 13:28:04.714129582 +0000 UTC m=+0.564750854 container remove 783eca15601976168e0dceb68e0f38d8f3b8031c71fa9cdc9c91fd18c3512807 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:28:04.966 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-21T13:28:04.966 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 systemd[1]: Stopped Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:28:04.966 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Consumed 2.100s CPU time. 2024-09-21T13:28:04.966 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:04 smithi084 systemd[1]: Starting Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:28:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:04 smithi066 ceph-mon[31353]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:28:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:04 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1250048840' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/313777616"}]': finished 2024-09-21T13:28:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:04 smithi066 ceph-mon[31353]: osdmap e97: 8 total, 8 up, 8 in 2024-09-21T13:28:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:04 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3290518627' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1439516071"}]: dispatch 2024-09-21T13:28:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:04 smithi066 ceph-mon[23686]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:28:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:04 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1250048840' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/313777616"}]': finished 2024-09-21T13:28:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:04 smithi066 ceph-mon[23686]: osdmap e97: 8 total, 8 up, 8 in 2024-09-21T13:28:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:04 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3290518627' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1439516071"}]: dispatch 2024-09-21T13:28:05.294 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 podman[64576]: 2024-09-21 13:28:05.074478002 +0000 UTC m=+0.016529779 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-21T13:28:05.294 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 podman[64576]: 2024-09-21 13:28:05.19022207 +0000 UTC m=+0.132273837 container create 3a1ee7ed711a6ca5892a71654b5cab3d36b65b32ceb7b9ba4a26016233799b60 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:28:05.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3290518627' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1439516071"}]': finished 2024-09-21T13:28:05.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-mon[27656]: osdmap e98: 8 total, 8 up, 8 in 2024-09-21T13:28:05.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3968032306' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]: dispatch 2024-09-21T13:28:05.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]: dispatch 2024-09-21T13:28:05.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 podman[64576]: 2024-09-21 13:28:05.417602088 +0000 UTC m=+0.359653860 container init 3a1ee7ed711a6ca5892a71654b5cab3d36b65b32ceb7b9ba4a26016233799b60 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:28:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 podman[64576]: 2024-09-21 13:28:05.420523981 +0000 UTC m=+0.362575751 container start 3a1ee7ed711a6ca5892a71654b5cab3d36b65b32ceb7b9ba4a26016233799b60 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:28:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.444Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-21T13:28:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.444Z 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-21T13:28:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.444Z caller=main.go:570 level=info host_details="(Linux 5.14.0-508.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024 x86_64 smithi084 (none))" 2024-09-21T13:28:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.444Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.444Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.445Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.446Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.446Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.446Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.449Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.449Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.167µs 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.449Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.451Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.459Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.459Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.459Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=29.559µs wal_replay_duration=10.033185ms wbl_replay_duration=126ns total_replay_duration=10.089677ms 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.460Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-21T13:28:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.460Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-21T13:28:05.621 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.460Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-21T13:28:05.621 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.480Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.613238ms db_storage=937ns remote_storage=1.091µs web_handler=355ns query_engine=600ns scrape=396.13µs scrape_sd=105.492µs notify=22.182µs notify_sd=24.872µs rules=18.723506ms tracing=5.531µs 2024-09-21T13:28:05.621 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.480Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-21T13:28:05.621 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:28:05.480Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-21T13:28:05.621 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 bash[64576]: 3a1ee7ed711a6ca5892a71654b5cab3d36b65b32ceb7b9ba4a26016233799b60 2024-09-21T13:28:05.621 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:28:05 smithi084 systemd[1]: Started Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:28:05.925 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3290518627' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1439516071"}]': finished 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[31353]: osdmap e98: 8 total, 8 up, 8 in 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3968032306' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]: dispatch 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]: dispatch 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3290518627' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1439516071"}]': finished 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[23686]: osdmap e98: 8 total, 8 up, 8 in 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3968032306' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]: dispatch 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]: dispatch 2024-09-21T13:28:05.926 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:05 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:06.574 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:06.574 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]': finished 2024-09-21T13:28:06.574 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: osdmap e99: 8 total, 8 up, 8 in 2024-09-21T13:28:06.574 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:06.574 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:06.574 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1560699039' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]: dispatch 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]: dispatch 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]': finished 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: osdmap e99: 8 total, 8 up, 8 in 2024-09-21T13:28:06.575 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1560699039' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]: dispatch 2024-09-21T13:28:06.576 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:06 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]: dispatch 2024-09-21T13:28:06.824 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:06.824 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/374631033"}]': finished 2024-09-21T13:28:06.824 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: osdmap e99: 8 total, 8 up, 8 in 2024-09-21T13:28:06.824 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1560699039' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]: dispatch 2024-09-21T13:28:06.825 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:06 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]: dispatch 2024-09-21T13:28:07.853 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:07 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]': finished 2024-09-21T13:28:07.853 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:07 smithi084 ceph-mon[27656]: osdmap e100: 8 total, 8 up, 8 in 2024-09-21T13:28:07.853 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:07 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1833580530' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/302169448"}]: dispatch 2024-09-21T13:28:07.862 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:07 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]': finished 2024-09-21T13:28:07.862 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:07 smithi066 ceph-mon[31353]: osdmap e100: 8 total, 8 up, 8 in 2024-09-21T13:28:07.862 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:07 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1833580530' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/302169448"}]: dispatch 2024-09-21T13:28:07.862 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:07 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/3208602996"}]': finished 2024-09-21T13:28:07.862 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:07 smithi066 ceph-mon[23686]: osdmap e100: 8 total, 8 up, 8 in 2024-09-21T13:28:07.863 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:07 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1833580530' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/302169448"}]: dispatch 2024-09-21T13:28:08.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:08 smithi066 ceph-mon[23686]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:08.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:08 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1833580530' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/302169448"}]': finished 2024-09-21T13:28:08.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:08 smithi066 ceph-mon[23686]: osdmap e101: 8 total, 8 up, 8 in 2024-09-21T13:28:08.866 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:08 smithi066 ceph-mon[31353]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:08.867 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:08 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1833580530' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/302169448"}]': finished 2024-09-21T13:28:08.867 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:08 smithi066 ceph-mon[31353]: osdmap e101: 8 total, 8 up, 8 in 2024-09-21T13:28:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:08 smithi084 ceph-mon[27656]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:08 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1833580530' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/302169448"}]': finished 2024-09-21T13:28:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:08 smithi084 ceph-mon[27656]: osdmap e101: 8 total, 8 up, 8 in 2024-09-21T13:28:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:10 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:10 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:10 smithi084 ceph-mon[27656]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:28:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:10 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:10 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:10 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:28:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:10 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:28:10.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:10 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[31353]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:28:10.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[23686]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:28:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:10 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:28:11.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:11 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:11.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:11 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:11.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:11 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:12.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:12 smithi084 ceph-mon[27656]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:12.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:12 smithi066 ceph-mon[31353]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:12.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:12 smithi066 ceph-mon[23686]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:14.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:14 smithi066 ceph-mon[23686]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 669 B/s rd, 0 op/s 2024-09-21T13:28:14.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:14 smithi066 ceph-mon[31353]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 669 B/s rd, 0 op/s 2024-09-21T13:28:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:14 smithi084 ceph-mon[27656]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 669 B/s rd, 0 op/s 2024-09-21T13:28:16.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:16 smithi066 ceph-mon[23686]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:16.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:16 smithi066 ceph-mon[31353]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:16 smithi084 ceph-mon[27656]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:17.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:28:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:28:16] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-21T13:28:18.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:18 smithi066 ceph-mon[23686]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:28:18.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:18 smithi066 ceph-mon[31353]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:28:18.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:18 smithi084 ceph-mon[27656]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:28:20.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:20 smithi066 ceph-mon[23686]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-09-21T13:28:20.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:20 smithi066 ceph-mon[31353]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-09-21T13:28:20.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:20 smithi084 ceph-mon[27656]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 881 B/s rd, 0 op/s 2024-09-21T13:28:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:21 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:21.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:21 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:21 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:21 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:21 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:21 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:22.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:22 smithi084 ceph-mon[27656]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:22.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:22 smithi066 ceph-mon[23686]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:22.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:22 smithi066 ceph-mon[31353]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:24.547 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:24 smithi066 ceph-mon[23686]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:24.547 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:24 smithi066 ceph-mon[31353]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:24 smithi084 ceph-mon[27656]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:26.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:26 smithi084 ceph-mon[27656]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:26.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:26 smithi066 ceph-mon[23686]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:26.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:26 smithi066 ceph-mon[31353]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:27.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:28:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:28:26] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.43.0" 2024-09-21T13:28:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:28 smithi084 ceph-mon[27656]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:28.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:28 smithi066 ceph-mon[23686]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:28.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:28 smithi066 ceph-mon[31353]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:30.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:30 smithi084 ceph-mon[27656]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:30.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:30 smithi066 ceph-mon[23686]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:30.681 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:30 smithi066 ceph-mon[31353]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:31 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:31 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:31.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:31 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:32.590 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:32 smithi084 ceph-mon[27656]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:32.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:32 smithi066 ceph-mon[23686]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:32 smithi066 ceph-mon[31353]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:34 smithi084 ceph-mon[27656]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:34.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:34 smithi066 ceph-mon[23686]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:34.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:34 smithi066 ceph-mon[31353]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:36.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:36 smithi084 ceph-mon[27656]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:36.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:36 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:36.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:36 smithi066 ceph-mon[23686]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:36.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:36 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:36.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:36 smithi066 ceph-mon[31353]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:36.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:36 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:37.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:28:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:28:36] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-21T13:28:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:38 smithi084 ceph-mon[27656]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:38.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:38 smithi066 ceph-mon[23686]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:38.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:38 smithi066 ceph-mon[31353]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:40.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:40 smithi084 ceph-mon[27656]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:40.691 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:40 smithi066 ceph-mon[23686]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:40.692 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:40 smithi066 ceph-mon[31353]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:41 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:41 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:41 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:42.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:42 smithi084 ceph-mon[27656]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:42 smithi066 ceph-mon[23686]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:42.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:42 smithi066 ceph-mon[31353]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:44.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:44 smithi084 ceph-mon[27656]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:44.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:44 smithi066 ceph-mon[23686]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:44.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:44 smithi066 ceph-mon[31353]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:46.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:46 smithi084 ceph-mon[27656]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:46.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:46 smithi066 ceph-mon[23686]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:46 smithi066 ceph-mon[31353]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:47.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:28:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:28:46] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-21T13:28:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:48 smithi084 ceph-mon[27656]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:48.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:48 smithi066 ceph-mon[23686]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:48.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:48 smithi066 ceph-mon[31353]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:50 smithi084 ceph-mon[27656]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:50.692 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:50 smithi066 ceph-mon[23686]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:50.692 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:50 smithi066 ceph-mon[31353]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:51 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:51 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:51 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:51 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:51.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:51 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:28:51.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:51 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:28:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:52 smithi084 ceph-mon[27656]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:52 smithi066 ceph-mon[23686]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:52.868 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:52 smithi066 ceph-mon[31353]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:54.567 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:54 smithi066 ceph-mon[23686]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:54.568 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:54 smithi066 ceph-mon[31353]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:54.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:54 smithi084 ceph-mon[27656]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:56 smithi084 ceph-mon[27656]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:56.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:56 smithi066 ceph-mon[23686]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:56.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:56 smithi066 ceph-mon[31353]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:28:57.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:28:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:28:56] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-21T13:28:58.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:28:58 smithi084 ceph-mon[27656]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:58.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:28:58 smithi066 ceph-mon[23686]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:28:58.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:28:58 smithi066 ceph-mon[31353]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:00.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:00 smithi084 ceph-mon[27656]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:00.694 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:00 smithi066 ceph-mon[23686]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:00.694 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:00 smithi066 ceph-mon[31353]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:01.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:01 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:01 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:01.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:01 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:02.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:02 smithi084 ceph-mon[27656]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:02.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:02 smithi066 ceph-mon[23686]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:02.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:02 smithi066 ceph-mon[31353]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:04.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:04 smithi084 ceph-mon[27656]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:04 smithi066 ceph-mon[23686]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:04.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:04 smithi066 ceph-mon[31353]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:06.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:06 smithi084 ceph-mon[27656]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:06.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:06 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:06.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:06 smithi066 ceph-mon[31353]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:06.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:06 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:06 smithi066 ceph-mon[23686]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:06 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:07.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:29:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:29:06] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:29:08.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:08 smithi084 ceph-mon[27656]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:08.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:08 smithi066 ceph-mon[31353]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:08 smithi066 ceph-mon[23686]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:10 smithi084 ceph-mon[27656]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:10 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:29:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:10 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:29:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:10 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:29:10.696 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:10 smithi066 ceph-mon[31353]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:10.696 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:10 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:29:10.696 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:10 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:29:10.696 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:10 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:29:10.696 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:10 smithi066 ceph-mon[23686]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:10.696 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:10 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:29:10.696 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:10 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:29:10.696 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:10 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:29:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:11 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:11 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:11.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:11 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:12.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:12 smithi084 ceph-mon[27656]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:12.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:12 smithi066 ceph-mon[23686]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:12.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:12 smithi066 ceph-mon[31353]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:14 smithi084 ceph-mon[27656]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:14 smithi066 ceph-mon[23686]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:14.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:14 smithi066 ceph-mon[31353]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:16 smithi084 ceph-mon[27656]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:16.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:16 smithi066 ceph-mon[23686]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:16.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:16 smithi066 ceph-mon[31353]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:17.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:29:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:29:16] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:29:18.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:18 smithi084 ceph-mon[27656]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:18.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:18 smithi066 ceph-mon[23686]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:18.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:18 smithi066 ceph-mon[31353]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:20.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:20 smithi084 ceph-mon[27656]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:20.704 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:20 smithi066 ceph-mon[23686]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:20.704 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:20 smithi066 ceph-mon[31353]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:21 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:21 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:21 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:21 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:21 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:21 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:22.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:22 smithi084 ceph-mon[27656]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:22.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:22 smithi066 ceph-mon[23686]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:22.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:22 smithi066 ceph-mon[31353]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:24 smithi084 ceph-mon[27656]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:24.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:24 smithi066 ceph-mon[23686]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:24.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:24 smithi066 ceph-mon[31353]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:26.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:26 smithi066 ceph-mon[23686]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:26.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:26 smithi066 ceph-mon[31353]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:26 smithi084 ceph-mon[27656]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:27.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:29:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:29:26] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-21T13:29:28.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:28 smithi066 ceph-mon[23686]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:28.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:28 smithi066 ceph-mon[31353]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:28 smithi084 ceph-mon[27656]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:30.671 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:30 smithi084 ceph-mon[27656]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:30.705 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:30 smithi066 ceph-mon[23686]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:30.706 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:30 smithi066 ceph-mon[31353]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:31 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:31.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:31 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:31.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:31 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:32.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:32 smithi066 ceph-mon[23686]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:32 smithi066 ceph-mon[31353]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:32.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:32 smithi084 ceph-mon[27656]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:34.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:34 smithi066 ceph-mon[23686]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:34.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:34 smithi066 ceph-mon[31353]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:34.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:34 smithi084 ceph-mon[27656]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:36.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:36 smithi066 ceph-mon[23686]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:36.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:36 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:36.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:36 smithi066 ceph-mon[31353]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:36.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:36 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:36 smithi084 ceph-mon[27656]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:36.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:36 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:37.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:29:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:29:36] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:29:38.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:38 smithi066 ceph-mon[23686]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:38.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:38 smithi066 ceph-mon[31353]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:38 smithi084 ceph-mon[27656]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:40.717 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:40 smithi066 ceph-mon[23686]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:40.717 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:40 smithi066 ceph-mon[31353]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:40.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:40 smithi084 ceph-mon[27656]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:41 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:41 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:41.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:41 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:42 smithi066 ceph-mon[23686]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:42.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:42 smithi066 ceph-mon[31353]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:42.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:42 smithi084 ceph-mon[27656]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:44.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:44 smithi066 ceph-mon[23686]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:44.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:44 smithi066 ceph-mon[31353]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:44.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:44 smithi084 ceph-mon[27656]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:46.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:46 smithi066 ceph-mon[23686]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:46 smithi066 ceph-mon[31353]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:46.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:46 smithi084 ceph-mon[27656]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:47.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:29:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:29:46] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:29:48.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:48 smithi066 ceph-mon[23686]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:48.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:48 smithi066 ceph-mon[31353]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:48.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:48 smithi084 ceph-mon[27656]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:50.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:50 smithi066 ceph-mon[23686]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:50.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:50 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:50.728 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:50 smithi066 ceph-mon[31353]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:50.728 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:50 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:50.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:50 smithi084 ceph-mon[27656]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:50.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:50 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:29:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:51 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:51.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:51 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:51.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:51 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:29:52.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:52 smithi066 ceph-mon[23686]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:52.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:52 smithi066 ceph-mon[31353]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:52.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:52 smithi084 ceph-mon[27656]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:54.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:54 smithi066 ceph-mon[23686]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:54.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:54 smithi066 ceph-mon[31353]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:54.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:54 smithi084 ceph-mon[27656]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:56.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:56 smithi066 ceph-mon[23686]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:56.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:56 smithi066 ceph-mon[31353]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:56 smithi084 ceph-mon[27656]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:29:57.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:29:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:29:56] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.43.0" 2024-09-21T13:29:58.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:29:58 smithi066 ceph-mon[23686]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:58.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:29:58 smithi066 ceph-mon[31353]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:29:58.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:29:58 smithi084 ceph-mon[27656]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:00 smithi066 ceph-mon[23686]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:00 smithi066 ceph-mon[23686]: overall HEALTH_OK 2024-09-21T13:30:00.740 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:00 smithi066 ceph-mon[31353]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:00.740 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:00 smithi066 ceph-mon[31353]: overall HEALTH_OK 2024-09-21T13:30:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:00 smithi084 ceph-mon[27656]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:00 smithi084 ceph-mon[27656]: overall HEALTH_OK 2024-09-21T13:30:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:01 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:01.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:01 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:01.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:01 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:02.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:02 smithi066 ceph-mon[23686]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:02.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:02 smithi066 ceph-mon[31353]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:02.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:02 smithi084 ceph-mon[27656]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:04 smithi066 ceph-mon[23686]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:04.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:04 smithi066 ceph-mon[31353]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:04.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:04 smithi084 ceph-mon[27656]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:05 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:05.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:05 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:05.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:05 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:06 smithi066 ceph-mon[23686]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:06.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:06 smithi066 ceph-mon[31353]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:06.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:06 smithi084 ceph-mon[27656]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:07.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:30:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:30:06] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-21T13:30:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:08 smithi066 ceph-mon[23686]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:08.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:08 smithi066 ceph-mon[31353]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:08 smithi084 ceph-mon[27656]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:10.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:10 smithi066 ceph-mon[23686]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:10.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:10 smithi066 ceph-mon[31353]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:10 smithi084 ceph-mon[27656]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:11 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:11 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:30:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:11 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:11 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:11 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:11 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:30:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:11 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:11.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:11 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:11.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:11 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:11.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:11 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:30:11.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:11 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:11.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:11 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:12 smithi084 ceph-mon[27656]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:12 smithi066 ceph-mon[23686]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:12.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:12 smithi066 ceph-mon[31353]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:14.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:14 smithi084 ceph-mon[27656]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:14 smithi066 ceph-mon[23686]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:14.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:14 smithi066 ceph-mon[31353]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:16.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:16 smithi084 ceph-mon[27656]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:16 smithi066 ceph-mon[23686]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:16 smithi066 ceph-mon[31353]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:17.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:30:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:30:16] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.43.0" 2024-09-21T13:30:18.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:18 smithi084 ceph-mon[27656]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:18 smithi066 ceph-mon[23686]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:18 smithi066 ceph-mon[31353]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:20.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:20 smithi084 ceph-mon[27656]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:20.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:20 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:20 smithi066 ceph-mon[23686]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:20 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:20.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:20 smithi066 ceph-mon[31353]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:20.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:20 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:21.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:21 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:21.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:21 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:21.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:21 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:22.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:22 smithi084 ceph-mon[27656]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:22.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:22 smithi066 ceph-mon[23686]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:22.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:22 smithi066 ceph-mon[31353]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:24.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:24 smithi084 ceph-mon[27656]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:24 smithi066 ceph-mon[23686]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:24 smithi066 ceph-mon[31353]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:26 smithi084 ceph-mon[27656]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:26 smithi066 ceph-mon[23686]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:26.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:26 smithi066 ceph-mon[31353]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:27.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:30:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:30:26] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.43.0" 2024-09-21T13:30:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:28 smithi084 ceph-mon[27656]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:28 smithi066 ceph-mon[23686]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:28 smithi066 ceph-mon[31353]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:30.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:30 smithi084 ceph-mon[27656]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:30 smithi066 ceph-mon[23686]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:30 smithi066 ceph-mon[31353]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:31.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:31 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:31 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:31 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:32.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:32 smithi084 ceph-mon[27656]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:32 smithi066 ceph-mon[23686]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:32.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:32 smithi066 ceph-mon[31353]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:34.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:34 smithi084 ceph-mon[27656]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:34 smithi066 ceph-mon[23686]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:34.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:34 smithi066 ceph-mon[31353]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:35.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:35 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:35.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:35 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:35.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:35 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:36 smithi084 ceph-mon[27656]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:36.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:36 smithi066 ceph-mon[23686]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:36.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:36 smithi066 ceph-mon[31353]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:37.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:30:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:30:36] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-21T13:30:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:38 smithi084 ceph-mon[27656]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:38 smithi066 ceph-mon[23686]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:38.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:38 smithi066 ceph-mon[31353]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:40.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:40 smithi084 ceph-mon[27656]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:40.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:40 smithi066 ceph-mon[23686]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:40.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:40 smithi066 ceph-mon[31353]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:41.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:41 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:41.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:41 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:41 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:42.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:42 smithi066 ceph-mon[23686]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:42.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:42 smithi066 ceph-mon[31353]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:42 smithi084 ceph-mon[27656]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:44 smithi066 ceph-mon[23686]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:44.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:44 smithi066 ceph-mon[31353]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:44 smithi084 ceph-mon[27656]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:46.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:46 smithi084 ceph-mon[27656]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:46 smithi066 ceph-mon[23686]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:46.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:46 smithi066 ceph-mon[31353]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:47.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:30:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:30:46] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-21T13:30:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:48 smithi066 ceph-mon[23686]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:48 smithi066 ceph-mon[31353]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:49.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:48 smithi084 ceph-mon[27656]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:50.879 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:50 smithi066 ceph-mon[23686]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:50.879 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:50 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:50.880 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:50 smithi066 ceph-mon[31353]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:50.880 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:50 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:50 smithi084 ceph-mon[27656]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:50 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:30:51.396 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:30:51.661 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:30:51.914 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:51 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:51.915 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:51 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:52.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:51 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:30:52.833 INFO:teuthology.orchestra.run.smithi066.stdout:Scheduled to redeploy mgr.y on host 'smithi066' 2024-09-21T13:30:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:52 smithi066 ceph-mon[23686]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:52 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2162756747' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:30:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:52 smithi066 ceph-mon[31353]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:52 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2162756747' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:30:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:52 smithi084 ceph-mon[27656]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:52 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2162756747' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-21T13:30:53.425 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps --refresh' 2024-09-21T13:30:53.715 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:30:54.063 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:30:54.063 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: Schedule redeploy daemon mgr.y 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[23686]: Deploying daemon mgr.y on smithi066 2024-09-21T13:30:54.064 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: Schedule redeploy daemon mgr.y 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:54.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:53 smithi066 ceph-mon[31353]: Deploying daemon mgr.y on smithi066 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: Schedule redeploy daemon mgr.y 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:30:54.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:30:54.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:30:54.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:30:54.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:30:54.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:53 smithi084 ceph-mon[27656]: Deploying daemon mgr.y on smithi066 2024-09-21T13:30:54.537 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:30:54.537 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (9m) 2m ago 10m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:30:54.537 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (9m) 2m ago 9m 80.3M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:30:54.537 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (2m) 2m ago 9m - - 3.8 164465d2334a b71e43bc7414 2024-09-21T13:30:54.537 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (5m) 2m ago 14m 509M - 19.3.0-5104-g44178494 b415816db8b4 b62b3d8b55d7 2024-09-21T13:30:54.537 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:9283,8765 running (15m) 2m ago 15m - - 19.1.1-373-g4e45e6b4 164465d2334a 46f8473fc073 2024-09-21T13:30:54.537 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (15m) 2m ago 15m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (14m) 2m ago 14m 45.8M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (14m) 2m ago 14m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (9m) 2m ago 9m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (9m) 2m ago 9m 15.5M - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (13m) 2m ago 13m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (13m) 2m ago 13m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (13m) 2m ago 13m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (12m) 2m ago 12m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (12m) 2m ago 12m 51.2M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:30:54.538 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (11m) 2m ago 11m 49.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:30:54.539 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (11m) 2m ago 11m 57.9M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:30:54.539 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (11m) 2m ago 11m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:30:54.539 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (2m) 2m ago 10m 32.6M - 2.43.0 a07b618ecd1d 3a1ee7ed711a 2024-09-21T13:30:54.539 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (9m) 2m ago 9m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:30:54.539 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (9m) 2m ago 9m 81.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:30:55.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:54 smithi084 ceph-mon[27656]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:55.128 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:54 smithi066 ceph-mon[31353]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:55.128 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:54 smithi066 ceph-mon[23686]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:55.158 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'sleep 180' 2024-09-21T13:30:55.439 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:30:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:55 smithi084 ceph-mon[27656]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:30:56.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:55 smithi066 ceph-mon[23686]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:30:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:55 smithi066 ceph-mon[31353]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:30:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:56 smithi084 ceph-mon[27656]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:57.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:30:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:30:56] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-21T13:30:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:56 smithi066 ceph-mon[23686]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:57.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:56 smithi066 ceph-mon[31353]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:30:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:30:58 smithi084 ceph-mon[27656]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:59.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:30:58 smithi066 ceph-mon[23686]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:30:59.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:30:58 smithi066 ceph-mon[31353]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:01.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:00 smithi084 ceph-mon[27656]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:00 smithi066 ceph-mon[23686]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:01.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:00 smithi066 ceph-mon[31353]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:02.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:01 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:01 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:01 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:03.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:02 smithi084 ceph-mon[27656]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:03.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:02 smithi066 ceph-mon[23686]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:03.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:02 smithi066 ceph-mon[31353]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:03.868 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:31:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=cleanup t=2024-09-21T13:31:03.46001023Z level=info msg="Completed cleanup jobs" duration=3.585158ms 2024-09-21T13:31:03.868 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:31:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=sqlstore.transactions t=2024-09-21T13:31:03.467774699Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-21T13:31:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:04 smithi084 ceph-mon[27656]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:05.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:04 smithi066 ceph-mon[23686]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:05.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:04 smithi066 ceph-mon[31353]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:05 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:06.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:05 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:06.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:05 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:07.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:06 smithi066 ceph-mon[23686]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:07.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:06 smithi066 ceph-mon[31353]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:07.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:06 smithi084 ceph-mon[27656]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:07.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:31:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:31:06] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-21T13:31:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:08 smithi066 ceph-mon[23686]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:08.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:08 smithi066 ceph-mon[31353]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:08.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:08 smithi084 ceph-mon[27656]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:10 smithi084 ceph-mon[27656]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:10.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:10 smithi066 ceph-mon[23686]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:10.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:10 smithi066 ceph-mon[31353]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:11 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:11 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:11.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:11 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:12.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:12 smithi084 ceph-mon[27656]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:12.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:12 smithi066 ceph-mon[23686]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:12.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:12 smithi066 ceph-mon[31353]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:14 smithi084 ceph-mon[27656]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:14 smithi066 ceph-mon[23686]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:14.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:14 smithi066 ceph-mon[31353]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:16 smithi084 ceph-mon[27656]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:16.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:16 smithi066 ceph-mon[23686]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:16.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:16 smithi066 ceph-mon[31353]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:31:17.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:31:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:31:16] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-21T13:31:18.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:18 smithi084 ceph-mon[27656]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:18.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:18 smithi066 ceph-mon[23686]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:18.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:18 smithi066 ceph-mon[31353]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:20.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:20 smithi084 ceph-mon[27656]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:20 smithi066 ceph-mon[23686]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:20.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:20 smithi066 ceph-mon[31353]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:31:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:21 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:21 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:21 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:21 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:21 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:21 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:22.567 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:22 smithi066 ceph-mon[23686]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:22.568 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:22 smithi066 ceph-mon[31353]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:22.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:22 smithi084 ceph-mon[27656]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:23.928 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:23 smithi066 systemd[1]: Stopping Ceph mgr.y for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:31:24.222 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:23 smithi066 podman[78862]: 2024-09-21 13:31:23.928124935 +0000 UTC m=+0.155552101 container died 46f8473fc073a33620876322c483c8583c92d7d83c2ad0a99417c43845d873ed (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=squid-4e45e6b, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-21T13:31:24.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:24 smithi066 ceph-mon[23686]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:24.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:24 smithi066 ceph-mon[31353]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:24.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:24 smithi066 podman[78862]: 2024-09-21 13:31:24.338494756 +0000 UTC m=+0.565921924 container cleanup 46f8473fc073a33620876322c483c8583c92d7d83c2ad0a99417c43845d873ed (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-4e45e6b) 2024-09-21T13:31:24.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:24 smithi066 bash[78862]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y 2024-09-21T13:31:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:24 smithi084 ceph-mon[27656]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:24.788 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:24 smithi066 podman[78876]: 2024-09-21 13:31:24.531864918 +0000 UTC m=+0.604334271 container remove 46f8473fc073a33620876322c483c8583c92d7d83c2ad0a99417c43845d873ed (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, RELEASE=squid-4e45e6b, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-21T13:31:24.788 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:24 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-09-21T13:31:24.788 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:24 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y.service: Failed with result 'exit-code'. 2024-09-21T13:31:24.788 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:24 smithi066 systemd[1]: Stopped Ceph mgr.y for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:31:24.789 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:24 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y.service: Consumed 54.210s CPU time. 2024-09-21T13:31:25.193 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:24 smithi066 systemd[1]: Starting Ceph mgr.y for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:31:25.448 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:25 smithi066 podman[79005]: 2024-09-21 13:31:25.095958392 +0000 UTC m=+0.016793768 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:31:25.448 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:25 smithi066 podman[79005]: 2024-09-21 13:31:25.208391767 +0000 UTC m=+0.129227142 container create 5a9290cd550134b54eb6e644f369c4dee82d78a5ec710c1799b30d75564c071c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-21T13:31:25.448 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:25 smithi066 podman[79005]: 2024-09-21 13:31:25.41970747 +0000 UTC m=+0.340542845 container init 5a9290cd550134b54eb6e644f369c4dee82d78a5ec710c1799b30d75564c071c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-21T13:31:25.448 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:25 smithi066 podman[79005]: 2024-09-21 13:31:25.422535355 +0000 UTC m=+0.343370737 container start 5a9290cd550134b54eb6e644f369c4dee82d78a5ec710c1799b30d75564c071c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-21T13:31:25.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:25 smithi066 ceph-mgr[79024]: -- 172.21.15.66:0/1629087221 <== mon.0 v2:172.21.15.66:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c64fd090e0 con 0x55c64fce6800 2024-09-21T13:31:25.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:25 smithi066 bash[79005]: 5a9290cd550134b54eb6e644f369c4dee82d78a5ec710c1799b30d75564c071c 2024-09-21T13:31:25.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:25 smithi066 systemd[1]: Started Ceph mgr.y for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:31:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:26 smithi084 ceph-mon[27656]: 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-21T13:31:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:26 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:26 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:26 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:26 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.934 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[31353]: 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-21T13:31:26.934 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.934 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.934 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.934 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.935 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[23686]: 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-21T13:31:26.935 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.935 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.935 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:26.935 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:26 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:27.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:31:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:31:26] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-21T13:31:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:28 smithi084 ceph-mon[27656]: 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-21T13:31:28.939 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:28 smithi066 ceph-mon[23686]: 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-21T13:31:28.939 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:28 smithi066 ceph-mon[31353]: 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-21T13:31:30.836 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-mon[23686]: 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-21T13:31:30.836 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:30.836 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:30.836 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-mon[31353]: 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-21T13:31:30.836 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:30.836 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:30.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:30 smithi084 ceph-mon[27656]: 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-21T13:31:30.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:30 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:30.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:30 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:31.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:31:30] ENGINE Bus STARTING 2024-09-21T13:31:31.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: CherryPy Checker: 2024-09-21T13:31:31.247 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: The Application mounted at '' has an empty config. 2024-09-21T13:31:31.247 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:31:31.247 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:31:31] ENGINE Serving on http://:::9283 2024-09-21T13:31:31.247 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:31:31] ENGINE Bus STARTED 2024-09-21T13:31:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:31 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:31 smithi084 ceph-mon[27656]: Standby manager daemon y restarted 2024-09-21T13:31:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:31 smithi084 ceph-mon[27656]: Standby manager daemon y started 2024-09-21T13:31:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:31 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:31:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:31 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:31:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:31 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:31:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:31 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:31:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[23686]: Standby manager daemon y restarted 2024-09-21T13:31:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[23686]: Standby manager daemon y started 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[31353]: Standby manager daemon y restarted 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[31353]: Standby manager daemon y started 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:31:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:31 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:31:32.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:32 smithi084 ceph-mon[27656]: 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-21T13:31:32.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:32 smithi084 ceph-mon[27656]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-21T13:31:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:32 smithi066 ceph-mon[23686]: 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-21T13:31:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:32 smithi066 ceph-mon[23686]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-21T13:31:32.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:32 smithi066 ceph-mon[31353]: 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-21T13:31:32.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:32 smithi066 ceph-mon[31353]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-21T13:31:34.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:34 smithi084 ceph-mon[27656]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:34 smithi066 ceph-mon[23686]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:34.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:34 smithi066 ceph-mon[31353]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:35.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:35 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:35.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:35 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:35.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:35 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:36.985 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:36 smithi084 ceph-mon[27656]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:36.985 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:36 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:36.985 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:36 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:36.985 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:36 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:31:36.985 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:36 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:31:36.985 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:36 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:36.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[23686]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[31353]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:31:36.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:31:36.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:36 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:31:37.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:31:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:31:36] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-21T13:31:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:38 smithi066 ceph-mon[23686]: 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-21T13:31:38.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:38 smithi066 ceph-mon[31353]: 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-21T13:31:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:38 smithi084 ceph-mon[27656]: 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-21T13:31:40.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:40 smithi066 ceph-mon[23686]: 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-21T13:31:40.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:40 smithi066 ceph-mon[31353]: 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-21T13:31:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:40 smithi084 ceph-mon[27656]: 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-21T13:31:41.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:41 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:41.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:41 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:41.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:41 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:42.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:42 smithi066 ceph-mon[23686]: 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-21T13:31:42.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:42 smithi066 ceph-mon[31353]: 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-21T13:31:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:42 smithi084 ceph-mon[27656]: 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-21T13:31:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:44 smithi066 ceph-mon[23686]: 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-21T13:31:44.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:44 smithi066 ceph-mon[31353]: 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-21T13:31:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:44 smithi084 ceph-mon[27656]: 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-21T13:31:46.984 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:46 smithi084 ceph-mon[27656]: 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-21T13:31:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:46 smithi066 ceph-mon[23686]: 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-21T13:31:46.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:46 smithi066 ceph-mon[31353]: 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-21T13:31:47.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:31:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:31:46] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-21T13:31:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:48 smithi066 ceph-mon[23686]: 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-21T13:31:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:48 smithi066 ceph-mon[31353]: 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-21T13:31:49.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:48 smithi084 ceph-mon[27656]: 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-21T13:31:50.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:50 smithi066 ceph-mon[23686]: 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-21T13:31:50.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:50 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:50.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:50 smithi066 ceph-mon[31353]: 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-21T13:31:50.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:50 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:50 smithi084 ceph-mon[27656]: 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-21T13:31:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:50 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:31:51.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:51 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:51.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:51 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:52.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:51 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:31:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:52 smithi066 ceph-mon[23686]: 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-21T13:31:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:52 smithi066 ceph-mon[31353]: 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-21T13:31:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:52 smithi084 ceph-mon[27656]: 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-21T13:31:54.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:54 smithi066 ceph-mon[23686]: 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-21T13:31:54.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:54 smithi066 ceph-mon[31353]: 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-21T13:31:55.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:54 smithi084 ceph-mon[27656]: 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-21T13:31:56.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:56 smithi084 ceph-mon[27656]: 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-21T13:31:56.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:56 smithi066 ceph-mon[23686]: 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-21T13:31:56.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:56 smithi066 ceph-mon[31353]: 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-21T13:31:57.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:31:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:31:56] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-21T13:31:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:31:58 smithi066 ceph-mon[23686]: 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-21T13:31:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:31:58 smithi066 ceph-mon[31353]: 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-21T13:31:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:31:58 smithi084 ceph-mon[27656]: 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-21T13:32:00.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:00 smithi066 ceph-mon[31353]: 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-21T13:32:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:00 smithi066 ceph-mon[23686]: 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-21T13:32:01.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:00 smithi084 ceph-mon[27656]: 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-21T13:32:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:01 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:01.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:01 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:02.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:01 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:02 smithi066 ceph-mon[23686]: 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-21T13:32:02.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:02 smithi066 ceph-mon[31353]: 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-21T13:32:03.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:02 smithi084 ceph-mon[27656]: 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-21T13:32:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:04 smithi066 ceph-mon[23686]: 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-21T13:32:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:04 smithi066 ceph-mon[31353]: 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-21T13:32:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:04 smithi084 ceph-mon[27656]: 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-21T13:32:05.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:05 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:05.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:05 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:06.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:05 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:06.984 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:06 smithi084 ceph-mon[27656]: 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-21T13:32:06.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:06 smithi066 ceph-mon[23686]: 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-21T13:32:06.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:06 smithi066 ceph-mon[31353]: 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-21T13:32:07.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:32:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:32:06] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-21T13:32:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:08 smithi066 ceph-mon[23686]: 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-21T13:32:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:08 smithi066 ceph-mon[31353]: 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-21T13:32:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:08 smithi084 ceph-mon[27656]: 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-21T13:32:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:10 smithi066 ceph-mon[23686]: 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-21T13:32:10.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:10 smithi066 ceph-mon[31353]: 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-21T13:32:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:10 smithi084 ceph-mon[27656]: 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-21T13:32:11.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:11 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:11.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:11 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:12.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:11 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:13.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:12 smithi084 ceph-mon[27656]: 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-21T13:32:13.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:12 smithi066 ceph-mon[23686]: 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-21T13:32:13.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:12 smithi066 ceph-mon[31353]: 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-21T13:32:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:14 smithi084 ceph-mon[27656]: 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-21T13:32:15.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:14 smithi066 ceph-mon[23686]: 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-21T13:32:15.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:14 smithi066 ceph-mon[31353]: 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-21T13:32:17.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:16 smithi084 ceph-mon[27656]: 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-21T13:32:17.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:32:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:32:16] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-21T13:32:17.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:16 smithi066 ceph-mon[23686]: 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-21T13:32:17.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:16 smithi066 ceph-mon[31353]: 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-21T13:32:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:18 smithi084 ceph-mon[27656]: 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-21T13:32:19.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:18 smithi066 ceph-mon[23686]: 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-21T13:32:19.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:18 smithi066 ceph-mon[31353]: 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-21T13:32:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:20 smithi084 ceph-mon[27656]: 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-21T13:32:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:20 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:21.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:20 smithi066 ceph-mon[23686]: 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-21T13:32:21.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:20 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:21.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:20 smithi066 ceph-mon[31353]: 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-21T13:32:21.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:20 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:22.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:21 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:21 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:21 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:23.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:22 smithi084 ceph-mon[27656]: 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-21T13:32:23.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:22 smithi066 ceph-mon[23686]: 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-21T13:32:23.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:22 smithi066 ceph-mon[31353]: 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-21T13:32:25.046 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:24 smithi066 ceph-mon[23686]: 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-21T13:32:25.046 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:24 smithi066 ceph-mon[31353]: 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-21T13:32:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:24 smithi084 ceph-mon[27656]: 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-21T13:32:27.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:26 smithi084 ceph-mon[27656]: 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-21T13:32:27.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:32:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:32:26] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-21T13:32:27.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:26 smithi066 ceph-mon[23686]: 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-21T13:32:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:26 smithi066 ceph-mon[31353]: 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-21T13:32:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:28 smithi084 ceph-mon[27656]: 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-21T13:32:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:28 smithi066 ceph-mon[23686]: 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-21T13:32:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:28 smithi066 ceph-mon[31353]: 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-21T13:32:31.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:30 smithi084 ceph-mon[27656]: 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-21T13:32:31.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:30 smithi066 ceph-mon[23686]: 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-21T13:32:31.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:30 smithi066 ceph-mon[31353]: 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-21T13:32:32.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:31 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:31 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:32.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:31 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:32 smithi084 ceph-mon[27656]: 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-21T13:32:33.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:32 smithi066 ceph-mon[23686]: 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-21T13:32:33.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:32 smithi066 ceph-mon[31353]: 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-21T13:32:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:34 smithi084 ceph-mon[27656]: 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-21T13:32:35.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:34 smithi066 ceph-mon[23686]: 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-21T13:32:35.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:34 smithi066 ceph-mon[31353]: 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-21T13:32:36.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:35 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:36.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:35 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:36.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:35 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:37.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:36 smithi084 ceph-mon[27656]: 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-21T13:32:37.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:32:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:32:36] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-21T13:32:37.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:36 smithi066 ceph-mon[23686]: 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-21T13:32:37.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:36 smithi066 ceph-mon[31353]: 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-21T13:32:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:38 smithi084 ceph-mon[27656]: 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-21T13:32:39.154 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:38 smithi066 ceph-mon[23686]: 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-21T13:32:39.154 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:38 smithi066 ceph-mon[31353]: 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-21T13:32:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:40 smithi084 ceph-mon[27656]: 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-21T13:32:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:40 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:40 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:40 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:32:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:40 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:32:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:40 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[23686]: 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-21T13:32:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:32:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:32:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[31353]: 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-21T13:32:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:32:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:32:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:40 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:32:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:41 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:41 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:42.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:41 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:42 smithi084 ceph-mon[27656]: 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-21T13:32:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:42 smithi066 ceph-mon[23686]: 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-21T13:32:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:42 smithi066 ceph-mon[31353]: 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-21T13:32:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:44 smithi084 ceph-mon[27656]: 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-21T13:32:45.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:44 smithi066 ceph-mon[23686]: 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-21T13:32:45.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:44 smithi066 ceph-mon[31353]: 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-21T13:32:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:46 smithi084 ceph-mon[27656]: 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-21T13:32:47.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:32:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:32:46] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-21T13:32:47.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:46 smithi066 ceph-mon[23686]: 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-21T13:32:47.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:46 smithi066 ceph-mon[31353]: 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-21T13:32:49.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:48 smithi084 ceph-mon[27656]: 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-21T13:32:49.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:48 smithi066 ceph-mon[23686]: 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-21T13:32:49.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:48 smithi066 ceph-mon[31353]: 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-21T13:32:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:50 smithi084 ceph-mon[27656]: 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-21T13:32:51.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:50 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:51.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:50 smithi066 ceph-mon[23686]: 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-21T13:32:51.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:50 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:51.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:50 smithi066 ceph-mon[31353]: 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-21T13:32:51.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:50 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:32:52.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:51 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:52.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:51 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:52.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:51 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:32:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:52 smithi084 ceph-mon[27656]: 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-21T13:32:53.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:52 smithi066 ceph-mon[23686]: 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-21T13:32:53.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:52 smithi066 ceph-mon[31353]: 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-21T13:32:55.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:54 smithi084 ceph-mon[27656]: 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-21T13:32:55.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:54 smithi066 ceph-mon[23686]: 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-21T13:32:55.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:54 smithi066 ceph-mon[31353]: 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-21T13:32:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:56 smithi084 ceph-mon[27656]: 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-21T13:32:57.121 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:32:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:32:56] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-21T13:32:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:56 smithi066 ceph-mon[23686]: 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-21T13:32:57.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:56 smithi066 ceph-mon[31353]: 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-21T13:32:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:32:58 smithi084 ceph-mon[27656]: 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-21T13:32:59.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:32:58 smithi066 ceph-mon[23686]: 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-21T13:32:59.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:32:58 smithi066 ceph-mon[31353]: 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-21T13:33:01.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:00 smithi084 ceph-mon[27656]: 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-21T13:33:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:00 smithi066 ceph-mon[23686]: 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-21T13:33:01.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:00 smithi066 ceph-mon[31353]: 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-21T13:33:02.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:01 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:01 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:01 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:03.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:02 smithi084 ceph-mon[27656]: 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-21T13:33:03.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:02 smithi066 ceph-mon[23686]: 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-21T13:33:03.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:02 smithi066 ceph-mon[31353]: 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-21T13:33:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:04 smithi084 ceph-mon[27656]: 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-21T13:33:05.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:04 smithi066 ceph-mon[23686]: 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-21T13:33:05.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:04 smithi066 ceph-mon[31353]: 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-21T13:33:06.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:05 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:05 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:06.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:05 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:07.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:06 smithi084 ceph-mon[27656]: 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-21T13:33:07.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:33:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:33:06] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-21T13:33:07.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:06 smithi066 ceph-mon[23686]: 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-21T13:33:07.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:06 smithi066 ceph-mon[31353]: 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-21T13:33:09.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:08 smithi066 ceph-mon[23686]: 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-21T13:33:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:08 smithi066 ceph-mon[31353]: 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-21T13:33:09.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:08 smithi084 ceph-mon[27656]: 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-21T13:33:11.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:10 smithi066 ceph-mon[23686]: 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-21T13:33:11.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:10 smithi066 ceph-mon[31353]: 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-21T13:33:11.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:10 smithi084 ceph-mon[27656]: 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-21T13:33:12.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:11 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:12.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:11 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:12.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:11 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:13.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:12 smithi066 ceph-mon[23686]: 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-21T13:33:13.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:12 smithi066 ceph-mon[31353]: 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-21T13:33:13.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:12 smithi084 ceph-mon[27656]: 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-21T13:33:15.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:14 smithi066 ceph-mon[23686]: 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-21T13:33:15.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:14 smithi066 ceph-mon[31353]: 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-21T13:33:15.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:14 smithi084 ceph-mon[27656]: 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-21T13:33:17.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:16 smithi066 ceph-mon[23686]: 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-21T13:33:17.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:16 smithi066 ceph-mon[31353]: 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-21T13:33:17.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:16 smithi084 ceph-mon[27656]: 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-21T13:33:17.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:33:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:33:16] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-21T13:33:19.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:18 smithi066 ceph-mon[23686]: 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-21T13:33:19.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:18 smithi066 ceph-mon[31353]: 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-21T13:33:19.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:18 smithi084 ceph-mon[27656]: 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-21T13:33:21.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:20 smithi066 ceph-mon[23686]: 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-21T13:33:21.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:20 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:21.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:20 smithi066 ceph-mon[31353]: 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-21T13:33:21.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:20 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:21.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:20 smithi084 ceph-mon[27656]: 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-21T13:33:21.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:20 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:21 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:21 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:22.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:21 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:23.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:22 smithi066 ceph-mon[23686]: 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-21T13:33:23.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:22 smithi066 ceph-mon[31353]: 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-21T13:33:23.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:22 smithi084 ceph-mon[27656]: 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-21T13:33:25.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:24 smithi066 ceph-mon[23686]: 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-21T13:33:25.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:24 smithi066 ceph-mon[31353]: 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-21T13:33:25.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:24 smithi084 ceph-mon[27656]: 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-21T13:33:27.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:26 smithi066 ceph-mon[23686]: 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-21T13:33:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:26 smithi066 ceph-mon[31353]: 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-21T13:33:27.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:26 smithi084 ceph-mon[27656]: 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-21T13:33:27.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:33:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:33:26] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-21T13:33:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:28 smithi066 ceph-mon[23686]: 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-21T13:33:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:28 smithi066 ceph-mon[31353]: 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-21T13:33:29.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:28 smithi084 ceph-mon[27656]: 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-21T13:33:31.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:30 smithi066 ceph-mon[23686]: 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-21T13:33:31.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:30 smithi066 ceph-mon[31353]: 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-21T13:33:31.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:30 smithi084 ceph-mon[27656]: 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-21T13:33:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:31 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:32.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:31 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:32.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:31 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:33.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:32 smithi066 ceph-mon[23686]: 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-21T13:33:33.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:32 smithi066 ceph-mon[31353]: 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-21T13:33:33.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:32 smithi084 ceph-mon[27656]: 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-21T13:33:35.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:34 smithi066 ceph-mon[23686]: 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-21T13:33:35.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:34 smithi066 ceph-mon[31353]: 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-21T13:33:35.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:34 smithi084 ceph-mon[27656]: 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-21T13:33:36.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:35 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:36.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:35 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:36.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:35 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:37.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:36 smithi066 ceph-mon[23686]: 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-21T13:33:37.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:36 smithi066 ceph-mon[31353]: 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-21T13:33:37.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:36 smithi084 ceph-mon[27656]: 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-21T13:33:37.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:33:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:33:36] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-21T13:33:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:38 smithi066 ceph-mon[23686]: 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-21T13:33:39.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:38 smithi066 ceph-mon[31353]: 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-21T13:33:39.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:38 smithi084 ceph-mon[27656]: 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-21T13:33:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:40 smithi066 ceph-mon[23686]: 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-21T13:33:41.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:40 smithi066 ceph-mon[31353]: 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-21T13:33:41.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:40 smithi084 ceph-mon[27656]: 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-21T13:33:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:41 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:41 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:33:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:41 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:33:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:41 smithi066 ceph-mon[23686]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:33:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:41 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:41 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:33:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:41 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:33:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:41 smithi066 ceph-mon[31353]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:33:42.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:41 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:42.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:41 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:33:42.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:41 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:33:42.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:41 smithi084 ceph-mon[27656]: from='mgr.24838 ' entity='mgr.x' 2024-09-21T13:33:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:42 smithi066 ceph-mon[23686]: 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-21T13:33:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:42 smithi066 ceph-mon[31353]: 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-21T13:33:43.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:42 smithi084 ceph-mon[27656]: 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-21T13:33:45.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:44 smithi066 ceph-mon[23686]: 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-21T13:33:45.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:44 smithi066 ceph-mon[31353]: 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-21T13:33:45.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:44 smithi084 ceph-mon[27656]: 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-21T13:33:47.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:46 smithi066 ceph-mon[23686]: 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-21T13:33:47.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:46 smithi066 ceph-mon[31353]: 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-21T13:33:47.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:46 smithi084 ceph-mon[27656]: 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-21T13:33:47.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:33:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:33:46] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-21T13:33:49.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:48 smithi066 ceph-mon[23686]: 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-21T13:33:49.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:48 smithi066 ceph-mon[31353]: 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-21T13:33:49.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:48 smithi084 ceph-mon[27656]: 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-21T13:33:51.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:50 smithi066 ceph-mon[23686]: 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-21T13:33:51.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:50 smithi066 ceph-mon[23686]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:51.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:50 smithi066 ceph-mon[31353]: 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-21T13:33:51.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:50 smithi066 ceph-mon[31353]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:51.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:50 smithi084 ceph-mon[27656]: 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-21T13:33:51.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:50 smithi084 ceph-mon[27656]: from='mgr.24838 172.21.15.84:0/582674016' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:33:52.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:51 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:52.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:51 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:52.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:51 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:33:53.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:52 smithi066 ceph-mon[23686]: 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-21T13:33:53.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:52 smithi066 ceph-mon[31353]: 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-21T13:33:53.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:52 smithi084 ceph-mon[27656]: 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-21T13:33:55.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:54 smithi066 ceph-mon[23686]: 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-21T13:33:55.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:54 smithi066 ceph-mon[31353]: 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-21T13:33:55.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:54 smithi084 ceph-mon[27656]: 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-21T13:33:56.569 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:33:56.836 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:33:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:56 smithi066 ceph-mon[23686]: 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-21T13:33:57.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:56 smithi066 ceph-mon[31353]: 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-21T13:33:57.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:56 smithi084 ceph-mon[27656]: 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-21T13:33:57.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:33:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:33:56] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-21T13:33:57.587 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:33:57.587 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (12m) 77s ago 13m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:33:57.587 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (12m) 2m ago 12m 79.3M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:33:57.587 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (5m) 77s ago 12m - - 3.8 164465d2334a b71e43bc7414 2024-09-21T13:33:57.587 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (8m) 2m ago 17m 515M - 19.3.0-5104-g44178494 b415816db8b4 b62b3d8b55d7 2024-09-21T13:33:57.587 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (2m) 77s ago 18m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:33:57.587 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (18m) 77s ago 18m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (17m) 2m ago 17m 49.5M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (17m) 77s ago 17m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (12m) 77s ago 12m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (12m) 2m ago 12m 15.5M - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (17m) 77s ago 17m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (16m) 77s ago 16m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (16m) 77s ago 16m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (15m) 77s ago 15m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (15m) 2m ago 15m 53.5M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (14m) 2m ago 14m 51.6M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (14m) 2m ago 14m 60.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (14m) 2m ago 14m 55.2M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (5m) 2m ago 13m 52.0M - 2.43.0 a07b618ecd1d 3a1ee7ed711a 2024-09-21T13:33:57.588 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (12m) 77s ago 12m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:33:57.589 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (12m) 2m ago 12m 83.3M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:33:58.304 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions' 2024-09-21T13:33:58.563 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:33:59.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:58 smithi066 ceph-mon[23686]: 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-21T13:33:59.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:58 smithi066 ceph-mon[23686]: from='client.25079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:33:59.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:58 smithi066 ceph-mon[31353]: 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-21T13:33:59.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:58 smithi066 ceph-mon[31353]: from='client.25079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:33:59.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:58 smithi084 ceph-mon[27656]: 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-21T13:33:59.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:58 smithi084 ceph-mon[27656]: from='client.25079 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:33:59.386 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:33:59.387 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:33:59.387 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:33:59.387 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:33:59.387 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 13, 2024-09-21T13:33:59.387 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:33:59.387 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:33:59.387 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:33:59.970 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:34:00.228 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:34:00.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:33:59 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3203538678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:34:00.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:33:59 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3203538678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:34:00.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:33:59 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3203538678' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:34:00.927 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:34:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:00 smithi066 ceph-mon[23686]: 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-21T13:34:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:00 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2719847653' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:34:01.236 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:00 smithi066 ceph-mon[31353]: 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-21T13:34:01.237 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:00 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2719847653' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:34:01.270 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:00 smithi084 ceph-mon[27656]: 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-21T13:34:01.270 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:00 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2719847653' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:34:01.524 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph -s' 2024-09-21T13:34:01.782 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:34:02.154 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:01 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:02.154 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:01 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:02.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:01 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:02.499 INFO:teuthology.orchestra.run.smithi066.stdout: cluster: 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: id: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: health: HEALTH_OK 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: services: 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: mon: 3 daemons, quorum a,b,c (age 17m) 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: mgr: x(active, since 6m), standbys: y 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: osd: 8 osds: 8 up (since 14m), 8 in (since 14m) 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: data: 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: pools: 6 pools, 161 pgs 2024-09-21T13:34:02.500 INFO:teuthology.orchestra.run.smithi066.stdout: objects: 212 objects, 585 KiB 2024-09-21T13:34:02.501 INFO:teuthology.orchestra.run.smithi066.stdout: usage: 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:02.501 INFO:teuthology.orchestra.run.smithi066.stdout: pgs: 161 active+clean 2024-09-21T13:34:02.501 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:34:02.501 INFO:teuthology.orchestra.run.smithi066.stdout: io: 2024-09-21T13:34:02.501 INFO:teuthology.orchestra.run.smithi066.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-21T13:34:02.501 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:34:03.128 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:02 smithi066 ceph-mon[31353]: 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-21T13:34:03.128 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:02 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2912180649' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:34:03.129 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:02 smithi066 ceph-mon[23686]: 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-21T13:34:03.129 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:02 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2912180649' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:34:03.159 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph mgr fail' 2024-09-21T13:34:03.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:02 smithi084 ceph-mon[27656]: 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-21T13:34:03.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:02 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2912180649' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:34:03.416 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:34:04.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:34:04] ENGINE Bus STOPPING 2024-09-21T13:34:04.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:34:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:34:04.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:34:04] ENGINE Bus STOPPED 2024-09-21T13:34:04.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:34:04.135+0000 7f2811059640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-21T13:34:04.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ignoring --setuser ceph since I am not root 2024-09-21T13:34:04.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ignoring --setgroup ceph since I am not root 2024-09-21T13:34:04.619 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mgr[61281]: -- 172.21.15.84:0/1589848696 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55748d5750e0 con 0x55748d553400 2024-09-21T13:34:04.734 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'sleep 180' 2024-09-21T13:34:04.996 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:34:05.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: 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-21T13:34:05.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3452262861' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:34:05.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:34:05.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: Activating manager daemon y 2024-09-21T13:34:05.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:34:05.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: osdmap e102: 8 total, 8 up, 8 in 2024-09-21T13:34:05.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: mgrmap e30: y(active, starting, since 0.00705075s) 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:34:05.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:34:05.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:34:05.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[23686]: Manager daemon y is now available 2024-09-21T13:34:05.268 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:34:05] ENGINE Bus STARTING 2024-09-21T13:34:05.268 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: 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-21T13:34:05.268 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3452262861' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:34:05.268 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:34:05.268 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: Activating manager daemon y 2024-09-21T13:34:05.268 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:34:05.268 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: osdmap e102: 8 total, 8 up, 8 in 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: mgrmap e30: y(active, starting, since 0.00705075s) 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:34:05.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:34:05.270 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:34:05.270 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:34:05.270 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:04 smithi066 ceph-mon[31353]: Manager daemon y is now available 2024-09-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: 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-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3452262861' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: Activating manager daemon y 2024-09-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: osdmap e102: 8 total, 8 up, 8 in 2024-09-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: mgrmap e30: y(active, starting, since 0.00705075s) 2024-09-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:34:05.322 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:34:05.323 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:04 smithi084 ceph-mon[27656]: Manager daemon y is now available 2024-09-21T13:34:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:05.464Z 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.84:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:34:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:05.467Z 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.84:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:34:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:05.467Z 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.84:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:34:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:05.467Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=smb msg="Unable to refresh target groups" err="Get \"http://172.21.15.84:8765/sd/prometheus/sd-config?service=smb\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:34:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:05.468Z 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.84:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:34:05.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:05.469Z 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.84:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:34:05.620 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:05.469Z 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.84:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:34:05.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:34:05] ENGINE Serving on http://:::9283 2024-09-21T13:34:05.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:34:05] ENGINE Bus STARTED 2024-09-21T13:34:06.261 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:06.261 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:34:06.261 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:34:06.261 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:34:06.262 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-mon[27656]: mgrmap e31: y(active, since 1.01638s) 2024-09-21T13:34:06.262 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-mon[27656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:34:06.262 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:05 smithi084 ceph-mon[27656]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:34:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:34:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:34:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[23686]: mgrmap e31: y(active, since 1.01638s) 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[23686]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[23686]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[31353]: mgrmap e31: y(active, since 1.01638s) 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[31353]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:34:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:05 smithi066 ceph-mon[31353]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:34:06.615+0000 7fa238e7b640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:34:06] ENGINE Error in HTTPServer.serve 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: Traceback (most recent call last): 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: self._connections.run(self.expiration_interval) 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: self._run(expiration_interval) 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:34:06.870 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: s = self.context.wrap_socket( 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: return self.sslsocket_class._create( 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: self.do_handshake() 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: self._sslobj.do_handshake() 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:34:06.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:34:07.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:07 smithi066 ceph-mon[23686]: [21/Sep/2024:13:34:06] ENGINE Bus STARTING 2024-09-21T13:34:07.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:07 smithi066 ceph-mon[31353]: [21/Sep/2024:13:34:06] ENGINE Bus STARTING 2024-09-21T13:34:07.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:07 smithi084 ceph-mon[27656]: [21/Sep/2024:13:34:06] ENGINE Bus STARTING 2024-09-21T13:34:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[23686]: [21/Sep/2024:13:34:06] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:34:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[23686]: [21/Sep/2024:13:34:06] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[23686]: [21/Sep/2024:13:34:06] ENGINE Bus STARTED 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[23686]: [21/Sep/2024:13:34:06] ENGINE Error in HTTPServer.serve 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:34:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.a.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.a.smithi066.stdout: self.do_handshake() 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.a.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[23686]: mgrmap e32: y(active, since 3s) 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[31353]: [21/Sep/2024:13:34:06] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[31353]: [21/Sep/2024:13:34:06] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[31353]: [21/Sep/2024:13:34:06] ENGINE Bus STARTED 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[31353]: [21/Sep/2024:13:34:06] ENGINE Error in HTTPServer.serve 2024-09-21T13:34:08.246 INFO:journalctl@ceph.mon.c.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:34:08.247 INFO:journalctl@ceph.mon.c.smithi066.stdout: self.do_handshake() 2024-09-21T13:34:08.248 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:34:08.248 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:34:08.248 INFO:journalctl@ceph.mon.c.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:34:08.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:08 smithi066 ceph-mon[31353]: mgrmap e32: y(active, since 3s) 2024-09-21T13:34:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:08 smithi084 ceph-mon[27656]: [21/Sep/2024:13:34:06] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:34:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:08 smithi084 ceph-mon[27656]: [21/Sep/2024:13:34:06] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:34:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:08 smithi084 ceph-mon[27656]: [21/Sep/2024:13:34:06] ENGINE Bus STARTED 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:08 smithi084 ceph-mon[27656]: [21/Sep/2024:13:34:06] ENGINE Error in HTTPServer.serve 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: Traceback (most recent call last): 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._run(expiration_interval) 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: s = self.context.wrap_socket( 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: return self.sslsocket_class._create( 2024-09-21T13:34:08.369 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:34:08.370 INFO:journalctl@ceph.mon.b.smithi084.stdout: self.do_handshake() 2024-09-21T13:34:08.370 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:34:08.370 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._sslobj.do_handshake() 2024-09-21T13:34:08.370 INFO:journalctl@ceph.mon.b.smithi084.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:34:08.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:08 smithi084 ceph-mon[27656]: mgrmap e32: y(active, since 3s) 2024-09-21T13:34:09.420 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:09 smithi084 ceph-mon[27656]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:09.421 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:34:09] ENGINE Bus STARTING 2024-09-21T13:34:09.421 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: CherryPy Checker: 2024-09-21T13:34:09.421 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: The Application mounted at '' has an empty config. 2024-09-21T13:34:09.421 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:34:09.421 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:34:09] ENGINE Serving on http://:::9283 2024-09-21T13:34:09.421 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:34:09] ENGINE Bus STARTED 2024-09-21T13:34:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:09 smithi066 ceph-mon[23686]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:09.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:09 smithi066 ceph-mon[31353]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: mgrmap e33: y(active, since 5s) 2024-09-21T13:34:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: Standby manager daemon x started 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: mgrmap e33: y(active, since 5s) 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: Standby manager daemon x started 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:10 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: mgrmap e33: y(active, since 5s) 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: Standby manager daemon x started 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:10.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:10 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: mgrmap e34: y(active, since 6s), standbys: x 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:34:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: mgrmap e34: y(active, since 6s), standbys: x 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.239 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:34:11.240 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:11 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:11.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:34:11.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: mgrmap e34: y(active, since 6s), standbys: x 2024-09-21T13:34:11.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:34:11.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:34:11.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:11.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:34:11.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:11 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:12.330 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[23686]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[23686]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[23686]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[31353]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[31353]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:34:12.331 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:12 smithi066 ceph-mon[31353]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:12.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:12 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:34:12.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:12 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:34:12.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:12 smithi084 ceph-mon[27656]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:34:12.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:12 smithi084 ceph-mon[27656]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:34:12.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:12 smithi084 ceph-mon[27656]: from='client.15120 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:13.398 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:13 smithi066 ceph-mon[23686]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T13:34:13.398 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:13 smithi066 ceph-mon[31353]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T13:34:13.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:13 smithi084 ceph-mon[27656]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T13:34:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:14 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:14 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:14 smithi084 ceph-mon[27656]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:34:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:14 smithi084 ceph-mon[27656]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:34:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:14 smithi084 ceph-mon[27656]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:34:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:14 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2107619694' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:34:15.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:15.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:15.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[23686]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[23686]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[23686]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2107619694' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[31353]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[31353]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[31353]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T13:34:15.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:14 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2107619694' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:34:17.059 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:34:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:34:16] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-21T13:34:17.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-mon[27656]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:17.368 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 systemd[1]: Stopping Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:34:17.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:17 smithi066 ceph-mon[23686]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:17.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:17 smithi066 ceph-mon[31353]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:17.747 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.471Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:34:17.748 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-21T13:34:17.748 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-21T13:34:17.748 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-21T13:34:17.748 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-21T13:34:17.748 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-21T13:34:17.748 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-21T13:34:17.749 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-21T13:34:17.749 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-21T13:34:17.749 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-21T13:34:17.749 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-21T13:34:17.749 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[64591]: ts=2024-09-21T13:34:17.472Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-21T13:34:17.749 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 podman[67424]: 2024-09-21 13:34:17.482160427 +0000 UTC m=+0.142178631 container died 3a1ee7ed711a6ca5892a71654b5cab3d36b65b32ceb7b9ba4a26016233799b60 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:34:18.118 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 podman[67424]: 2024-09-21 13:34:17.85432542 +0000 UTC m=+0.514343613 container cleanup 3a1ee7ed711a6ca5892a71654b5cab3d36b65b32ceb7b9ba4a26016233799b60 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:34:18.118 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:17 smithi084 bash[67424]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a 2024-09-21T13:34:18.541 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 podman[67435]: 2024-09-21 13:34:18.157412656 +0000 UTC m=+0.677653563 container remove 3a1ee7ed711a6ca5892a71654b5cab3d36b65b32ceb7b9ba4a26016233799b60 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:34:18.541 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-21T13:34:18.541 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 systemd[1]: Stopped Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:34:18.541 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Consumed 2.125s CPU time. 2024-09-21T13:34:18.541 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 systemd[1]: Starting Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:34:18.811 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 podman[67528]: 2024-09-21 13:34:18.444466912 +0000 UTC m=+0.016929154 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-21T13:34:18.811 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 podman[67528]: 2024-09-21 13:34:18.573257485 +0000 UTC m=+0.145719727 container create a89e813ca6eadbc1c12fe479351ebada0c45aeeb47626a74c977e6fa7a778d21 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:34:18.811 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 podman[67528]: 2024-09-21 13:34:18.783758188 +0000 UTC m=+0.356220435 container init a89e813ca6eadbc1c12fe479351ebada0c45aeeb47626a74c977e6fa7a778d21 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:34:18.811 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 podman[67528]: 2024-09-21 13:34:18.786574284 +0000 UTC m=+0.359036532 container start a89e813ca6eadbc1c12fe479351ebada0c45aeeb47626a74c977e6fa7a778d21 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.810Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.810Z 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-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.810Z caller=main.go:570 level=info host_details="(Linux 5.14.0-508.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024 x86_64 smithi084 (none))" 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.810Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.810Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.811Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.812Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.813Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.814Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-21T13:34:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.815Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.815Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.472µs 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.815Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.816Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.825Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.828Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.829Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.829Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.014µs wal_replay_duration=13.483657ms wbl_replay_duration=91ns total_replay_duration=13.520922ms 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.830Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.830Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.830Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.849Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.111416ms db_storage=891ns remote_storage=1.076µs web_handler=346ns query_engine=608ns scrape=335.581µs scrape_sd=109.475µs notify=19.521µs notify_sd=15.941µs rules=18.285841ms tracing=4.877µs 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.849Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-21T13:34:19.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:34:18.849Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-21T13:34:19.121 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 bash[67528]: a89e813ca6eadbc1c12fe479351ebada0c45aeeb47626a74c977e6fa7a778d21 2024-09-21T13:34:19.121 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:34:18 smithi084 systemd[1]: Started Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.467 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:19 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:34:19.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:19.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:34:19.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:34:19.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:19.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:19 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:34:20.480 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:20 smithi084 ceph-mon[27656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:34:20.480 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:20 smithi084 ceph-mon[27656]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:34:20.480 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:20 smithi084 ceph-mon[27656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:34:20.480 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:20 smithi084 ceph-mon[27656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:34:20.480 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:20 smithi084 ceph-mon[27656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:34:20.480 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:20 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[23686]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[23686]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[23686]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[23686]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[23686]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[31353]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[31353]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[31353]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:34:20.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[31353]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:34:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[31353]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:34:20.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:20 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:21.386 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:21 smithi084 ceph-mon[27656]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:21.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:21 smithi066 ceph-mon[23686]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:21.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:21 smithi066 ceph-mon[31353]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:23.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[23686]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:23.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[31353]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:34:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:23 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:23 smithi084 ceph-mon[27656]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T13:34:23.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:23 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:23 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:23 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:23 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:23.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:23 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:34:23.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:23 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:34:23.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:23 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:34:25.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:25 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:25.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:25 smithi066 ceph-mon[23686]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 1 op/s 2024-09-21T13:34:25.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:25 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:25.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:25 smithi066 ceph-mon[31353]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 1 op/s 2024-09-21T13:34:25.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:25 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:25.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:25 smithi084 ceph-mon[27656]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 1 op/s 2024-09-21T13:34:27.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:27 smithi066 ceph-mon[23686]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:34:27.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:27 smithi066 ceph-mon[31353]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:34:27.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:27 smithi084 ceph-mon[27656]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:34:29.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:29 smithi066 ceph-mon[23686]: pgmap v15: 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-21T13:34:29.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:29 smithi066 ceph-mon[31353]: pgmap v15: 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-21T13:34:29.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:29 smithi084 ceph-mon[27656]: pgmap v15: 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-21T13:34:30.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:34:30] "GET /metrics HTTP/1.1" 200 38228 "" "Prometheus/2.43.0" 2024-09-21T13:34:31.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:31 smithi066 ceph-mon[23686]: pgmap v16: 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-21T13:34:31.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:31 smithi066 ceph-mon[31353]: pgmap v16: 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-21T13:34:31.519 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:31 smithi084 ceph-mon[27656]: pgmap v16: 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-21T13:34:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:33 smithi066 ceph-mon[23686]: pgmap v17: 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-21T13:34:33.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:33 smithi066 ceph-mon[31353]: pgmap v17: 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-21T13:34:33.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:33 smithi084 ceph-mon[27656]: pgmap v17: 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-21T13:34:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:35 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:35 smithi066 ceph-mon[23686]: pgmap v18: 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-21T13:34:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:35 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:35 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:35 smithi066 ceph-mon[31353]: pgmap v18: 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-21T13:34:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:35 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:35 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:35 smithi084 ceph-mon[27656]: pgmap v18: 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-21T13:34:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:35 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:37.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:37 smithi066 ceph-mon[23686]: pgmap v19: 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-21T13:34:37.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:37 smithi066 ceph-mon[31353]: pgmap v19: 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-21T13:34:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:37 smithi084 ceph-mon[27656]: pgmap v19: 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-21T13:34:39.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:39 smithi066 ceph-mon[23686]: pgmap v20: 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-21T13:34:39.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:39 smithi066 ceph-mon[31353]: pgmap v20: 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-21T13:34:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:39 smithi084 ceph-mon[27656]: pgmap v20: 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-21T13:34:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:34:40] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:34:41.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:41 smithi066 ceph-mon[23686]: pgmap v21: 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-21T13:34:41.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:41 smithi066 ceph-mon[31353]: pgmap v21: 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-21T13:34:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:41 smithi084 ceph-mon[27656]: pgmap v21: 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-21T13:34:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:43 smithi084 ceph-mon[27656]: pgmap v22: 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-21T13:34:43.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:43 smithi066 ceph-mon[23686]: pgmap v22: 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-21T13:34:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:43 smithi066 ceph-mon[31353]: pgmap v22: 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-21T13:34:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:45 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:45 smithi084 ceph-mon[27656]: pgmap v23: 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-21T13:34:45.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:45 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:45.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:45 smithi066 ceph-mon[23686]: pgmap v23: 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-21T13:34:45.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:45 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:45.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:45 smithi066 ceph-mon[31353]: pgmap v23: 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-21T13:34:47.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:47 smithi084 ceph-mon[27656]: pgmap v24: 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-21T13:34:47.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:47 smithi066 ceph-mon[23686]: pgmap v24: 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-21T13:34:47.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:47 smithi066 ceph-mon[31353]: pgmap v24: 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-21T13:34:49.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:49 smithi084 ceph-mon[27656]: pgmap v25: 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-21T13:34:49.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:49 smithi066 ceph-mon[23686]: pgmap v25: 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-21T13:34:49.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:49 smithi066 ceph-mon[31353]: pgmap v25: 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-21T13:34:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:50 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:50.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:50 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:50.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:50 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:34:50.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:34:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:34:50] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:34:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:51 smithi084 ceph-mon[27656]: pgmap v26: 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-21T13:34:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:51 smithi066 ceph-mon[23686]: pgmap v26: 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-21T13:34:51.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:51 smithi066 ceph-mon[31353]: pgmap v26: 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-21T13:34:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:53 smithi084 ceph-mon[27656]: pgmap v27: 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-21T13:34:53.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:53 smithi066 ceph-mon[23686]: pgmap v27: 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-21T13:34:53.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:53 smithi066 ceph-mon[31353]: pgmap v27: 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-21T13:34:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:55 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:55 smithi084 ceph-mon[27656]: pgmap v28: 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-21T13:34:55.645 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:55 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:55.646 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:55 smithi066 ceph-mon[23686]: pgmap v28: 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-21T13:34:55.646 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:55 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:34:55.646 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:55 smithi066 ceph-mon[31353]: pgmap v28: 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-21T13:34:57.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:57 smithi084 ceph-mon[27656]: pgmap v29: 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-21T13:34:57.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:57 smithi066 ceph-mon[23686]: pgmap v29: 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-21T13:34:57.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:57 smithi066 ceph-mon[31353]: pgmap v29: 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-21T13:34:59.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:34:59 smithi084 ceph-mon[27656]: pgmap v30: 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-21T13:34:59.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:34:59 smithi066 ceph-mon[23686]: pgmap v30: 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-21T13:34:59.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:34:59 smithi066 ceph-mon[31353]: pgmap v30: 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-21T13:35:00.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:35:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:35:00] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:35:01.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:01 smithi084 ceph-mon[27656]: pgmap v31: 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-21T13:35:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:01 smithi066 ceph-mon[23686]: pgmap v31: 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-21T13:35:01.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:01 smithi066 ceph-mon[31353]: pgmap v31: 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-21T13:35:03.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:03 smithi084 ceph-mon[27656]: pgmap v32: 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-21T13:35:03.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:03 smithi066 ceph-mon[23686]: pgmap v32: 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-21T13:35:03.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:03 smithi066 ceph-mon[31353]: pgmap v32: 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-21T13:35:05.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:05 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:05.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:05 smithi084 ceph-mon[27656]: pgmap v33: 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-21T13:35:05.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:05 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:05 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:05 smithi066 ceph-mon[23686]: pgmap v33: 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-21T13:35:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:05 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:05.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:05 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:05.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:05 smithi066 ceph-mon[31353]: pgmap v33: 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-21T13:35:05.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:05 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:07.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:07 smithi084 ceph-mon[27656]: pgmap v34: 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-21T13:35:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:07 smithi066 ceph-mon[23686]: pgmap v34: 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-21T13:35:07.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:07 smithi066 ceph-mon[31353]: pgmap v34: 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-21T13:35:09.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:09 smithi084 ceph-mon[27656]: pgmap v35: 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-21T13:35:09.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:09 smithi066 ceph-mon[23686]: pgmap v35: 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-21T13:35:09.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:09 smithi066 ceph-mon[31353]: pgmap v35: 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-21T13:35:10.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:35:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:35:10] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-21T13:35:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:11 smithi084 ceph-mon[27656]: pgmap v36: 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-21T13:35:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:11 smithi066 ceph-mon[23686]: pgmap v36: 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-21T13:35:11.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:11 smithi066 ceph-mon[31353]: pgmap v36: 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-21T13:35:13.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:13 smithi084 ceph-mon[27656]: pgmap v37: 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-21T13:35:13.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:13 smithi066 ceph-mon[23686]: pgmap v37: 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-21T13:35:13.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:13 smithi066 ceph-mon[31353]: pgmap v37: 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-21T13:35:15.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:15 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:15.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:15 smithi084 ceph-mon[27656]: pgmap v38: 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-21T13:35:15.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:15 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:15.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:15 smithi066 ceph-mon[23686]: pgmap v38: 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-21T13:35:15.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:15 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:15.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:15 smithi066 ceph-mon[31353]: pgmap v38: 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-21T13:35:17.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:17 smithi084 ceph-mon[27656]: pgmap v39: 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-21T13:35:17.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:17 smithi066 ceph-mon[23686]: pgmap v39: 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-21T13:35:17.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:17 smithi066 ceph-mon[31353]: pgmap v39: 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-21T13:35:19.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:19 smithi084 ceph-mon[27656]: pgmap v40: 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-21T13:35:19.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:19 smithi066 ceph-mon[23686]: pgmap v40: 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-21T13:35:19.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:19 smithi066 ceph-mon[31353]: pgmap v40: 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-21T13:35:20.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:20 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:20 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:20.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:35:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:35:20] "GET /metrics HTTP/1.1" 200 38217 "" "Prometheus/2.43.0" 2024-09-21T13:35:20.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:20 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:21 smithi084 ceph-mon[27656]: pgmap v41: 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-21T13:35:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:21 smithi066 ceph-mon[23686]: pgmap v41: 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-21T13:35:21.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:21 smithi066 ceph-mon[31353]: pgmap v41: 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-21T13:35:23.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:23 smithi084 ceph-mon[27656]: pgmap v42: 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-21T13:35:23.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:23 smithi066 ceph-mon[23686]: pgmap v42: 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-21T13:35:23.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:23 smithi066 ceph-mon[31353]: pgmap v42: 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-21T13:35:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:35:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:35:24.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:35:24.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:35:24.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:35:24.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:35:24.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:35:24.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:35:24.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:35:25.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:25 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:25.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:25 smithi084 ceph-mon[27656]: pgmap v43: 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-21T13:35:25.646 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:25 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:25.646 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:25 smithi066 ceph-mon[23686]: pgmap v43: 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-21T13:35:25.646 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:25 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:25.646 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:25 smithi066 ceph-mon[31353]: pgmap v43: 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-21T13:35:27.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:27 smithi084 ceph-mon[27656]: pgmap v44: 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-21T13:35:27.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:27 smithi066 ceph-mon[23686]: pgmap v44: 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-21T13:35:27.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:27 smithi066 ceph-mon[31353]: pgmap v44: 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-21T13:35:29.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:29 smithi084 ceph-mon[27656]: pgmap v45: 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-21T13:35:29.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:29 smithi066 ceph-mon[23686]: pgmap v45: 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-21T13:35:29.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:29 smithi066 ceph-mon[31353]: pgmap v45: 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-21T13:35:30.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:35:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:35:30] "GET /metrics HTTP/1.1" 200 38217 "" "Prometheus/2.43.0" 2024-09-21T13:35:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:31 smithi084 ceph-mon[27656]: pgmap v46: 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-21T13:35:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:31 smithi066 ceph-mon[23686]: pgmap v46: 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-21T13:35:31.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:31 smithi066 ceph-mon[31353]: pgmap v46: 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-21T13:35:33.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:33 smithi084 ceph-mon[27656]: pgmap v47: 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-21T13:35:33.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:33 smithi066 ceph-mon[23686]: pgmap v47: 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-21T13:35:33.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:33 smithi066 ceph-mon[31353]: pgmap v47: 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-21T13:35:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:35 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:35 smithi084 ceph-mon[27656]: pgmap v48: 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-21T13:35:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:35 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:35.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:35 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:35.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:35 smithi066 ceph-mon[23686]: pgmap v48: 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-21T13:35:35.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:35 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:35.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:35 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:35.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:35 smithi066 ceph-mon[31353]: pgmap v48: 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-21T13:35:35.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:35 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:37 smithi084 ceph-mon[27656]: pgmap v49: 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-21T13:35:37.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:37 smithi066 ceph-mon[23686]: pgmap v49: 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-21T13:35:37.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:37 smithi066 ceph-mon[31353]: pgmap v49: 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-21T13:35:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:39 smithi084 ceph-mon[27656]: pgmap v50: 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-21T13:35:39.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:39 smithi066 ceph-mon[23686]: pgmap v50: 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-21T13:35:39.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:39 smithi066 ceph-mon[31353]: pgmap v50: 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-21T13:35:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:35:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:35:40] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:35:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:41 smithi084 ceph-mon[27656]: pgmap v51: 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-21T13:35:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:41 smithi066 ceph-mon[23686]: pgmap v51: 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-21T13:35:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:41 smithi066 ceph-mon[31353]: pgmap v51: 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-21T13:35:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:43 smithi084 ceph-mon[27656]: pgmap v52: 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-21T13:35:43.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:43 smithi066 ceph-mon[23686]: pgmap v52: 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-21T13:35:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:43 smithi066 ceph-mon[31353]: pgmap v52: 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-21T13:35:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:45 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:45 smithi084 ceph-mon[27656]: pgmap v53: 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-21T13:35:45.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:45 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:45.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:45 smithi066 ceph-mon[31353]: pgmap v53: 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-21T13:35:45.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:45 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:45.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:45 smithi066 ceph-mon[23686]: pgmap v53: 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-21T13:35:47.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:47 smithi084 ceph-mon[27656]: pgmap v54: 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-21T13:35:47.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:47 smithi066 ceph-mon[31353]: pgmap v54: 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-21T13:35:47.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:47 smithi066 ceph-mon[23686]: pgmap v54: 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-21T13:35:49.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:49 smithi084 ceph-mon[27656]: pgmap v55: 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-21T13:35:49.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:49 smithi066 ceph-mon[23686]: pgmap v55: 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-21T13:35:49.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:49 smithi066 ceph-mon[31353]: pgmap v55: 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-21T13:35:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:50 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:50.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:50 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:50.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:50 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:35:50.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:35:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:35:50] "GET /metrics HTTP/1.1" 200 38216 "" "Prometheus/2.43.0" 2024-09-21T13:35:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:51 smithi084 ceph-mon[27656]: pgmap v56: 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-21T13:35:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:51 smithi066 ceph-mon[23686]: pgmap v56: 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-21T13:35:51.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:51 smithi066 ceph-mon[31353]: pgmap v56: 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-21T13:35:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:53 smithi084 ceph-mon[27656]: pgmap v57: 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-21T13:35:53.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:53 smithi066 ceph-mon[23686]: pgmap v57: 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-21T13:35:53.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:53 smithi066 ceph-mon[31353]: pgmap v57: 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-21T13:35:55.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:55 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:55.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:55 smithi066 ceph-mon[23686]: pgmap v58: 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-21T13:35:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:55 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:55 smithi066 ceph-mon[31353]: pgmap v58: 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-21T13:35:55.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:55 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:35:55.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:55 smithi084 ceph-mon[27656]: pgmap v58: 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-21T13:35:57.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:57 smithi066 ceph-mon[31353]: pgmap v59: 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-21T13:35:57.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:57 smithi066 ceph-mon[23686]: pgmap v59: 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-21T13:35:57.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:57 smithi084 ceph-mon[27656]: pgmap v59: 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-21T13:35:59.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:35:59 smithi066 ceph-mon[23686]: pgmap v60: 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-21T13:35:59.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:35:59 smithi066 ceph-mon[31353]: pgmap v60: 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-21T13:35:59.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:35:59 smithi084 ceph-mon[27656]: pgmap v60: 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-21T13:36:00.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:36:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:36:00] "GET /metrics HTTP/1.1" 200 38216 "" "Prometheus/2.43.0" 2024-09-21T13:36:01.671 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:01 smithi084 ceph-mon[27656]: pgmap v61: 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-21T13:36:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:01 smithi066 ceph-mon[23686]: pgmap v61: 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-21T13:36:01.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:01 smithi066 ceph-mon[31353]: pgmap v61: 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-21T13:36:03.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:36:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=sqlstore.transactions t=2024-09-21T13:36:02.84404493Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-21T13:36:03.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:03 smithi066 ceph-mon[23686]: pgmap v62: 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-21T13:36:03.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:03 smithi066 ceph-mon[31353]: pgmap v62: 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-21T13:36:03.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:03 smithi084 ceph-mon[27656]: pgmap v62: 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-21T13:36:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:05 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:05 smithi066 ceph-mon[23686]: pgmap v63: 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-21T13:36:05.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:05 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:05.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:05 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:05.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:05 smithi066 ceph-mon[31353]: pgmap v63: 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-21T13:36:05.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:05 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:05.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:05 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:05.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:05 smithi084 ceph-mon[27656]: pgmap v63: 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-21T13:36:05.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:05 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:07.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:07 smithi066 ceph-mon[23686]: pgmap v64: 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-21T13:36:07.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:07 smithi066 ceph-mon[31353]: pgmap v64: 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-21T13:36:07.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:07 smithi084 ceph-mon[27656]: pgmap v64: 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-21T13:36:09.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:09 smithi066 ceph-mon[23686]: pgmap v65: 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-21T13:36:09.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:09 smithi066 ceph-mon[31353]: pgmap v65: 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-21T13:36:09.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:09 smithi084 ceph-mon[27656]: pgmap v65: 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-21T13:36:10.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:36:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:36:10] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.43.0" 2024-09-21T13:36:11.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:11 smithi066 ceph-mon[23686]: pgmap v66: 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-21T13:36:11.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:11 smithi066 ceph-mon[31353]: pgmap v66: 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-21T13:36:11.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:11 smithi084 ceph-mon[27656]: pgmap v66: 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-21T13:36:13.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:13 smithi066 ceph-mon[23686]: pgmap v67: 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-21T13:36:13.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:13 smithi066 ceph-mon[31353]: pgmap v67: 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-21T13:36:13.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:13 smithi084 ceph-mon[27656]: pgmap v67: 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-21T13:36:15.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:15 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:15.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:15 smithi066 ceph-mon[23686]: pgmap v68: 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-21T13:36:15.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:15 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:15.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:15 smithi066 ceph-mon[31353]: pgmap v68: 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-21T13:36:15.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:15 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:15.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:15 smithi084 ceph-mon[27656]: pgmap v68: 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-21T13:36:17.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:17 smithi066 ceph-mon[23686]: pgmap v69: 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-21T13:36:17.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:17 smithi066 ceph-mon[31353]: pgmap v69: 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-21T13:36:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:17 smithi084 ceph-mon[27656]: pgmap v69: 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-21T13:36:19.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:19 smithi066 ceph-mon[23686]: pgmap v70: 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-21T13:36:19.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:19 smithi066 ceph-mon[31353]: pgmap v70: 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-21T13:36:19.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:19 smithi084 ceph-mon[27656]: pgmap v70: 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-21T13:36:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:20 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:20.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:20 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:20.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:36:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:36:20] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.43.0" 2024-09-21T13:36:20.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:20 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:21.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:21 smithi066 ceph-mon[23686]: pgmap v71: 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-21T13:36:21.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:21 smithi066 ceph-mon[31353]: pgmap v71: 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-21T13:36:21.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:21 smithi084 ceph-mon[27656]: pgmap v71: 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-21T13:36:23.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:23 smithi066 ceph-mon[23686]: pgmap v72: 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-21T13:36:23.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:23 smithi066 ceph-mon[31353]: pgmap v72: 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-21T13:36:23.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:23 smithi084 ceph-mon[27656]: pgmap v72: 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-21T13:36:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: pgmap v73: 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-21T13:36:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:36:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:36:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:24 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: pgmap v73: 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-21T13:36:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:25.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:25.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: pgmap v73: 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-21T13:36:25.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:36:25.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:36:25.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:24 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' 2024-09-21T13:36:27.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:27 smithi066 ceph-mon[23686]: pgmap v74: 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-21T13:36:27.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:27 smithi066 ceph-mon[31353]: pgmap v74: 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-21T13:36:27.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:27 smithi084 ceph-mon[27656]: pgmap v74: 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-21T13:36:29.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:29 smithi066 ceph-mon[23686]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:29.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:29 smithi066 ceph-mon[31353]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:29.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:29 smithi084 ceph-mon[27656]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:30.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:36:30 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:36:30] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.43.0" 2024-09-21T13:36:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:31 smithi084 ceph-mon[27656]: pgmap v76: 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-21T13:36:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:31 smithi066 ceph-mon[23686]: pgmap v76: 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-21T13:36:31.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:31 smithi066 ceph-mon[31353]: pgmap v76: 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-21T13:36:33.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:33 smithi084 ceph-mon[27656]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:33.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:33 smithi066 ceph-mon[23686]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:33.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:33 smithi066 ceph-mon[31353]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:35 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:35 smithi084 ceph-mon[27656]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:35 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:35.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:35 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:35.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:35 smithi066 ceph-mon[23686]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:35.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:35 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:35.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:35 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:35.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:35 smithi066 ceph-mon[31353]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-21T13:36:35.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:35 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:37 smithi084 ceph-mon[27656]: pgmap v79: 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-21T13:36:37.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:37 smithi066 ceph-mon[23686]: pgmap v79: 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-21T13:36:37.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:37 smithi066 ceph-mon[31353]: pgmap v79: 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-21T13:36:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:39 smithi084 ceph-mon[27656]: pgmap v80: 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-21T13:36:39.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:39 smithi066 ceph-mon[23686]: pgmap v80: 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-21T13:36:39.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:39 smithi066 ceph-mon[31353]: pgmap v80: 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-21T13:36:40.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:36:40 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:36:40] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-21T13:36:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:41 smithi084 ceph-mon[27656]: pgmap v81: 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-21T13:36:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:41 smithi066 ceph-mon[23686]: pgmap v81: 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-21T13:36:41.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:41 smithi066 ceph-mon[31353]: pgmap v81: 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-21T13:36:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:43 smithi084 ceph-mon[27656]: pgmap v82: 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-21T13:36:43.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:43 smithi066 ceph-mon[23686]: pgmap v82: 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-21T13:36:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:43 smithi066 ceph-mon[31353]: pgmap v82: 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-21T13:36:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:45 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:45.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:45 smithi084 ceph-mon[27656]: pgmap v83: 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-21T13:36:45.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:45 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:45.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:45 smithi066 ceph-mon[23686]: pgmap v83: 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-21T13:36:45.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:45 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:45.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:45 smithi066 ceph-mon[31353]: pgmap v83: 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-21T13:36:47.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:47 smithi084 ceph-mon[27656]: pgmap v84: 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-21T13:36:47.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:47 smithi066 ceph-mon[23686]: pgmap v84: 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-21T13:36:47.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:47 smithi066 ceph-mon[31353]: pgmap v84: 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-21T13:36:49.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:49 smithi084 ceph-mon[27656]: pgmap v85: 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-21T13:36:49.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:49 smithi066 ceph-mon[23686]: pgmap v85: 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-21T13:36:49.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:49 smithi066 ceph-mon[31353]: pgmap v85: 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-21T13:36:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:50 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:50.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:50 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:50.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:50 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:36:50.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:36:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:36:50] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-21T13:36:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:51 smithi084 ceph-mon[27656]: pgmap v86: 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-21T13:36:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:51 smithi066 ceph-mon[23686]: pgmap v86: 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-21T13:36:51.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:51 smithi066 ceph-mon[31353]: pgmap v86: 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-21T13:36:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:53 smithi084 ceph-mon[27656]: pgmap v87: 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-21T13:36:53.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:53 smithi066 ceph-mon[23686]: pgmap v87: 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-21T13:36:53.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:53 smithi066 ceph-mon[31353]: pgmap v87: 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-21T13:36:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:55 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:55 smithi084 ceph-mon[27656]: pgmap v88: 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-21T13:36:55.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:55 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:55.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:55 smithi066 ceph-mon[23686]: pgmap v88: 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-21T13:36:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:55 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:36:55.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:55 smithi066 ceph-mon[31353]: pgmap v88: 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-21T13:36:57.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:57 smithi084 ceph-mon[27656]: pgmap v89: 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-21T13:36:57.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:57 smithi066 ceph-mon[23686]: pgmap v89: 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-21T13:36:57.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:57 smithi066 ceph-mon[31353]: pgmap v89: 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-21T13:36:59.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:36:59 smithi084 ceph-mon[27656]: pgmap v90: 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-21T13:36:59.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:36:59 smithi066 ceph-mon[23686]: pgmap v90: 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-21T13:36:59.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:36:59 smithi066 ceph-mon[31353]: pgmap v90: 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-21T13:37:00.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:37:00] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-21T13:37:01.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:01 smithi084 ceph-mon[27656]: pgmap v91: 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-21T13:37:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:01 smithi066 ceph-mon[23686]: pgmap v91: 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-21T13:37:01.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:01 smithi066 ceph-mon[31353]: pgmap v91: 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-21T13:37:03.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:03 smithi084 ceph-mon[27656]: pgmap v92: 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-21T13:37:03.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:03 smithi066 ceph-mon[23686]: pgmap v92: 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-21T13:37:03.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:03 smithi066 ceph-mon[31353]: pgmap v92: 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-21T13:37:05.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:05 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:05.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:05 smithi084 ceph-mon[27656]: pgmap v93: 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-21T13:37:05.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:05 smithi084 ceph-mon[27656]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:05.705 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:05 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:05.705 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:05 smithi066 ceph-mon[23686]: pgmap v93: 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-21T13:37:05.705 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:05 smithi066 ceph-mon[23686]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:05.705 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:05 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:05.705 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:05 smithi066 ceph-mon[31353]: pgmap v93: 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-21T13:37:05.705 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:05 smithi066 ceph-mon[31353]: from='mgr.15192 172.21.15.66:0/4238884411' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:06.165 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:37:06.429 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:07.039 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:37:07.039 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (15m) 2m ago 16m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:37:07.039 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (16m) 2m ago 16m 81.2M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (2m) 2m ago 15m - - 3.8 164465d2334a 10871c952219 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (11m) 2m ago 20m 452M - 19.3.0-5104-g44178494 b415816db8b4 b62b3d8b55d7 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (5m) 2m ago 21m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (22m) 2m ago 22m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (20m) 2m ago 20m 49.5M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (20m) 2m ago 20m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (16m) 2m ago 16m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (15m) 2m ago 15m 16.3M - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (20m) 2m ago 20m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (19m) 2m ago 19m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (19m) 2m ago 19m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (18m) 2m ago 18m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (18m) 2m ago 18m 54.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (18m) 2m ago 18m 52.1M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:37:07.040 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (17m) 2m ago 17m 60.9M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:37:07.041 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (17m) 2m ago 17m 55.6M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:37:07.041 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (2m) 2m ago 16m 33.5M - 2.43.0 a07b618ecd1d a89e813ca6ea 2024-09-21T13:37:07.041 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (15m) 2m ago 15m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:37:07.041 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (15m) 2m ago 15m 86.1M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:37:07.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:07 smithi066 ceph-mon[23686]: pgmap v94: 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-21T13:37:07.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:07 smithi066 ceph-mon[31353]: pgmap v94: 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-21T13:37:07.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:07 smithi084 ceph-mon[27656]: pgmap v94: 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-21T13:37:07.825 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions' 2024-09-21T13:37:08.084 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:08 smithi066 ceph-mon[23686]: from='client.15279 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:37:08.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:08 smithi066 ceph-mon[31353]: from='client.15279 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:37:08.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:08 smithi084 ceph-mon[27656]: from='client.15279 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:37:08.886 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:37:08.886 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:37:08.886 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:37:08.886 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:37:08.886 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 13, 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:37:08.887 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:37:09.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:09 smithi084 ceph-mon[27656]: pgmap v95: 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-21T13:37:09.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:09 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3595791990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:37:09.689 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:09 smithi066 ceph-mon[23686]: pgmap v95: 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-21T13:37:09.689 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:09 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3595791990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:37:09.689 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:09 smithi066 ceph-mon[31353]: pgmap v95: 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-21T13:37:09.689 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:09 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3595791990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:37:09.718 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph -s' 2024-09-21T13:37:09.975 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:10.673 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:37:10] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: cluster: 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: id: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: health: HEALTH_OK 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: services: 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: mon: 3 daemons, quorum a,b,c (age 20m) 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: mgr: y(active, since 3m), standbys: x 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: osd: 8 osds: 8 up (since 17m), 8 in (since 17m) 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-21T13:37:10.674 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: data: 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: pools: 6 pools, 161 pgs 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: objects: 212 objects, 585 KiB 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: usage: 254 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: pgs: 161 active+clean 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: io: 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-21T13:37:10.675 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-09-21T13:37:11.350 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:37:11.612 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:11 smithi084 ceph-mon[27656]: pgmap v96: 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-21T13:37:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:11 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3985135025' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:37:11.733 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:11 smithi066 ceph-mon[31353]: pgmap v96: 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-21T13:37:11.734 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:11 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3985135025' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:37:11.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:11 smithi066 ceph-mon[23686]: pgmap v96: 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-21T13:37:11.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:11 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3985135025' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-21T13:37:12.373 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:37:13.012 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-21T13:37:13.274 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:13.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:13 smithi084 ceph-mon[27656]: pgmap v97: 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-21T13:37:13.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:13 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/637345593' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:37:13.667 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:13 smithi066 ceph-mon[23686]: pgmap v97: 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-21T13:37:13.668 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:13 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/637345593' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:37:13.668 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:13 smithi066 ceph-mon[31353]: pgmap v97: 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-21T13:37:13.668 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:13 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/637345593' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:37:14.032 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:37:14.613 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:14 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3033699360' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:37:14.613 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:14 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3033699360' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:37:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:14 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3033699360' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:37:14.643 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph mgr fail' 2024-09-21T13:37:14.901 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:15.612 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:15 smithi066 ceph-mon[23686]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:15.612 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:15 smithi066 ceph-mon[23686]: pgmap v98: 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-21T13:37:15.613 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:15 smithi066 ceph-mon[31353]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:15.613 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:15 smithi066 ceph-mon[31353]: pgmap v98: 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-21T13:37:15.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:15 smithi084 ceph-mon[27656]: from='client.25151 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:15.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:15 smithi084 ceph-mon[27656]: pgmap v98: 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-21T13:37:15.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:37:15.612+0000 7fa2ddea3640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-21T13:37:15.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ignoring --setuser ceph since I am not root 2024-09-21T13:37:15.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ignoring --setgroup ceph since I am not root 2024-09-21T13:37:15.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:15 smithi066 ceph-mgr[79024]: -- 172.21.15.66:0/634560009 <== mon.2 v2:172.21.15.66:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c62cca10e0 con 0x55c62cc7e800 2024-09-21T13:37:16.118 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:37:15] ENGINE Bus STOPPING 2024-09-21T13:37:16.118 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:37:15] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:37:16.118 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:37:15] ENGINE Bus STOPPED 2024-09-21T13:37:16.269 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'sleep 180' 2024-09-21T13:37:16.552 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1389018507' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: Activating manager daemon x 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: osdmap e103: 8 total, 8 up, 8 in 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: mgrmap e35: x(active, starting, since 0.00639746s) 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:37:16.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: Manager daemon x is now available 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:37:16.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:37:16.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:37:16.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:37:16.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1389018507' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: Activating manager daemon x 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: osdmap e103: 8 total, 8 up, 8 in 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: mgrmap e35: x(active, starting, since 0.00639746s) 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:37:16.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: Manager daemon x is now available 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:37:16.681 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1389018507' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: Activating manager daemon x 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: osdmap e103: 8 total, 8 up, 8 in 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: mgrmap e35: x(active, starting, since 0.00639746s) 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:37:16.682 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: Manager daemon x is now available 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:37:16.683 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:37:16.684 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:37:16.684 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:37:16.684 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:16 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-21T13:37:16.989 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:37:16] ENGINE Bus STARTING 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:37:16] ENGINE Serving on http://:::9283 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:37:16] ENGINE Bus STARTED 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:37:16.749+0000 7f5b768c7640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:37:16] ENGINE Error in HTTPServer.serve 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: Traceback (most recent call last): 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: self._connections.run(self.expiration_interval) 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: self._run(expiration_interval) 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:37:16.990 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: s = self.context.wrap_socket( 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: return self.sslsocket_class._create( 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: self.do_handshake() 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: self._sslobj.do_handshake() 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:37:16.991 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:37:17.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[23686]: mgrmap e36: x(active, since 1.01007s) 2024-09-21T13:37:17.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[23686]: [21/Sep/2024:13:37:16] ENGINE Bus STARTING 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[23686]: [21/Sep/2024:13:37:16] ENGINE Serving on https://172.21.15.84:7150 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[23686]: [21/Sep/2024:13:37:16] ENGINE Error in HTTPServer.serve 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:37:17.745 INFO:journalctl@ceph.mon.a.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.a.smithi066.stdout: self.do_handshake() 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.a.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[23686]: [21/Sep/2024:13:37:16] ENGINE Serving on http://172.21.15.84:8765 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[23686]: [21/Sep/2024:13:37:16] ENGINE Bus STARTED 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[31353]: mgrmap e36: x(active, since 1.01007s) 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[31353]: [21/Sep/2024:13:37:16] ENGINE Bus STARTING 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[31353]: [21/Sep/2024:13:37:16] ENGINE Serving on https://172.21.15.84:7150 2024-09-21T13:37:17.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[31353]: [21/Sep/2024:13:37:16] ENGINE Error in HTTPServer.serve 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:37:17.747 INFO:journalctl@ceph.mon.c.smithi066.stdout: self.do_handshake() 2024-09-21T13:37:17.748 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:37:17.748 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:37:17.748 INFO:journalctl@ceph.mon.c.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:37:17.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[31353]: [21/Sep/2024:13:37:16] ENGINE Serving on http://172.21.15.84:8765 2024-09-21T13:37:17.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:17 smithi066 ceph-mon[31353]: [21/Sep/2024:13:37:16] ENGINE Bus STARTED 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:17 smithi084 ceph-mon[27656]: mgrmap e36: x(active, since 1.01007s) 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:17 smithi084 ceph-mon[27656]: [21/Sep/2024:13:37:16] ENGINE Bus STARTING 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:17 smithi084 ceph-mon[27656]: [21/Sep/2024:13:37:16] ENGINE Serving on https://172.21.15.84:7150 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:17 smithi084 ceph-mon[27656]: [21/Sep/2024:13:37:16] ENGINE Error in HTTPServer.serve 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout: Traceback (most recent call last): 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._run(expiration_interval) 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:37:17.941 INFO:journalctl@ceph.mon.b.smithi084.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: s = self.context.wrap_socket( 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: return self.sslsocket_class._create( 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: self.do_handshake() 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._sslobj.do_handshake() 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:17 smithi084 ceph-mon[27656]: [21/Sep/2024:13:37:16] ENGINE Serving on http://172.21.15.84:8765 2024-09-21T13:37:17.942 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:17 smithi084 ceph-mon[27656]: [21/Sep/2024:13:37:16] ENGINE Bus STARTED 2024-09-21T13:37:18.837 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:18 smithi084 ceph-mon[27656]: mgrmap e37: x(active, since 2s) 2024-09-21T13:37:18.838 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:18 smithi084 ceph-mon[27656]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:37:18.951 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:18 smithi066 ceph-mon[23686]: mgrmap e37: x(active, since 2s) 2024-09-21T13:37:18.952 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:18 smithi066 ceph-mon[23686]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:37:18.952 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:18 smithi066 ceph-mon[31353]: mgrmap e37: x(active, since 2s) 2024-09-21T13:37:18.952 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:18 smithi066 ceph-mon[31353]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:37:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:18.837Z 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.66:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:37:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:18.837Z 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.66:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:37:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:18.838Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=smb msg="Unable to refresh target groups" err="Get \"http://172.21.15.66:8765/sd/prometheus/sd-config?service=smb\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:37:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:18.841Z 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.66:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:37:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:18.841Z 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.66:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:37:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:18.841Z 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.66:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:37:19.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:19.038Z 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.66:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:37:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:20 smithi066 ceph-mon[23686]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:37:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:20 smithi066 ceph-mon[23686]: mgrmap e38: x(active, since 4s) 2024-09-21T13:37:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:20 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:20 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:20.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:20 smithi066 ceph-mon[31353]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:37:20.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:20 smithi066 ceph-mon[31353]: mgrmap e38: x(active, since 4s) 2024-09-21T13:37:20.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:20 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:20.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:20 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:20 smithi084 ceph-mon[27656]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:37:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:20 smithi084 ceph-mon[27656]: mgrmap e38: x(active, since 4s) 2024-09-21T13:37:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:20 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:21.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:20 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:21.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:37:21] ENGINE Bus STARTING 2024-09-21T13:37:21.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: CherryPy Checker: 2024-09-21T13:37:21.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: The Application mounted at '' has an empty config. 2024-09-21T13:37:21.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:37:21.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:37:21] ENGINE Serving on http://:::9283 2024-09-21T13:37:21.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:37:21] ENGINE Bus STARTED 2024-09-21T13:37:22.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: Standby manager daemon y started 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:22.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:21 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:37:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: Standby manager daemon y started 2024-09-21T13:37:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:37:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:37:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: Standby manager daemon y started 2024-09-21T13:37:22.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-21T13:37:22.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:37:22.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-21T13:37:22.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:37:22.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:22.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:22.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:21 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:37:23.186 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:37:23.186 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:37:23.186 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: 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-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.187 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: mgrmap e39: x(active, since 6s), standbys: y 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:37:23.188 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:37:23.188 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[31353]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:37:23.188 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: 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-21T13:37:23.188 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: mgrmap e39: x(active, since 6s), standbys: y 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:37:23.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:23.190 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:22 smithi066 ceph-mon[23686]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:37:23.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: 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-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: mgrmap e39: x(active, since 6s), standbys: y 2024-09-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:23.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:22 smithi084 ceph-mon[27656]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:37:25.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:24 smithi066 ceph-mon[31353]: 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-21T13:37:25.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:24 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:25.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:24 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:24 smithi066 ceph-mon[23686]: 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-21T13:37:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:24 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:25.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:24 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:25.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:24 smithi084 ceph-mon[27656]: 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-21T13:37:25.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:24 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:25.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:24 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:25.957 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[23686]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:37:25.957 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[23686]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:37:25.957 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2612554722' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:37:25.957 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2555752142' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]: dispatch 2024-09-21T13:37:25.957 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]: dispatch 2024-09-21T13:37:25.958 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[31353]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:37:25.958 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[31353]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:37:25.958 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2612554722' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:37:25.958 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2555752142' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]: dispatch 2024-09-21T13:37:25.958 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:25 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]: dispatch 2024-09-21T13:37:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:25 smithi084 ceph-mon[27656]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:37:26.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:25 smithi084 ceph-mon[27656]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:37:26.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:25 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2612554722' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:37:26.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:25 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2555752142' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]: dispatch 2024-09-21T13:37:26.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:25 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]: dispatch 2024-09-21T13:37:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:26 smithi066 ceph-mon[31353]: 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-21T13:37:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:26 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]': finished 2024-09-21T13:37:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:26 smithi066 ceph-mon[31353]: osdmap e104: 8 total, 8 up, 8 in 2024-09-21T13:37:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:26 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/664410687' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/649041879"}]: dispatch 2024-09-21T13:37:27.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:26 smithi066 ceph-mon[23686]: 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-21T13:37:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:26 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]': finished 2024-09-21T13:37:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:26 smithi066 ceph-mon[23686]: osdmap e104: 8 total, 8 up, 8 in 2024-09-21T13:37:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:26 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/664410687' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/649041879"}]: dispatch 2024-09-21T13:37:27.294 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:26 smithi084 ceph-mon[27656]: 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-21T13:37:27.294 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:26 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1198812158"}]': finished 2024-09-21T13:37:27.294 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:26 smithi084 ceph-mon[27656]: osdmap e104: 8 total, 8 up, 8 in 2024-09-21T13:37:27.294 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:26 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/664410687' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/649041879"}]: dispatch 2024-09-21T13:37:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:27 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/664410687' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/649041879"}]': finished 2024-09-21T13:37:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:27 smithi066 ceph-mon[23686]: osdmap e105: 8 total, 8 up, 8 in 2024-09-21T13:37:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:27 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2333841206' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1247915976"}]: dispatch 2024-09-21T13:37:28.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:27 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/664410687' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/649041879"}]': finished 2024-09-21T13:37:28.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:27 smithi066 ceph-mon[31353]: osdmap e105: 8 total, 8 up, 8 in 2024-09-21T13:37:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:27 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2333841206' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1247915976"}]: dispatch 2024-09-21T13:37:28.260 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:27 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/664410687' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/649041879"}]': finished 2024-09-21T13:37:28.260 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:27 smithi084 ceph-mon[27656]: osdmap e105: 8 total, 8 up, 8 in 2024-09-21T13:37:28.260 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:27 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2333841206' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1247915976"}]: dispatch 2024-09-21T13:37:28.564 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 systemd[1]: Stopping Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-21T13:37:28.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.563Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-21T13:37:28.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.564Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-21T13:37:28.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.564Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-21T13:37:28.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[67543]: ts=2024-09-21T13:37:28.564Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-21T13:37:28.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 podman[69756]: 2024-09-21 13:37:28.573794159 +0000 UTC m=+0.114461533 container died a89e813ca6eadbc1c12fe479351ebada0c45aeeb47626a74c977e6fa7a778d21 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:37:29.190 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 podman[69756]: 2024-09-21 13:37:28.979407621 +0000 UTC m=+0.520074979 container cleanup a89e813ca6eadbc1c12fe479351ebada0c45aeeb47626a74c977e6fa7a778d21 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:37:29.190 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:28 smithi084 bash[69756]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a 2024-09-21T13:37:29.190 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-mon[27656]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:37:29.190 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2333841206' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1247915976"}]': finished 2024-09-21T13:37:29.190 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-mon[27656]: osdmap e106: 8 total, 8 up, 8 in 2024-09-21T13:37:29.190 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4090657719' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]: dispatch 2024-09-21T13:37:29.190 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:28 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]: dispatch 2024-09-21T13:37:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[23686]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:37:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2333841206' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1247915976"}]': finished 2024-09-21T13:37:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[23686]: osdmap e106: 8 total, 8 up, 8 in 2024-09-21T13:37:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4090657719' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]: dispatch 2024-09-21T13:37:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]: dispatch 2024-09-21T13:37:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[31353]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-21T13:37:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2333841206' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/1247915976"}]': finished 2024-09-21T13:37:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[31353]: osdmap e106: 8 total, 8 up, 8 in 2024-09-21T13:37:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4090657719' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]: dispatch 2024-09-21T13:37:29.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:28 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]: dispatch 2024-09-21T13:37:29.603 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 podman[69768]: 2024-09-21 13:37:29.189441908 +0000 UTC m=+0.617909091 container remove a89e813ca6eadbc1c12fe479351ebada0c45aeeb47626a74c977e6fa7a778d21 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:37:29.603 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-21T13:37:29.603 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 systemd[1]: Stopped Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:37:29.603 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Consumed 1.567s CPU time. 2024-09-21T13:37:29.603 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 systemd[1]: Starting Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:37:29.868 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 podman[69863]: 2024-09-21 13:37:29.506873211 +0000 UTC m=+0.016717448 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-21T13:37:29.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 podman[69863]: 2024-09-21 13:37:29.623668922 +0000 UTC m=+0.133513150 container create 6859ad31da63f6b3a0ad9ba6d3955c9b2ddbe8b4f977ecdc0b1ee41039492253 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:37:30.242 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]': finished 2024-09-21T13:37:30.242 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-mon[27656]: osdmap e107: 8 total, 8 up, 8 in 2024-09-21T13:37:30.242 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/313469779' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]: dispatch 2024-09-21T13:37:30.242 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]: dispatch 2024-09-21T13:37:30.242 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 podman[69863]: 2024-09-21 13:37:29.917658333 +0000 UTC m=+0.427502566 container init 6859ad31da63f6b3a0ad9ba6d3955c9b2ddbe8b4f977ecdc0b1ee41039492253 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 podman[69863]: 2024-09-21 13:37:29.920464048 +0000 UTC m=+0.430308285 container start 6859ad31da63f6b3a0ad9ba6d3955c9b2ddbe8b4f977ecdc0b1ee41039492253 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.944Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.944Z 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-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.944Z caller=main.go:570 level=info host_details="(Linux 5.14.0-508.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024 x86_64 smithi084 (none))" 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.944Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.944Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.945Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.945Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.947Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.947Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.949Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.949Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.532µs 2024-09-21T13:37:30.243 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.949Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-21T13:37:30.244 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.951Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-09-21T13:37:30.244 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.959Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-09-21T13:37:30.244 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.963Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-09-21T13:37:30.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:29 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]': finished 2024-09-21T13:37:30.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:29 smithi066 ceph-mon[31353]: osdmap e107: 8 total, 8 up, 8 in 2024-09-21T13:37:30.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:29 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/313469779' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]: dispatch 2024-09-21T13:37:30.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:29 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]: dispatch 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.965Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.965Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.965Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.581µs wal_replay_duration=16.36992ms wbl_replay_duration=85ns total_replay_duration=16.407486ms 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.967Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.967Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.967Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.988Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=21.650602ms db_storage=1.143µs remote_storage=1.216µs web_handler=413ns query_engine=792ns scrape=454.243µs scrape_sd=150.848µs notify=17.335µs notify_sd=17.473µs rules=20.608429ms tracing=5.484µs 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.988Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:37:29.988Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-21T13:37:30.245 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:30 smithi084 bash[69863]: 6859ad31da63f6b3a0ad9ba6d3955c9b2ddbe8b4f977ecdc0b1ee41039492253 2024-09-21T13:37:30.246 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:37:30 smithi084 systemd[1]: Started Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:37:30.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:29 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6801/1727721056"}]': finished 2024-09-21T13:37:30.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:29 smithi066 ceph-mon[23686]: osdmap e107: 8 total, 8 up, 8 in 2024-09-21T13:37:30.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:29 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/313469779' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]: dispatch 2024-09-21T13:37:30.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:29 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]: dispatch 2024-09-21T13:37:30.968 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: 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-21T13:37:30.969 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]': finished 2024-09-21T13:37:30.969 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: osdmap e108: 8 total, 8 up, 8 in 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: 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-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]': finished 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: osdmap e108: 8 total, 8 up, 8 in 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:37:31.225 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:30 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2154712079' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/712575015"}]: dispatch 2024-09-21T13:37:31.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: 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-21T13:37:31.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='client.? ' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:6800/1727721056"}]': finished 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: osdmap e108: 8 total, 8 up, 8 in 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2154712079' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/712575015"}]: dispatch 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:31.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:37:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:37:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:37:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:37:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:37:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:37:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:30 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2154712079' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/712575015"}]: dispatch 2024-09-21T13:37:32.233 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:31 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:32.233 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:31 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2154712079' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/712575015"}]': finished 2024-09-21T13:37:32.233 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:31 smithi084 ceph-mon[27656]: osdmap e109: 8 total, 8 up, 8 in 2024-09-21T13:37:32.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:31 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:32.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:31 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2154712079' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/712575015"}]': finished 2024-09-21T13:37:32.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:31 smithi066 ceph-mon[31353]: osdmap e109: 8 total, 8 up, 8 in 2024-09-21T13:37:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:31 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:31 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2154712079' entity='client.iscsi.foo.smithi066.gmfzpw' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.66:0/712575015"}]': finished 2024-09-21T13:37:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:31 smithi066 ceph-mon[23686]: osdmap e109: 8 total, 8 up, 8 in 2024-09-21T13:37:33.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:33 smithi066 ceph-mon[23686]: 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-21T13:37:33.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:33 smithi066 ceph-mon[31353]: 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-21T13:37:33.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:33 smithi084 ceph-mon[27656]: 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-21T13:37:35.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:35 smithi084 ceph-mon[27656]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-21T13:37:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:35 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:35 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:35 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:35 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:35 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:35 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:37:35.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:35 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[23686]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-21T13:37:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[31353]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:37:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:35 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:37:36.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:36 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:36.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:36 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:36.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:36 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:37.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:37 smithi084 ceph-mon[27656]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 768 B/s rd, 0 op/s 2024-09-21T13:37:37.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:37:36] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-21T13:37:37.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:37 smithi066 ceph-mon[23686]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 768 B/s rd, 0 op/s 2024-09-21T13:37:37.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:37 smithi066 ceph-mon[31353]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 768 B/s rd, 0 op/s 2024-09-21T13:37:39.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:39 smithi066 ceph-mon[23686]: pgmap v20: 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-21T13:37:39.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:39 smithi066 ceph-mon[31353]: pgmap v20: 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-21T13:37:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:39 smithi084 ceph-mon[27656]: pgmap v20: 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-21T13:37:41.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:41 smithi066 ceph-mon[23686]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:37:41.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:41 smithi066 ceph-mon[31353]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:37:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:41 smithi084 ceph-mon[27656]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:37:43.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:43 smithi066 ceph-mon[23686]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-21T13:37:43.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:43 smithi066 ceph-mon[31353]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-21T13:37:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:43 smithi084 ceph-mon[27656]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-21T13:37:45.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:45 smithi066 ceph-mon[23686]: 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-21T13:37:45.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:45 smithi066 ceph-mon[31353]: 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-21T13:37:45.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:45 smithi084 ceph-mon[27656]: 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-21T13:37:46.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:46 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:46.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:46 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:46.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:46 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:46.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:46 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:46.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:46 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:46.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:46 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:37:47.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:47 smithi084 ceph-mon[27656]: 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-21T13:37:47.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:37:46] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-21T13:37:47.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:47 smithi066 ceph-mon[31353]: 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-21T13:37:47.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:47 smithi066 ceph-mon[23686]: 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-21T13:37:49.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:49 smithi066 ceph-mon[23686]: 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-21T13:37:49.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:49 smithi066 ceph-mon[31353]: 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-21T13:37:49.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:49 smithi084 ceph-mon[27656]: 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-21T13:37:51.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:51 smithi066 ceph-mon[23686]: 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-21T13:37:51.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:51 smithi066 ceph-mon[31353]: 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-21T13:37:51.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:51 smithi084 ceph-mon[27656]: 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-21T13:37:53.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:53 smithi066 ceph-mon[23686]: 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-21T13:37:53.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:53 smithi066 ceph-mon[31353]: 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-21T13:37:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:53 smithi084 ceph-mon[27656]: 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-21T13:37:55.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:55 smithi066 ceph-mon[23686]: 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-21T13:37:55.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:55 smithi066 ceph-mon[31353]: 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-21T13:37:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:55 smithi084 ceph-mon[27656]: 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-21T13:37:56.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:56 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:56.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:56 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:56.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:56 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:37:57.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:57 smithi084 ceph-mon[27656]: 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-21T13:37:57.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:37:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:37:56] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-21T13:37:57.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:57 smithi066 ceph-mon[23686]: 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-21T13:37:57.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:57 smithi066 ceph-mon[31353]: 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-21T13:37:59.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:37:59 smithi066 ceph-mon[23686]: 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-21T13:37:59.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:37:59 smithi066 ceph-mon[31353]: 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-21T13:37:59.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:37:59 smithi084 ceph-mon[27656]: 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-21T13:38:01.421 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:01 smithi084 ceph-mon[27656]: 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-21T13:38:01.421 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:01 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:01.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:01 smithi066 ceph-mon[23686]: 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-21T13:38:01.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:01 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:01.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:01 smithi066 ceph-mon[31353]: 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-21T13:38:01.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:01 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:03.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:03 smithi066 ceph-mon[31353]: 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-21T13:38:03.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:03 smithi066 ceph-mon[23686]: 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-21T13:38:03.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:03 smithi084 ceph-mon[27656]: 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-21T13:38:05.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:05 smithi066 ceph-mon[23686]: 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-21T13:38:05.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:05 smithi066 ceph-mon[31353]: 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-21T13:38:05.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:05 smithi084 ceph-mon[27656]: 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-21T13:38:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:06 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:06.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:06 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:06.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:06 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:07.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:07 smithi084 ceph-mon[27656]: 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-21T13:38:07.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:38:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:38:06] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.43.0" 2024-09-21T13:38:07.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:07 smithi066 ceph-mon[23686]: 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-21T13:38:07.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:07 smithi066 ceph-mon[31353]: 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-21T13:38:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:09 smithi066 ceph-mon[23686]: 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-21T13:38:09.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:09 smithi066 ceph-mon[31353]: 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-21T13:38:09.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:09 smithi084 ceph-mon[27656]: 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-21T13:38:11.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:11 smithi066 ceph-mon[23686]: 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-21T13:38:11.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:11 smithi066 ceph-mon[31353]: 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-21T13:38:11.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:11 smithi084 ceph-mon[27656]: 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-21T13:38:13.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:13 smithi066 ceph-mon[23686]: 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-21T13:38:13.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:13 smithi066 ceph-mon[31353]: 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-21T13:38:13.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:13 smithi084 ceph-mon[27656]: 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-21T13:38:15.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:15 smithi066 ceph-mon[23686]: 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-21T13:38:15.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:15 smithi066 ceph-mon[31353]: 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-21T13:38:15.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:15 smithi084 ceph-mon[27656]: 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-21T13:38:16.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:16 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:16.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:16.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:16 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:16.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:16 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:17.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:17 smithi084 ceph-mon[27656]: 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-21T13:38:17.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:38:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:38:16] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-21T13:38:17.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:17 smithi066 ceph-mon[23686]: 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-21T13:38:17.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:17 smithi066 ceph-mon[31353]: 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-21T13:38:19.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:19 smithi066 ceph-mon[23686]: 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-21T13:38:19.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:19 smithi066 ceph-mon[31353]: 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-21T13:38:19.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:19 smithi084 ceph-mon[27656]: 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-21T13:38:21.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:21 smithi066 ceph-mon[23686]: 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-21T13:38:21.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:21 smithi066 ceph-mon[31353]: 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-21T13:38:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:21 smithi084 ceph-mon[27656]: 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-21T13:38:23.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:23 smithi066 ceph-mon[23686]: 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-21T13:38:23.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:23 smithi066 ceph-mon[31353]: 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-21T13:38:23.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:23 smithi084 ceph-mon[27656]: 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-21T13:38:25.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:25 smithi066 ceph-mon[23686]: 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-21T13:38:25.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:25 smithi066 ceph-mon[31353]: 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-21T13:38:25.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:25 smithi084 ceph-mon[27656]: 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-21T13:38:26.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:26 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:26 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:26.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:26 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:27.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:27 smithi084 ceph-mon[27656]: 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-21T13:38:27.369 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:38:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:38:26] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-21T13:38:27.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:27 smithi066 ceph-mon[23686]: 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-21T13:38:27.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:27 smithi066 ceph-mon[31353]: 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-21T13:38:29.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:29 smithi066 ceph-mon[23686]: 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-21T13:38:29.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:29 smithi066 ceph-mon[31353]: 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-21T13:38:29.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:29 smithi084 ceph-mon[27656]: 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-21T13:38:31.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:31 smithi066 ceph-mon[23686]: 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-21T13:38:31.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:31 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:31.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:31 smithi066 ceph-mon[31353]: 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-21T13:38:31.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:31 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:31.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:31 smithi084 ceph-mon[27656]: 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-21T13:38:31.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:31 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:33 smithi066 ceph-mon[23686]: 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-21T13:38:33.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:33 smithi066 ceph-mon[31353]: 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-21T13:38:33.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:33 smithi084 ceph-mon[27656]: 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-21T13:38:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:35 smithi066 ceph-mon[23686]: 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-21T13:38:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:35 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:38:35.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:35 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:38:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:35 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:38:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:35 smithi066 ceph-mon[31353]: 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-21T13:38:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:35 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:38:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:35 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:38:35.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:35 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:38:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:35 smithi084 ceph-mon[27656]: 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-21T13:38:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:35 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:38:35.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:35 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:38:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:35 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:38:36.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:36 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:36.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:36 smithi066 ceph-mon[23686]: 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-21T13:38:36.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:36 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:36.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:36 smithi066 ceph-mon[31353]: 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-21T13:38:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:36 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:36 smithi084 ceph-mon[27656]: 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-21T13:38:37.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:38:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:38:36] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-21T13:38:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:38 smithi066 ceph-mon[23686]: 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-21T13:38:38.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:38 smithi066 ceph-mon[31353]: 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-21T13:38:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:38 smithi084 ceph-mon[27656]: 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-21T13:38:40.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:40 smithi066 ceph-mon[23686]: 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-21T13:38:40.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:40 smithi066 ceph-mon[31353]: 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-21T13:38:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:40 smithi084 ceph-mon[27656]: 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-21T13:38:42.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:42 smithi066 ceph-mon[23686]: 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-21T13:38:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:42 smithi066 ceph-mon[31353]: 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-21T13:38:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:42 smithi084 ceph-mon[27656]: 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-21T13:38:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:44 smithi066 ceph-mon[23686]: 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-21T13:38:44.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:44 smithi066 ceph-mon[31353]: 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-21T13:38:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:44 smithi084 ceph-mon[27656]: 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-21T13:38:45.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:45 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:45.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:45 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:46.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:45 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:46.984 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:46 smithi084 ceph-mon[27656]: 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-21T13:38:46.984 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:46 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:46 smithi066 ceph-mon[23686]: 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-21T13:38:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:46 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:46.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:46 smithi066 ceph-mon[31353]: 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-21T13:38:46.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:46 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:38:47.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:38:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:38:46] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-21T13:38:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:48 smithi066 ceph-mon[31353]: 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-21T13:38:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:48 smithi066 ceph-mon[23686]: 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-21T13:38:49.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:48 smithi084 ceph-mon[27656]: 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-21T13:38:50.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:50 smithi066 ceph-mon[23686]: 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-21T13:38:50.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:50 smithi066 ceph-mon[31353]: 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-21T13:38:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:50 smithi084 ceph-mon[27656]: 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-21T13:38:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:52 smithi066 ceph-mon[23686]: 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-21T13:38:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:52 smithi066 ceph-mon[31353]: 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-21T13:38:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:52 smithi084 ceph-mon[27656]: 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-21T13:38:54.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:54 smithi066 ceph-mon[23686]: 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-21T13:38:54.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:54 smithi066 ceph-mon[31353]: 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-21T13:38:55.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:54 smithi084 ceph-mon[27656]: 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-21T13:38:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:55 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:55.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:55 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:55 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:38:56.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:56 smithi066 ceph-mon[23686]: 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-21T13:38:56.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:56 smithi066 ceph-mon[31353]: 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-21T13:38:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:56 smithi084 ceph-mon[27656]: 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-21T13:38:57.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:38:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:38:56] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-21T13:38:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:38:58 smithi066 ceph-mon[23686]: 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-21T13:38:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:38:58 smithi066 ceph-mon[31353]: 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-21T13:38:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:38:58 smithi084 ceph-mon[27656]: 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-21T13:39:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:00 smithi066 ceph-mon[23686]: 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-21T13:39:00.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:00 smithi066 ceph-mon[31353]: 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-21T13:39:01.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:00 smithi084 ceph-mon[27656]: 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-21T13:39:02.020 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:01 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:01 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:01 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:03.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:02 smithi084 ceph-mon[27656]: 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-21T13:39:03.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:02 smithi066 ceph-mon[23686]: 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-21T13:39:03.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:02 smithi066 ceph-mon[31353]: 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-21T13:39:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:04 smithi084 ceph-mon[27656]: 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-21T13:39:05.197 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:04 smithi066 ceph-mon[23686]: 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-21T13:39:05.198 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:04 smithi066 ceph-mon[31353]: 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-21T13:39:06.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:05 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:05 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:06.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:05 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:07.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:06 smithi084 ceph-mon[27656]: 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-21T13:39:07.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:39:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:39:06] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-21T13:39:07.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:06 smithi066 ceph-mon[23686]: 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-21T13:39:07.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:06 smithi066 ceph-mon[31353]: 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-21T13:39:08.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:08 smithi084 ceph-mon[27656]: 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-21T13:39:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:08 smithi066 ceph-mon[23686]: 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-21T13:39:08.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:08 smithi066 ceph-mon[31353]: 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-21T13:39:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:10 smithi066 ceph-mon[23686]: 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-21T13:39:10.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:10 smithi066 ceph-mon[31353]: 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-21T13:39:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:10 smithi084 ceph-mon[27656]: 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-21T13:39:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:12 smithi066 ceph-mon[23686]: 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-21T13:39:12.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:12 smithi066 ceph-mon[31353]: 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-21T13:39:13.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:12 smithi084 ceph-mon[27656]: 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-21T13:39:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:14 smithi066 ceph-mon[23686]: 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-21T13:39:14.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:14 smithi066 ceph-mon[31353]: 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-21T13:39:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:14 smithi084 ceph-mon[27656]: 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-21T13:39:15.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:15 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:15.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:15 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:16.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:15 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:16.984 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:16 smithi084 ceph-mon[27656]: 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-21T13:39:16.984 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:16 smithi066 ceph-mon[31353]: 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-21T13:39:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:16 smithi066 ceph-mon[23686]: 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-21T13:39:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:17.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:39:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:39:16] "GET /metrics HTTP/1.1" 200 38217 "" "Prometheus/2.43.0" 2024-09-21T13:39:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:18 smithi066 ceph-mon[23686]: 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-21T13:39:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:18 smithi066 ceph-mon[31353]: 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-21T13:39:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:18 smithi084 ceph-mon[27656]: 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-21T13:39:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:20 smithi066 ceph-mon[23686]: 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-21T13:39:20.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:20 smithi066 ceph-mon[31353]: 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-21T13:39:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:20 smithi084 ceph-mon[27656]: 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-21T13:39:22.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:22 smithi066 ceph-mon[23686]: 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-21T13:39:22.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:22 smithi066 ceph-mon[31353]: 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-21T13:39:23.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:22 smithi084 ceph-mon[27656]: 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-21T13:39:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:24 smithi066 ceph-mon[23686]: 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-21T13:39:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:24 smithi066 ceph-mon[31353]: 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-21T13:39:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:24 smithi084 ceph-mon[27656]: 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-21T13:39:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:25 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:26.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:25 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:26.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:25 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:27.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:26 smithi084 ceph-mon[27656]: 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-21T13:39:27.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:39:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:39:26] "GET /metrics HTTP/1.1" 200 38217 "" "Prometheus/2.43.0" 2024-09-21T13:39:27.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:26 smithi066 ceph-mon[23686]: 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-21T13:39:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:26 smithi066 ceph-mon[31353]: 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-21T13:39:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:28 smithi084 ceph-mon[27656]: 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-21T13:39:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:28 smithi066 ceph-mon[23686]: 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-21T13:39:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:28 smithi066 ceph-mon[31353]: 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-21T13:39:31.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:30 smithi084 ceph-mon[27656]: 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-21T13:39:31.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:30 smithi066 ceph-mon[23686]: 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-21T13:39:31.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:30 smithi066 ceph-mon[31353]: 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-21T13:39:32.020 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:31 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:31 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:32.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:31 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:32 smithi084 ceph-mon[27656]: 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-21T13:39:33.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:32 smithi066 ceph-mon[23686]: 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-21T13:39:33.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:32 smithi066 ceph-mon[31353]: 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-21T13:39:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:34 smithi084 ceph-mon[27656]: 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-21T13:39:35.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:34 smithi066 ceph-mon[23686]: 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-21T13:39:35.225 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:34 smithi066 ceph-mon[31353]: 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-21T13:39:36.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:35 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:36.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:35 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:39:36.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:35 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:39:36.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:35 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:39:36.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:35 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:36.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:35 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:39:36.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:35 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:39:36.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:35 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:39:36.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:35 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:36.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:35 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:39:36.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:35 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:39:36.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:35 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:39:37.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:36 smithi084 ceph-mon[27656]: 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-21T13:39:37.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:39:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:39:36] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-21T13:39:37.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:36 smithi066 ceph-mon[23686]: 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-21T13:39:37.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:36 smithi066 ceph-mon[31353]: 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-21T13:39:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:38 smithi084 ceph-mon[27656]: 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-21T13:39:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:38 smithi066 ceph-mon[23686]: 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-21T13:39:39.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:38 smithi066 ceph-mon[31353]: 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-21T13:39:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:40 smithi084 ceph-mon[27656]: 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-21T13:39:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:40 smithi066 ceph-mon[23686]: 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-21T13:39:41.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:40 smithi066 ceph-mon[31353]: 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-21T13:39:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:42 smithi084 ceph-mon[27656]: 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-21T13:39:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:42 smithi066 ceph-mon[23686]: 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-21T13:39:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:42 smithi066 ceph-mon[31353]: 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-21T13:39:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:44 smithi084 ceph-mon[27656]: 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-21T13:39:45.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:44 smithi066 ceph-mon[23686]: 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-21T13:39:45.227 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:44 smithi066 ceph-mon[31353]: 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-21T13:39:46.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:45 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:46.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:45 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:46.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:45 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:47.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:39:46 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:39:46] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.43.0" 2024-09-21T13:39:47.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:46 smithi084 ceph-mon[27656]: 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-21T13:39:47.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:46 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:47.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:46 smithi066 ceph-mon[23686]: 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-21T13:39:47.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:46 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:47.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:46 smithi066 ceph-mon[31353]: 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-21T13:39:47.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:46 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:39:49.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:48 smithi084 ceph-mon[27656]: 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-21T13:39:49.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:48 smithi066 ceph-mon[23686]: 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-21T13:39:49.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:48 smithi066 ceph-mon[31353]: 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-21T13:39:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:50 smithi084 ceph-mon[27656]: 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-21T13:39:51.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:50 smithi066 ceph-mon[23686]: 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-21T13:39:51.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:50 smithi066 ceph-mon[31353]: 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-21T13:39:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:52 smithi084 ceph-mon[27656]: 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-21T13:39:53.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:52 smithi066 ceph-mon[23686]: 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-21T13:39:53.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:52 smithi066 ceph-mon[31353]: 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-21T13:39:55.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:54 smithi084 ceph-mon[27656]: 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-21T13:39:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:54 smithi066 ceph-mon[23686]: 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-21T13:39:55.239 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:54 smithi066 ceph-mon[31353]: 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-21T13:39:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:55 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:56.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:55 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:55 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:39:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:56 smithi084 ceph-mon[27656]: 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-21T13:39:57.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:39:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:39:56] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.43.0" 2024-09-21T13:39:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:56 smithi066 ceph-mon[23686]: 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-21T13:39:57.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:56 smithi066 ceph-mon[31353]: 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-21T13:39:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:39:58 smithi084 ceph-mon[27656]: 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-21T13:39:59.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:39:58 smithi066 ceph-mon[23686]: 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-21T13:39:59.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:39:58 smithi066 ceph-mon[31353]: 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-21T13:40:01.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:00 smithi084 ceph-mon[27656]: 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-21T13:40:01.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:00 smithi084 ceph-mon[27656]: overall HEALTH_OK 2024-09-21T13:40:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:00 smithi066 ceph-mon[23686]: 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-21T13:40:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:00 smithi066 ceph-mon[23686]: overall HEALTH_OK 2024-09-21T13:40:01.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:00 smithi066 ceph-mon[31353]: 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-21T13:40:01.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:00 smithi066 ceph-mon[31353]: overall HEALTH_OK 2024-09-21T13:40:02.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:01 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:01 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:01 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:03.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:02 smithi084 ceph-mon[27656]: 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-21T13:40:03.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:02 smithi066 ceph-mon[31353]: 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-21T13:40:03.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:02 smithi066 ceph-mon[23686]: 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-21T13:40:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:04 smithi084 ceph-mon[27656]: 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-21T13:40:05.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:04 smithi066 ceph-mon[23686]: 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-21T13:40:05.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:04 smithi066 ceph-mon[31353]: 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-21T13:40:06.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:05 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:06.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:05 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:05 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:07.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:06 smithi084 ceph-mon[27656]: 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-21T13:40:07.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:40:06] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-21T13:40:07.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:06 smithi066 ceph-mon[23686]: 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-21T13:40:07.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:06 smithi066 ceph-mon[31353]: 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-21T13:40:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:08 smithi084 ceph-mon[27656]: 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-21T13:40:09.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:08 smithi066 ceph-mon[23686]: 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-21T13:40:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:08 smithi066 ceph-mon[31353]: 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-21T13:40:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:10 smithi084 ceph-mon[27656]: 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-21T13:40:11.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:10 smithi066 ceph-mon[23686]: 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-21T13:40:11.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:10 smithi066 ceph-mon[31353]: 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-21T13:40:13.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:12 smithi084 ceph-mon[27656]: 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-21T13:40:13.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:12 smithi066 ceph-mon[23686]: 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-21T13:40:13.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:12 smithi066 ceph-mon[31353]: 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-21T13:40:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:14 smithi084 ceph-mon[27656]: 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-21T13:40:15.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:14 smithi066 ceph-mon[23686]: 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-21T13:40:15.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:14 smithi066 ceph-mon[31353]: 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-21T13:40:17.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:40:16] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-21T13:40:17.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:16 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:17.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:16 smithi084 ceph-mon[27656]: 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-21T13:40:17.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:16 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:17.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:16 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:17.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:16 smithi066 ceph-mon[23686]: 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-21T13:40:17.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:16 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:17.225 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:16 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:17.225 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:16 smithi066 ceph-mon[31353]: 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-21T13:40:17.225 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:16 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:17.727 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:40:17.993 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:40:18.468 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:18 smithi066 ceph-mon[23686]: 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-21T13:40:18.469 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:18 smithi066 ceph-mon[31353]: 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-21T13:40:18.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:18 smithi084 ceph-mon[27656]: 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-21T13:40:18.769 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:40:18.769 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (18m) 2m ago 19m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:40:18.769 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (19m) 2m ago 19m 78.9M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:40:18.769 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (2m) 2m ago 18m - - 3.8 164465d2334a 043ea98304ed 2024-09-21T13:40:18.769 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (15m) 2m ago 23m 504M - 19.3.0-5104-g44178494 b415816db8b4 b62b3d8b55d7 2024-09-21T13:40:18.769 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (8m) 2m ago 25m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:40:18.769 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (25m) 2m ago 25m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (24m) 2m ago 24m 54.7M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (23m) 2m ago 23m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (19m) 2m ago 19m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (19m) 2m ago 19m 15.7M - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (23m) 2m ago 23m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (22m) 2m ago 22m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (22m) 2m ago 22m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (22m) 2m ago 22m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (21m) 2m ago 21m 54.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (21m) 2m ago 21m 52.1M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (20m) 2m ago 20m 61.3M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (20m) 2m ago 20m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (2m) 2m ago 20m 35.7M - 2.43.0 a07b618ecd1d 6859ad31da63 2024-09-21T13:40:18.770 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (18m) 2m ago 18m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:40:18.771 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (19m) 2m ago 18m 88.0M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:40:19.364 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:19 smithi066 ceph-mon[23686]: from='client.25280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:19.365 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:19 smithi066 ceph-mon[31353]: from='client.25280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:19.394 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ls' 2024-09-21T13:40:19.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:19 smithi084 ceph-mon[27656]: from='client.25280 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:19.653 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:40:20.441 INFO:teuthology.orchestra.run.smithi066.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T13:40:20.441 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager ?:9093,9094 1/1 2m ago 20m smithi066=a;count:1 2024-09-21T13:40:20.441 INFO:teuthology.orchestra.run.smithi066.stdout:grafana ?:3000 1/1 2m ago 20m smithi084=a;count:1 2024-09-21T13:40:20.441 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo ?:5000 1/1 2m ago 18m count:1 2024-09-21T13:40:20.442 INFO:teuthology.orchestra.run.smithi066.stdout:mgr 2/2 2m ago 23m smithi066=y;smithi084=x;count:2 2024-09-21T13:40:20.442 INFO:teuthology.orchestra.run.smithi066.stdout:mon 3/3 2m ago 24m smithi066:172.21.15.66=a;smithi066:[v2:172.21.15.66:3301,v1:172.21.15.66:6790]=c;smithi084:172.21.15.84=b;count:3 2024-09-21T13:40:20.442 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter ?:9100 2/2 2m ago 20m smithi066=a;smithi084=b;count:2 2024-09-21T13:40:20.442 INFO:teuthology.orchestra.run.smithi066.stdout:osd 8 2m ago - 2024-09-21T13:40:20.442 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus ?:9095 1/1 2m ago 20m smithi084=a;count:1 2024-09-21T13:40:20.442 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo ?:8000 2/2 2m ago 18m count:2 2024-09-21T13:40:20.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:20 smithi084 ceph-mon[27656]: 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-21T13:40:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:20 smithi066 ceph-mon[23686]: 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-21T13:40:20.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:20 smithi066 ceph-mon[31353]: 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-21T13:40:21.193 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions' 2024-09-21T13:40:21.455 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:40:21.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:21 smithi066 ceph-mon[31353]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:21.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:21 smithi066 ceph-mon[23686]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:21.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:21 smithi084 ceph-mon[27656]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:40:22.219 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:40:22.220 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:40:22.220 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 13, 2024-09-21T13:40:22.220 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:40:22.220 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:40:22.220 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:40:22.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:22 smithi066 ceph-mon[23686]: 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-21T13:40:22.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:22 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2526958811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:22 smithi066 ceph-mon[31353]: 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-21T13:40:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:22 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2526958811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:22.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:22 smithi084 ceph-mon[27656]: 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-21T13:40:22.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:22 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2526958811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:22.780 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-21T13:40:23.035 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:40:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:24 smithi066 ceph-mon[23686]: 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-21T13:40:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:24 smithi066 ceph-mon[23686]: from='client.25298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:24 smithi066 ceph-mon[31353]: 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-21T13:40:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:24 smithi066 ceph-mon[31353]: from='client.25298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:25.005 INFO:teuthology.orchestra.run.smithi066.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:40:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:24 smithi084 ceph-mon[27656]: 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-21T13:40:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:24 smithi084 ceph-mon[27656]: from='client.25298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:25.619 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:40:26.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[23686]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:40:26.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[23686]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[31353]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:26.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-mon[31353]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:40:26.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-mon[27656]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:40:26.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-mon[27656]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:40:26.697 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:40:26.949 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:40:26] ENGINE Bus STOPPING 2024-09-21T13:40:26.950 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:40:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:40:26.950 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:26 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:40:26] ENGINE Bus STOPPED 2024-09-21T13:40:27.012 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:40:26.704+0000 7f5c16124640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-21T13:40:27.013 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ignoring --setuser ceph since I am not root 2024-09-21T13:40:27.013 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ignoring --setgroup ceph since I am not root 2024-09-21T13:40:27.013 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:26 smithi084 ceph-mgr[61281]: -- 172.21.15.84:0/2276931828 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5639450990e0 con 0x563945076800 2024-09-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: 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-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: Activating manager daemon y 2024-09-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.24982 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-21T13:40:27.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: mgrmap e40: y(active, starting, since 0.0117139s) 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:40:27.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:40:27.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:40:27.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:40:27.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:27.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: 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-21T13:40:27.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:27.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:27.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-21T13:40:27.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-21T13:40:27.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: Activating manager daemon y 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.24982 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: mgrmap e40: y(active, starting, since 0.0117139s) 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:40:27.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:40:27.249 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:40:27.249 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:40:27.249 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:40:27.249 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:40:27.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='client.25084 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: 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-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.24982 172.21.15.84:0/2885331709' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: Activating manager daemon y 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.24982 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: mgrmap e40: y(active, starting, since 0.0117139s) 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-21T13:40:27.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-21T13:40:27.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-21T13:40:27.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-21T13:40:27.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-21T13:40:27.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-21T13:40:27.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-21T13:40:27.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-21T13:40:27.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-21T13:40:27.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-21T13:40:28.046 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:40:28.138 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:40:28] ENGINE Bus STARTING 2024-09-21T13:40:28.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[23686]: Manager daemon y is now available 2024-09-21T13:40:28.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:28.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:40:28.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:40:28.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:40:28.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:40:28.139 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:40:28.139 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[31353]: Manager daemon y is now available 2024-09-21T13:40:28.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:28.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:40:28.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:40:28.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:40:28.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:40:28.140 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:40:28.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:28 smithi084 ceph-mon[27656]: Manager daemon y is now available 2024-09-21T13:40:28.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:28 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:28 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:40:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:28 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:40:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:28 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-21T13:40:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:28 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:40:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:28 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-21T13:40:28.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:40:28] ENGINE Serving on http://:::9283 2024-09-21T13:40:28.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:40:28] ENGINE Bus STARTED 2024-09-21T13:40:28.673 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:40:28.674 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (18m) 2m ago 19m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:40:28.674 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (19m) 2m ago 19m 78.9M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:40:28.674 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (3m) 2m ago 18m - - 3.8 164465d2334a 043ea98304ed 2024-09-21T13:40:28.674 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (15m) 2m ago 23m 504M - 19.3.0-5104-g44178494 b415816db8b4 b62b3d8b55d7 2024-09-21T13:40:28.674 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (9m) 2m ago 25m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:40:28.674 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (25m) 2m ago 25m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:40:28.675 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (24m) 2m ago 24m 54.7M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:40:28.675 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (24m) 2m ago 24m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:40:28.675 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (19m) 2m ago 19m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:40:28.675 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (19m) 2m ago 19m 15.7M - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:40:28.675 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (23m) 2m ago 23m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:40:28.675 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (23m) 2m ago 23m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:40:28.675 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (22m) 2m ago 22m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:40:28.676 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (22m) 2m ago 22m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:40:28.676 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (21m) 2m ago 21m 54.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:40:28.676 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (21m) 2m ago 21m 52.1M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:40:28.676 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (21m) 2m ago 21m 61.3M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:40:28.676 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (20m) 2m ago 20m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:40:28.676 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (2m) 2m ago 20m 35.7M - 2.43.0 a07b618ecd1d 6859ad31da63 2024-09-21T13:40:28.676 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (19m) 2m ago 19m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:40:28.677 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (19m) 2m ago 19m 88.0M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:40:29.055 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:40:29.055 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 1 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:40:29.056 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 13, 2024-09-21T13:40:29.057 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 1 2024-09-21T13:40:29.057 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:40:29.057 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:40:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[31353]: mgrmap e41: y(active, since 1.33123s) 2024-09-21T13:40:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[31353]: from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:40:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[31353]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[31353]: from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[31353]: from='client.25340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[23686]: mgrmap e41: y(active, since 1.33123s) 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[23686]: from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[23686]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[23686]: from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:29 smithi066 ceph-mon[23686]: from='client.25340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:40:28.964+0000 7fbc85a64640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:13:40:28] ENGINE Error in HTTPServer.serve 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: Traceback (most recent call last): 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: self._connections.run(self.expiration_interval) 2024-09-21T13:40:29.245 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: self._run(expiration_interval) 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: s = self.context.wrap_socket( 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: return self.sslsocket_class._create( 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: self.do_handshake() 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:40:29.246 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: self._sslobj.do_handshake() 2024-09-21T13:40:29.247 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:40:29.247 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:28 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:40:29.358 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [ 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr" 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "2/2 daemons upgraded", 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "", 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:40:29.359 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:40:29.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-mon[27656]: mgrmap e41: y(active, since 1.33123s) 2024-09-21T13:40:29.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-mon[27656]: from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:29.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:40:29.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-mon[27656]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:29.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-mon[27656]: from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:29.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-mon[27656]: from='client.25340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:30.345 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:30 smithi084 ceph-mon[27656]: [21/Sep/2024:13:40:28] ENGINE Bus STARTING 2024-09-21T13:40:30.345 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:30 smithi084 ceph-mon[27656]: [21/Sep/2024:13:40:28] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:30 smithi084 ceph-mon[27656]: [21/Sep/2024:13:40:28] ENGINE Error in HTTPServer.serve 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: Traceback (most recent call last): 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._run(expiration_interval) 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: s = self.context.wrap_socket( 2024-09-21T13:40:30.346 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout: return self.sslsocket_class._create( 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout: self.do_handshake() 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout: self._sslobj.do_handshake() 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:30 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3880936363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:30 smithi084 ceph-mon[27656]: [21/Sep/2024:13:40:29] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:30 smithi084 ceph-mon[27656]: [21/Sep/2024:13:40:29] ENGINE Bus STARTED 2024-09-21T13:40:30.347 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:30 smithi084 ceph-mon[27656]: from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:30.347 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:29.971Z 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.84:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:40:30.348 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:29.973Z 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.84:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:40:30.348 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:29.975Z 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.84:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:40:30.348 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:29.975Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=smb msg="Unable to refresh target groups" err="Get \"http://172.21.15.84:8765/sd/prometheus/sd-config?service=smb\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:40:30.348 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:29.976Z 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.84:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:40:30.348 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:29.977Z 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.84:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:40:30.348 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:29.978Z 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.84:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.84:8765: connect: connection refused" 2024-09-21T13:40:30.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[23686]: [21/Sep/2024:13:40:28] ENGINE Bus STARTING 2024-09-21T13:40:30.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[23686]: [21/Sep/2024:13:40:28] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:40:30.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[23686]: [21/Sep/2024:13:40:28] ENGINE Error in HTTPServer.serve 2024-09-21T13:40:30.352 INFO:journalctl@ceph.mon.a.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:40:30.352 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:40:30.352 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: self.do_handshake() 2024-09-21T13:40:30.353 INFO:journalctl@ceph.mon.a.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.a.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.a.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3880936363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[23686]: [21/Sep/2024:13:40:29] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[23686]: [21/Sep/2024:13:40:29] ENGINE Bus STARTED 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[23686]: from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[31353]: [21/Sep/2024:13:40:28] ENGINE Bus STARTING 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[31353]: [21/Sep/2024:13:40:28] ENGINE Serving on https://172.21.15.66:7150 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[31353]: [21/Sep/2024:13:40:28] ENGINE Error in HTTPServer.serve 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.c.smithi066.stdout: Traceback (most recent call last): 2024-09-21T13:40:30.354 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T13:40:30.355 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._connections.run(self.expiration_interval) 2024-09-21T13:40:30.355 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T13:40:30.355 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._run(expiration_interval) 2024-09-21T13:40:30.355 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T13:40:30.355 INFO:journalctl@ceph.mon.c.smithi066.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T13:40:30.355 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T13:40:30.355 INFO:journalctl@ceph.mon.c.smithi066.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T13:40:30.355 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout: s = self.context.wrap_socket( 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout: return self.sslsocket_class._create( 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout: self.do_handshake() 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout: self._sslobj.do_handshake() 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3880936363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:30.356 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[31353]: [21/Sep/2024:13:40:29] ENGINE Serving on http://172.21.15.66:8765 2024-09-21T13:40:30.357 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[31353]: [21/Sep/2024:13:40:29] ENGINE Bus STARTED 2024-09-21T13:40:30.357 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:30 smithi066 ceph-mon[31353]: from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:40:31.123 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:31 smithi066 ceph-mon[23686]: mgrmap e42: y(active, since 3s) 2024-09-21T13:40:31.123 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:31 smithi066 ceph-mon[31353]: mgrmap e42: y(active, since 3s) 2024-09-21T13:40:31.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:31 smithi084 ceph-mon[27656]: mgrmap e42: y(active, since 3s) 2024-09-21T13:40:32.039 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:40:31] ENGINE Bus STARTING 2024-09-21T13:40:32.039 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: CherryPy Checker: 2024-09-21T13:40:32.039 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: The Application mounted at '' has an empty config. 2024-09-21T13:40:32.039 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: 2024-09-21T13:40:32.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:40:32] ENGINE Serving on http://:::9283 2024-09-21T13:40:32.368 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: [21/Sep/2024:13:40:32] ENGINE Bus STARTED 2024-09-21T13:40:32.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-mon[27656]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:32.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-mon[27656]: Standby manager daemon x started 2024-09-21T13:40:32.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:40:32.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:40:32.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:40:32.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:40:32.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:32.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:32 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[31353]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[31353]: Standby manager daemon x started 2024-09-21T13:40:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:40:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:40:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:40:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:40:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:32.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[23686]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[23686]: Standby manager daemon x started 2024-09-21T13:40:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:40:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:40:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:40:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/2149320478' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:40:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:32.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:32 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: mgrmap e43: y(active, since 5s), standbys: x 2024-09-21T13:40:33.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:40:33.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:33 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: mgrmap e43: y(active, since 5s), standbys: x 2024-09-21T13:40:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:40:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: mgrmap e43: y(active, since 5s), standbys: x 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:33.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:33.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:33 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:34.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:34.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:40:34.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:40:34.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:40:34.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[31353]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:40:34.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:34.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:34 smithi066 ceph-mon[23686]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.conf 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Updating smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Updating smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T13:40:34.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Reconfiguring iscsi.foo.smithi066.gmfzpw (dependencies changed)... 2024-09-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi066.gmfzpw", "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-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:34.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:34 smithi084 ceph-mon[27656]: Reconfiguring daemon iscsi.foo.smithi066.gmfzpw on smithi066 2024-09-21T13:40:36.460 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:36 smithi066 ceph-mon[23686]: 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-21T13:40:36.460 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:36 smithi066 ceph-mon[31353]: 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-21T13:40:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:36 smithi084 ceph-mon[27656]: 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-21T13:40:37.306 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[61277]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:40:36] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-21T13:40:37.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:37 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:37.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:37 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:37.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:37 smithi084 ceph-mon[27656]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:40:37.592 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:37 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/2841010648' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:40:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:37 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:37 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:37 smithi066 ceph-mon[23686]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:40:37.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:37 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2841010648' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:40:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:37 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:37 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:37 smithi066 ceph-mon[31353]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-21T13:40:37.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:37 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2841010648' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-21T13:40:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:38 smithi084 ceph-mon[27656]: 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-21T13:40:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:38 smithi084 ceph-mon[27656]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:40:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:38 smithi066 ceph-mon[23686]: 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-21T13:40:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:38 smithi066 ceph-mon[23686]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:40:38.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:38 smithi066 ceph-mon[31353]: 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-21T13:40:38.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:38 smithi066 ceph-mon[31353]: Reconfiguring daemon prometheus.a on smithi084 2024-09-21T13:40:40.118 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:39 smithi084 systemd[1]: Stopping Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:40:40.501 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[69878]: ts=2024-09-21T13:40:40.241Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-21T13:40:40.502 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 podman[71938]: 2024-09-21 13:40:40.251531312 +0000 UTC m=+0.141426946 container died 6859ad31da63f6b3a0ad9ba6d3955c9b2ddbe8b4f977ecdc0b1ee41039492253 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:40.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:40 smithi084 ceph-mon[27656]: 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-21T13:40:40.868 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 podman[71938]: 2024-09-21 13:40:40.633406635 +0000 UTC m=+0.523302258 container cleanup 6859ad31da63f6b3a0ad9ba6d3955c9b2ddbe8b4f977ecdc0b1ee41039492253 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:40.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 bash[71938]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a 2024-09-21T13:40:40.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:40 smithi066 ceph-mon[23686]: 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-21T13:40:40.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:40 smithi066 ceph-mon[31353]: 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-21T13:40:41.262 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:40 smithi084 podman[71951]: 2024-09-21 13:40:40.908763567 +0000 UTC m=+0.659601283 container remove 6859ad31da63f6b3a0ad9ba6d3955c9b2ddbe8b4f977ecdc0b1ee41039492253 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:41.263 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-21T13:40:41.263 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 systemd[1]: Stopped Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:40:41.263 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Consumed 1.570s CPU time. 2024-09-21T13:40:41.263 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 systemd[1]: Starting Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:40:41.587 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 podman[72043]: 2024-09-21 13:40:41.166333311 +0000 UTC m=+0.016747159 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-21T13:40:41.587 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 podman[72043]: 2024-09-21 13:40:41.301549397 +0000 UTC m=+0.151963228 container create 2349f8a232594880ef3f7215c195dd5ba29de1015e2a17ad11055a1887bc7f3e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:41.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 podman[72043]: 2024-09-21 13:40:41.586975218 +0000 UTC m=+0.437389060 container init 2349f8a232594880ef3f7215c195dd5ba29de1015e2a17ad11055a1887bc7f3e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:41.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 podman[72043]: 2024-09-21 13:40:41.589906352 +0000 UTC m=+0.440320186 container start 2349f8a232594880ef3f7215c195dd5ba29de1015e2a17ad11055a1887bc7f3e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:41.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.612Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-21T13:40:41.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.613Z 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-21T13:40:41.869 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.613Z caller=main.go:570 level=info host_details="(Linux 5.14.0-508.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024 x86_64 smithi084 (none))" 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.613Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.613Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.614Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.614Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.615Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.615Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.617Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.618Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=99.717µs 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.618Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.619Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=5 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.629Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=5 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.632Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=5 2024-09-21T13:40:41.870 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.634Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=5 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.637Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=5 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.637Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=5 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.637Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=28.541µs wal_replay_duration=19.177841ms wbl_replay_duration=89ns total_replay_duration=19.32425ms 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.638Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.638Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.638Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.659Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.981416ms db_storage=850ns remote_storage=1.119µs web_handler=420ns query_engine=631ns scrape=363.291µs scrape_sd=99.414µs notify=9.565µs notify_sd=12.537µs rules=20.162079ms tracing=5.094µs 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.659Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:40:41.659Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 bash[72043]: 2349f8a232594880ef3f7215c195dd5ba29de1015e2a17ad11055a1887bc7f3e 2024-09-21T13:40:41.871 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:40:41 smithi084 systemd[1]: Started Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:40:42.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: 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-21T13:40:42.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:42.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: 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-21T13:40:42.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:42.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:40:42.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:42.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:40:42.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:40:42.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:42.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:40:42.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:42.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:42 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:43.060 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: 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-21T13:40:43.060 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:43.061 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:42 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:43.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:40:43.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:40:43.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:40:43.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:40:43.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:40:43.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:40:43.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:40:43.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:43 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:44.050 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-21T13:40:44.051 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: Adding iSCSI gateway http://:@172.21.15.66:5000 to Dashboard 2024-09-21T13:40:44.051 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-21T13:40:44.051 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi066"}]: dispatch 2024-09-21T13:40:44.051 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:40:44.051 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:40:44.051 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-21T13:40:44.051 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-21T13:40:44.051 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:43 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:44.967 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:44 smithi084 systemd[1]: Stopping Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:40:44.967 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:44 smithi084 ceph-mon[27656]: 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-21T13:40:44.967 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:44 smithi084 ceph-mon[27656]: Upgrade: Updating mgr.x 2024-09-21T13:40:44.967 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:44 smithi084 ceph-mon[27656]: Deploying daemon mgr.x on smithi084 2024-09-21T13:40:44.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:44 smithi066 ceph-mon[31353]: 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-21T13:40:44.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:44 smithi066 ceph-mon[31353]: Upgrade: Updating mgr.x 2024-09-21T13:40:44.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:44 smithi066 ceph-mon[31353]: Deploying daemon mgr.x on smithi084 2024-09-21T13:40:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:44 smithi066 ceph-mon[23686]: 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-21T13:40:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:44 smithi066 ceph-mon[23686]: Upgrade: Updating mgr.x 2024-09-21T13:40:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:44 smithi066 ceph-mon[23686]: Deploying daemon mgr.x on smithi084 2024-09-21T13:40:45.247 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:44 smithi084 podman[72317]: 2024-09-21 13:40:44.966220523 +0000 UTC m=+0.188762172 container died b62b3d8b55d7b81fd6f840f4fe8f8d45694575814a417a8a845238cb18976c5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , ceph=True, 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, GIT_CLEAN=True) 2024-09-21T13:40:45.597 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:45 smithi084 podman[72317]: 2024-09-21 13:40:45.329046942 +0000 UTC m=+0.551588581 container cleanup b62b3d8b55d7b81fd6f840f4fe8f8d45694575814a417a8a845238cb18976c5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, 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, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:40:45.597 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:45 smithi084 bash[72317]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x 2024-09-21T13:40:45.868 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:45 smithi084 podman[72329]: 2024-09-21 13:40:45.596750672 +0000 UTC m=+0.627991614 container remove b62b3d8b55d7b81fd6f840f4fe8f8d45694575814a417a8a845238cb18976c5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-21T13:40:45.868 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:45 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-21T13:40:45.868 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:45 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x.service: Failed with result 'exit-code'. 2024-09-21T13:40:45.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:45 smithi084 systemd[1]: Stopped Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:40:45.869 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:45 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x.service: Consumed 29.769s CPU time. 2024-09-21T13:40:46.320 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:45 smithi084 systemd[1]: Starting Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:40:46.320 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:46 smithi084 podman[72458]: 2024-09-21 13:40:46.063339538 +0000 UTC m=+0.016177392 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:40:46.320 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:46 smithi084 podman[72458]: 2024-09-21 13:40:46.180728581 +0000 UTC m=+0.133566421 container create 184169115fe86b01e73e90914a97b914c09924ac6ec7eefdb84326d086bea306 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-21T13:40:46.709 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:46 smithi084 podman[72458]: 2024-09-21 13:40:46.425229632 +0000 UTC m=+0.378067480 container init 184169115fe86b01e73e90914a97b914c09924ac6ec7eefdb84326d086bea306 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=) 2024-09-21T13:40:46.709 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:46 smithi084 podman[72458]: 2024-09-21 13:40:46.427848839 +0000 UTC m=+0.380686680 container start 184169115fe86b01e73e90914a97b914c09924ac6ec7eefdb84326d086bea306 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-21T13:40:46.709 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:46 smithi084 ceph-mgr[72477]: -- 172.21.15.84:0/405200456 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563a2c6db0e0 con 0x563a2c6b8800 2024-09-21T13:40:46.709 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:46 smithi084 bash[72458]: 184169115fe86b01e73e90914a97b914c09924ac6ec7eefdb84326d086bea306 2024-09-21T13:40:46.710 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:46 smithi084 systemd[1]: Started Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:40:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:46 smithi066 ceph-mon[23686]: 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-21T13:40:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:46 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:46.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:46 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:46.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:46 smithi066 ceph-mon[31353]: 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-21T13:40:46.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:46 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:46.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:46 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:46 smithi084 ceph-mon[27656]: 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-21T13:40:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:46 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:46 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:47.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:47 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:47.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:47 smithi066 ceph-mon[23686]: 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-21T13:40:47.982 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:47 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:47.982 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:47 smithi066 ceph-mon[31353]: 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-21T13:40:47.998 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:47 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:47.998 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:47 smithi084 ceph-mon[27656]: 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-21T13:40:50.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:49 smithi066 ceph-mon[23686]: 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-21T13:40:50.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:49 smithi066 ceph-mon[31353]: 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-21T13:40:50.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:49 smithi084 ceph-mon[27656]: 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-21T13:40:50.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:40:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:40:50] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-21T13:40:51.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[72473]: [21/Sep/2024:13:40:51] ENGINE Bus STARTING 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[72473]: CherryPy Checker: 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[72473]: The Application mounted at '' has an empty config. 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[72473]: 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:51.776 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:52.118 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[72473]: [21/Sep/2024:13:40:51] ENGINE Serving on http://:::9283 2024-09-21T13:40:52.119 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:40:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x[72473]: [21/Sep/2024:13:40:51] ENGINE Bus STARTED 2024-09-21T13:40:52.956 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:52 smithi084 ceph-mon[27656]: 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-21T13:40:52.957 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:52 smithi084 ceph-mon[27656]: Standby manager daemon x restarted 2024-09-21T13:40:52.957 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:52 smithi084 ceph-mon[27656]: Standby manager daemon x started 2024-09-21T13:40:52.957 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:52 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:40:52.957 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:52 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:40:52.957 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:52 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:40:52.957 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:52 smithi084 ceph-mon[27656]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:40:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[31353]: 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-21T13:40:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[31353]: Standby manager daemon x restarted 2024-09-21T13:40:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[31353]: Standby manager daemon x started 2024-09-21T13:40:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:40:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:40:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:40:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[31353]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:40:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[23686]: 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-21T13:40:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[23686]: Standby manager daemon x restarted 2024-09-21T13:40:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[23686]: Standby manager daemon x started 2024-09-21T13:40:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-21T13:40:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-21T13:40:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-21T13:40:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:52 smithi066 ceph-mon[23686]: from='mgr.? 172.21.15.84:0/1188419962' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-21T13:40:53.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:53 smithi066 ceph-mon[23686]: mgrmap e44: y(active, since 25s), standbys: x 2024-09-21T13:40:53.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:53 smithi066 ceph-mon[31353]: mgrmap e44: y(active, since 25s), standbys: x 2024-09-21T13:40:54.058 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:53 smithi084 ceph-mon[27656]: mgrmap e44: y(active, since 25s), standbys: x 2024-09-21T13:40:54.964 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: 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-21T13:40:54.964 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.964 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.964 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:54.964 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:54.964 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.965 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: 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-21T13:40:54.966 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.966 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.967 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:54.968 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:54 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: 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-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-21T13:40:55.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-21T13:40:55.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-21T13:40:55.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-21T13:40:55.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-21T13:40:55.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-21T13:40:55.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:55.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:55.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:55.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:55.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:55.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:55.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:40:55.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:54 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:40:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all mgr 2024-09-21T13:40:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all crash 2024-09-21T13:40:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all mds 2024-09-21T13:40:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:40:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all nfs 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all mgr 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all crash 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all mds 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all nfs 2024-09-21T13:40:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:55 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:40:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:55 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all mgr 2024-09-21T13:40:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:55 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all crash 2024-09-21T13:40:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:55 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all mds 2024-09-21T13:40:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:55 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:40:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:55 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:40:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:55 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:40:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:55 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all nfs 2024-09-21T13:40:56.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:55 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:40:56.696 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:56 smithi066 systemd[1]: Stopping Ceph node-exporter.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:40:56.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:56 smithi066 ceph-mon[23686]: 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-21T13:40:56.971 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:56 smithi066 ceph-mon[31353]: 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-21T13:40:56.971 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:56 smithi066 podman[89660]: 2024-09-21 13:40:56.706082075 +0000 UTC m=+0.132731083 container died 1c2d5bd49d67e72d4c7521e95df724950db063cf86e2e0380111e83f6f734cc8 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:56 smithi084 ceph-mon[27656]: 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-21T13:40:57.244 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 podman[89660]: 2024-09-21 13:40:57.070237827 +0000 UTC m=+0.496886873 container cleanup 1c2d5bd49d67e72d4c7521e95df724950db063cf86e2e0380111e83f6f734cc8 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:57.244 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 bash[89660]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a 2024-09-21T13:40:57.703 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 podman[89672]: 2024-09-21 13:40:57.346274442 +0000 UTC m=+0.643008406 container remove 1c2d5bd49d67e72d4c7521e95df724950db063cf86e2e0380111e83f6f734cc8 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:40:57.703 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-21T13:40:57.703 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-21T13:40:57.703 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 systemd[1]: Stopped Ceph node-exporter.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:40:57.703 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.a.service: Consumed 3.748s CPU time. 2024-09-21T13:40:57.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:57 smithi066 ceph-mon[23686]: Upgrade: Updating node-exporter.a (1/2) 2024-09-21T13:40:57.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:57 smithi066 ceph-mon[23686]: Deploying daemon node-exporter.a on smithi066 2024-09-21T13:40:57.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:57.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:57 smithi066 ceph-mon[31353]: Upgrade: Updating node-exporter.a (1/2) 2024-09-21T13:40:57.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:57 smithi066 ceph-mon[31353]: Deploying daemon node-exporter.a on smithi066 2024-09-21T13:40:57.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:57.995 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 systemd[1]: Starting Ceph node-exporter.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:40:57.995 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:57 smithi066 bash[89800]: Trying to pull quay.io/prometheus/node-exporter:v1.7.0... 2024-09-21T13:40:58.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:57 smithi084 ceph-mon[27656]: Upgrade: Updating node-exporter.a (1/2) 2024-09-21T13:40:58.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:57 smithi084 ceph-mon[27656]: Deploying daemon node-exporter.a on smithi066 2024-09-21T13:40:58.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:40:58.704 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:58 smithi066 bash[89800]: Getting image source signatures 2024-09-21T13:40:58.704 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:58 smithi066 bash[89800]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-09-21T13:40:58.704 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:58 smithi066 bash[89800]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-09-21T13:40:58.705 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:58 smithi066 bash[89800]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-09-21T13:40:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:58 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:40:58 smithi066 ceph-mon[23686]: 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-21T13:40:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:58 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:40:58 smithi066 ceph-mon[31353]: 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-21T13:40:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:58 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:40:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:40:58 smithi084 ceph-mon[27656]: 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-21T13:40:59.685 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:40:59.994 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:59 smithi066 bash[89800]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-09-21T13:40:59.994 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:40:59 smithi066 bash[89800]: Writing manifest to image destination 2024-09-21T13:41:00.278 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 podman[89800]: 2024-09-21 13:40:59.965465155 +0000 UTC m=+2.158846527 image pull 72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e quay.io/prometheus/node-exporter:v1.7.0 2024-09-21T13:41:00.278 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 podman[89800]: 2024-09-21 13:41:00.072202131 +0000 UTC m=+2.265583504 container create b7d79da4f38e0e40ea033fd5a5003efd87c6d5d90af59e0f68e36ae21860679f (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (19m) 9s ago 20m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (19m) 9s ago 19m 78.7M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (24s) 9s ago 19m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (14s) 9s ago 24m 63.6M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (9m) 9s ago 25m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (25m) 9s ago 25m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (24m) 9s ago 24m 59.2M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (24m) 9s ago 24m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (19m) 9s ago 19m - - 1.5.0 0da6a335fe13 1c2d5bd49d67 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (19m) 9s ago 19m 15.1M - 1.5.0 0da6a335fe13 c45519526242 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (24m) 9s ago 24m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:41:00.279 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (23m) 9s ago 23m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (23m) 9s ago 23m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (22m) 9s ago 22m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (22m) 9s ago 22m 53.5M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (21m) 9s ago 21m 52.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (21m) 9s ago 21m 60.5M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (21m) 9s ago 21m 56.2M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (19s) 9s ago 20m 37.5M - 2.43.0 a07b618ecd1d 2349f8a23259 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (19m) 9s ago 19m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:41:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (19m) 9s ago 19m 89.2M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:41:00.640 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:41:00] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-21T13:41:00.640 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:41:00.641 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:41:00.642 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 13, 2024-09-21T13:41:00.642 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:41:00.642 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:41:00.642 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:41:00.642 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 podman[89800]: 2024-09-21 13:41:00.315889213 +0000 UTC m=+2.509270594 container init b7d79da4f38e0e40ea033fd5a5003efd87c6d5d90af59e0f68e36ae21860679f (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:00.642 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 podman[89800]: 2024-09-21 13:41:00.320158039 +0000 UTC m=+2.513539411 container start b7d79da4f38e0e40ea033fd5a5003efd87c6d5d90af59e0f68e36ae21860679f (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.323Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.323Z 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-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.324Z 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-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.324Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z 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-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z 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-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=arp 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-21T13:41:00.643 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=edac 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-21T13:41:00.644 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=os 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-21T13:41:00.645 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=stat 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=time 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=uname 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.325Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.326Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a[89943]: ts=2024-09-21T13:41:00.326Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 bash[89800]: b7d79da4f38e0e40ea033fd5a5003efd87c6d5d90af59e0f68e36ae21860679f 2024-09-21T13:41:00.646 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:41:00 smithi066 systemd[1]: Started Ceph node-exporter.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:41:00.944 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [ 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr" 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "2/2 daemons upgraded", 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:41:00.945 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:41:00.946 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[31353]: 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-21T13:41:00.946 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[31353]: from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:00.946 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:00.946 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:00.946 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3928773091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:00.946 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[23686]: 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-21T13:41:00.946 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[23686]: from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:00.946 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:00.946 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:00.947 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:00 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3928773091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:00.961 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:00 smithi084 ceph-mon[27656]: 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-21T13:41:00.961 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:00 smithi084 ceph-mon[27656]: from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:00.961 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:00 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:00.961 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:00 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:00.961 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:00 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3928773091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:01.798 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:01 smithi084 ceph-mon[27656]: from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:01.798 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:01 smithi084 ceph-mon[27656]: from='client.25403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:01.798 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:01 smithi084 ceph-mon[27656]: 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-21T13:41:01.799 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:01 smithi084 ceph-mon[27656]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:01.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:01 smithi066 ceph-mon[31353]: from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:01.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:01 smithi066 ceph-mon[31353]: from='client.25403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:01.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:01 smithi066 ceph-mon[31353]: 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-21T13:41:01.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:01 smithi066 ceph-mon[31353]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:01 smithi066 ceph-mon[23686]: from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:01 smithi066 ceph-mon[23686]: from='client.25403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:01 smithi066 ceph-mon[23686]: 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-21T13:41:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:01 smithi066 ceph-mon[23686]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:02.571 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:02 smithi084 systemd[1]: Stopping Ceph node-exporter.b for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:41:02.868 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:02 smithi084 podman[75930]: 2024-09-21 13:41:02.571359908 +0000 UTC m=+0.121341419 container died c45519526242820404ce39dcaf2ccc3b862973e6f66409ac701051a2d4b085ce (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:41:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:02 smithi084 ceph-mon[27656]: Upgrade: Updating node-exporter.b (2/2) 2024-09-21T13:41:02.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:02 smithi084 ceph-mon[27656]: Deploying daemon node-exporter.b on smithi084 2024-09-21T13:41:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:02 smithi066 ceph-mon[23686]: Upgrade: Updating node-exporter.b (2/2) 2024-09-21T13:41:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:02 smithi066 ceph-mon[23686]: Deploying daemon node-exporter.b on smithi084 2024-09-21T13:41:02.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:02 smithi066 ceph-mon[31353]: Upgrade: Updating node-exporter.b (2/2) 2024-09-21T13:41:02.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:02 smithi066 ceph-mon[31353]: Deploying daemon node-exporter.b on smithi084 2024-09-21T13:41:03.186 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:02 smithi084 podman[75930]: 2024-09-21 13:41:02.960501281 +0000 UTC m=+0.510482781 container cleanup c45519526242820404ce39dcaf2ccc3b862973e6f66409ac701051a2d4b085ce (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:41:03.187 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:02 smithi084 bash[75930]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b 2024-09-21T13:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:03 smithi084 podman[75943]: 2024-09-21 13:41:03.186716953 +0000 UTC m=+0.619005253 container remove c45519526242820404ce39dcaf2ccc3b862973e6f66409ac701051a2d4b085ce (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:03 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-21T13:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:03 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-21T13:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:03 smithi084 systemd[1]: Stopped Ceph node-exporter.b for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:03 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.b.service: Consumed 3.569s CPU time. 2024-09-21T13:41:03.725 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:03 smithi084 systemd[1]: Starting Ceph node-exporter.b for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:41:03.725 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:41:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=cleanup t=2024-09-21T13:41:03.461670023Z level=info msg="Completed cleanup jobs" duration=6.02101ms 2024-09-21T13:41:03.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:03 smithi066 ceph-mon[23686]: 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-21T13:41:03.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:03 smithi066 ceph-mon[31353]: 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-21T13:41:04.104 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:03 smithi084 bash[76071]: Trying to pull quay.io/prometheus/node-exporter:v1.7.0... 2024-09-21T13:41:04.104 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:03 smithi084 ceph-mon[27656]: 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-21T13:41:04.368 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:04 smithi084 bash[76071]: Getting image source signatures 2024-09-21T13:41:04.368 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:04 smithi084 bash[76071]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-09-21T13:41:04.368 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:04 smithi084 bash[76071]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-09-21T13:41:04.369 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:04 smithi084 bash[76071]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-09-21T13:41:05.778 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:05 smithi084 bash[76071]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-09-21T13:41:05.779 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:05 smithi084 bash[76071]: Writing manifest to image destination 2024-09-21T13:41:06.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:05 smithi084 ceph-mon[27656]: 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-21T13:41:06.119 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:05 smithi084 podman[76071]: 2024-09-21 13:41:05.922427771 +0000 UTC m=+2.263721387 image pull 72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e quay.io/prometheus/node-exporter:v1.7.0 2024-09-21T13:41:06.119 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 podman[76071]: 2024-09-21 13:41:06.012624524 +0000 UTC m=+2.353918139 container create 36ed6ad9a3556446f9515680681d810c211df7269a29749dbfb0d1310f2231ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:41:06.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:05 smithi066 ceph-mon[23686]: 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-21T13:41:06.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:05 smithi066 ceph-mon[31353]: 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-21T13:41:06.619 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 podman[76071]: 2024-09-21 13:41:06.289824677 +0000 UTC m=+2.631118292 container init 36ed6ad9a3556446f9515680681d810c211df7269a29749dbfb0d1310f2231ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:41:06.619 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 podman[76071]: 2024-09-21 13:41:06.29250329 +0000 UTC m=+2.633796912 container start 36ed6ad9a3556446f9515680681d810c211df7269a29749dbfb0d1310f2231ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:41:06.619 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.295Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-09-21T13:41:06.619 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.295Z 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-21T13:41:06.619 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.296Z 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-21T13:41:06.619 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.296Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-21T13:41:06.619 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.296Z 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-21T13:41:06.619 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.296Z 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-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=arp 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=edac 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-21T13:41:06.620 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-21T13:41:06.621 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=os 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=stat 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-21T13:41:06.622 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=time 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=uname 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.297Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.298Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b[76158]: ts=2024-09-21T13:41:06.298Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 bash[76071]: 36ed6ad9a3556446f9515680681d810c211df7269a29749dbfb0d1310f2231ac 2024-09-21T13:41:06.623 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:41:06 smithi084 systemd[1]: Started Ceph node-exporter.b for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:41:07.703 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:07 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:07.704 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:07 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:07.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:07 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:07.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:07 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:07.724 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:07 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:07.724 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:07 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:08 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:08 smithi066 ceph-mon[23686]: 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-21T13:41:08.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:08 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:08.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:08 smithi066 ceph-mon[31353]: 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-21T13:41:08.751 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:08 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:08.752 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:08 smithi084 ceph-mon[27656]: 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-21T13:41:10.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:10 smithi066 ceph-mon[31353]: 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-21T13:41:10.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:10 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:10.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:10 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:10.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:10 smithi066 ceph-mon[23686]: 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-21T13:41:10.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:10 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:10.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:10 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:10.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:41:10 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:41:10] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-21T13:41:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:10 smithi084 ceph-mon[27656]: 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-21T13:41:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:10 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:10 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.546 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.546 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.546 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.546 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.546 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.546 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.547 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.547 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.547 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.547 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.547 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.547 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:11 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.730 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:11 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.730 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:11 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.730 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:11 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.730 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:11 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.730 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:11 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:11.730 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:11 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:12.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:12 smithi066 ceph-mon[23686]: 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-21T13:41:12.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:12 smithi066 ceph-mon[31353]: 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-21T13:41:12.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:12 smithi084 ceph-mon[27656]: 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-21T13:41:13.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:13 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:13.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:13 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:13.687 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:13 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: 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-21T13:41:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: 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-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:14 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.786 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: 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-21T13:41:14.786 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.786 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.786 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.786 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.786 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:14.786 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:14.787 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:14 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:16.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:16 smithi066 ceph-mon[23686]: 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-21T13:41:16.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:16 smithi066 ceph-mon[23686]: Upgrade: Updating prometheus.a 2024-09-21T13:41:16.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:16 smithi066 ceph-mon[31353]: 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-21T13:41:16.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:16 smithi066 ceph-mon[31353]: Upgrade: Updating prometheus.a 2024-09-21T13:41:16.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:16 smithi084 ceph-mon[27656]: 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-21T13:41:16.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:16 smithi084 ceph-mon[27656]: Upgrade: Updating prometheus.a 2024-09-21T13:41:17.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:17 smithi066 ceph-mon[23686]: Deploying daemon prometheus.a on smithi084 2024-09-21T13:41:17.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:17 smithi066 ceph-mon[31353]: Deploying daemon prometheus.a on smithi084 2024-09-21T13:41:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:17 smithi084 ceph-mon[27656]: Deploying daemon prometheus.a on smithi084 2024-09-21T13:41:18.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:18 smithi066 ceph-mon[23686]: 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-21T13:41:18.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:18 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:18.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:18 smithi066 ceph-mon[31353]: 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-21T13:41:18.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:18 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:18.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:18 smithi084 ceph-mon[27656]: 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-21T13:41:18.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:18 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:20 smithi066 ceph-mon[23686]: 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-21T13:41:20.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:20 smithi066 ceph-mon[31353]: 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-21T13:41:20.745 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:41:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:41:20] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-21T13:41:20.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:20 smithi084 ceph-mon[27656]: 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-21T13:41:22.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:22 smithi084 ceph-mon[27656]: 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-21T13:41:22.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:22 smithi066 ceph-mon[23686]: 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-21T13:41:22.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:22 smithi066 ceph-mon[31353]: 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-21T13:41:24.702 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:24 smithi084 ceph-mon[27656]: 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-21T13:41:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:24 smithi066 ceph-mon[23686]: 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-21T13:41:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:24 smithi066 ceph-mon[31353]: 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-21T13:41:26.356 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 systemd[1]: Stopping Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:41:26.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-mon[27656]: pgmap v32: 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-21T13:41:26.618 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:41:26.618 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.355Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.356Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.356Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[72058]: ts=2024-09-21T13:41:26.356Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-21T13:41:26.619 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 podman[80157]: 2024-09-21 13:41:26.365488644 +0000 UTC m=+0.116646419 container died 2349f8a232594880ef3f7215c195dd5ba29de1015e2a17ad11055a1887bc7f3e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:26.796 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:26 smithi066 ceph-mon[23686]: pgmap v32: 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-21T13:41:26.797 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:26 smithi066 ceph-mon[31353]: pgmap v32: 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-21T13:41:27.014 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 podman[80157]: 2024-09-21 13:41:26.712613213 +0000 UTC m=+0.463770983 container cleanup 2349f8a232594880ef3f7215c195dd5ba29de1015e2a17ad11055a1887bc7f3e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:27.014 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:26 smithi084 bash[80157]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a 2024-09-21T13:41:27.368 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:27 smithi084 podman[80169]: 2024-09-21 13:41:27.013754033 +0000 UTC m=+0.646115253 container remove 2349f8a232594880ef3f7215c195dd5ba29de1015e2a17ad11055a1887bc7f3e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:27.368 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:27 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-21T13:41:27.368 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:27 smithi084 systemd[1]: Stopped Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:41:27.368 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:27 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service: Consumed 1.127s CPU time. 2024-09-21T13:41:27.854 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:27 smithi084 systemd[1]: Starting Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:41:27.854 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:27 smithi084 podman[80299]: 2024-09-21 13:41:27.499153208 +0000 UTC m=+0.016676164 image pull 1d3b7f56885b6dd623f1785be963aa9c195f86bc256ea454e8d02a7980b79c53 quay.io/prometheus/prometheus:v2.51.0 2024-09-21T13:41:27.854 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:27 smithi084 podman[80299]: 2024-09-21 13:41:27.631334283 +0000 UTC m=+0.148857281 container create 0186cc2133638591039e6af9f23e2890d15a296dd8eeca2c6d25c20b10e11e09 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:28.756 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-mon[27656]: pgmap v33: 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-21T13:41:28.757 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:28.757 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:28.757 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 podman[80299]: 2024-09-21 13:41:28.712563281 +0000 UTC m=+1.230086242 container init 0186cc2133638591039e6af9f23e2890d15a296dd8eeca2c6d25c20b10e11e09 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:28.757 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 podman[80299]: 2024-09-21 13:41:28.716055535 +0000 UTC m=+1.233578506 container start 0186cc2133638591039e6af9f23e2890d15a296dd8eeca2c6d25c20b10e11e09 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:28.757 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.739Z caller=main.go:617 level=info msg="Starting Prometheus Server" mode=server version="(version=2.51.0, branch=HEAD, revision=c05c15512acb675e3f6cd662a6727854e93fc024)" 2024-09-21T13:41:28.757 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.739Z 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-21T13:41:28.757 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.739Z caller=main.go:623 level=info host_details="(Linux 5.14.0-508.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024 x86_64 smithi084 (none))" 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.739Z caller=main.go:624 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.739Z caller=main.go:625 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.741Z caller=web.go:568 level=info component=web msg="Start listening for connections" address=:9095 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.741Z caller=main.go:1129 level=info msg="Starting TSDB ..." 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.744Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.744Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.745Z caller=head.go:616 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.746Z caller=head.go:698 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=163.927µs 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.746Z caller=head.go:706 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.748Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=6 2024-09-21T13:41:28.758 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.756Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=6 2024-09-21T13:41:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:28 smithi066 ceph-mon[23686]: pgmap v33: 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-21T13:41:28.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:28 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:28.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:28 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:28 smithi066 ceph-mon[31353]: pgmap v33: 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-21T13:41:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:28 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:28 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.760Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=6 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.762Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=6 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.764Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=6 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.765Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=6 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.766Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=6 maxSegment=6 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.766Z caller=head.go:815 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=39.917µs wal_replay_duration=20.079949ms wbl_replay_duration=158ns total_replay_duration=20.305869ms 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.769Z caller=main.go:1150 level=info fs_type=XFS_SUPER_MAGIC 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.769Z caller=main.go:1153 level=info msg="TSDB started" 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.769Z caller=main.go:1335 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-21T13:41:29.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.784Z caller=main.go:1372 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=14.642417ms db_storage=842ns remote_storage=1.254µs web_handler=382ns query_engine=620ns scrape=438.776µs scrape_sd=125.78µs notify=11.556µs notify_sd=8.565µs rules=13.652264ms tracing=6.441µs 2024-09-21T13:41:29.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.784Z caller=main.go:1114 level=info msg="Server is ready to receive web requests." 2024-09-21T13:41:29.120 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:41:28.784Z caller=manager.go:163 level=info component="rule manager" msg="Starting rule manager..." 2024-09-21T13:41:30.118 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:29 smithi084 bash[80299]: 0186cc2133638591039e6af9f23e2890d15a296dd8eeca2c6d25c20b10e11e09 2024-09-21T13:41:30.119 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:41:29 smithi084 systemd[1]: Started Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:41:30.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:30 smithi084 ceph-mon[27656]: 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-21T13:41:30.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:30 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:30.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:30 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:30 smithi066 ceph-mon[23686]: 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-21T13:41:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:30 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:30 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:30 smithi066 ceph-mon[31353]: 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-21T13:41:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:30 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:30.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:30 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:31.276 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:41:31.868 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (19m) 21s ago 20m - - 0.25.0 c8568f914cd2 21773207acd6 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (20m) 21s ago 20m 80.2M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (55s) 21s ago 20m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (45s) 21s ago 24m 452M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (10m) 21s ago 26m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (26m) 21s ago 26m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (25m) 21s ago 25m 60.0M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (25m) 21s ago 25m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (31s) 21s ago 20m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (25s) 21s ago 20m 3426k - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (24m) 21s ago 24m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (24m) 21s ago 24m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:41:31.869 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (23m) 21s ago 23m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:41:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (23m) 21s ago 23m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:41:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (22m) 21s ago 22m 53.5M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:41:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (22m) 21s ago 22m 52.5M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:41:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (22m) 21s ago 22m 60.5M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:41:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (21m) 21s ago 21m 56.2M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:41:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 starting - - - - 2024-09-21T13:41:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (20m) 21s ago 20m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:41:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (20m) 21s ago 20m 89.3M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:41:32.230 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:41:32.231 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:41:32.231 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:41:32.231 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 13, 2024-09-21T13:41:32.231 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:41:32.231 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:41:32.231 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:41:32.547 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:41:32.547 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:41:32.547 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:41:32.548 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-21T13:41:32.548 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [ 2024-09-21T13:41:32.548 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr" 2024-09-21T13:41:32.548 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:41:32.548 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "2/2 daemons upgraded", 2024-09-21T13:41:32.548 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-21T13:41:32.548 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:41:32.548 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:41:32.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:32 smithi084 ceph-mon[27656]: pgmap v35: 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-21T13:41:32.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:32 smithi084 ceph-mon[27656]: from='client.25421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:32.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:32 smithi084 ceph-mon[27656]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:32.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:32 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3897608388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:32 smithi066 ceph-mon[23686]: pgmap v35: 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-21T13:41:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:32 smithi066 ceph-mon[23686]: from='client.25421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:32 smithi066 ceph-mon[23686]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:32 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3897608388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:32.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:32 smithi066 ceph-mon[31353]: pgmap v35: 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-21T13:41:32.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:32 smithi066 ceph-mon[31353]: from='client.25421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:32.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:32 smithi066 ceph-mon[31353]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:32.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:32 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3897608388' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:33.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:33 smithi084 ceph-mon[27656]: from='client.25433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:33.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:33 smithi084 ceph-mon[27656]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:33.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:33 smithi066 ceph-mon[23686]: from='client.25433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:33.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:33 smithi066 ceph-mon[23686]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:33.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:33 smithi066 ceph-mon[31353]: from='client.25433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:33.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:33 smithi066 ceph-mon[31353]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:41:34.809 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:34 smithi084 ceph-mon[27656]: pgmap v36: 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-21T13:41:34.809 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.809 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.809 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.809 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:34 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[23686]: pgmap v36: 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-21T13:41:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[31353]: pgmap v36: 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-21T13:41:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:34.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:34 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:41:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:41:35] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.51.0" 2024-09-21T13:41:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:36 smithi084 ceph-mon[27656]: pgmap v37: 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-21T13:41:36.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:36 smithi066 ceph-mon[23686]: pgmap v37: 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-21T13:41:36.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:36 smithi066 ceph-mon[31353]: pgmap v37: 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-21T13:41:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: pgmap v38: 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-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: pgmap v38: 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-21T13:41:38.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:38.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:38.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:38 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: pgmap v38: 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-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:38 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:39.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:39 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:41:39.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:39 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:41:40.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:39 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T13:41:40.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:40 smithi066 ceph-mon[23686]: pgmap v39: 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-21T13:41:40.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:40 smithi066 ceph-mon[23686]: Upgrade: Updating alertmanager.a 2024-09-21T13:41:40.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:40 smithi066 ceph-mon[23686]: Deploying daemon alertmanager.a on smithi066 2024-09-21T13:41:40.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:40 smithi066 ceph-mon[31353]: pgmap v39: 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-21T13:41:40.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:40 smithi066 ceph-mon[31353]: Upgrade: Updating alertmanager.a 2024-09-21T13:41:40.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:40 smithi066 ceph-mon[31353]: Deploying daemon alertmanager.a on smithi066 2024-09-21T13:41:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:40 smithi084 ceph-mon[27656]: pgmap v39: 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-21T13:41:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:40 smithi084 ceph-mon[27656]: Upgrade: Updating alertmanager.a 2024-09-21T13:41:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:40 smithi084 ceph-mon[27656]: Deploying daemon alertmanager.a on smithi066 2024-09-21T13:41:42.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:42 smithi066 ceph-mon[23686]: 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-21T13:41:42.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:42 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:42.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:42 smithi066 ceph-mon[31353]: 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-21T13:41:42.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:42 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:43.099 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:42 smithi084 ceph-mon[27656]: 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-21T13:41:43.099 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:42 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:44.962 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:44 smithi066 ceph-mon[23686]: 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-21T13:41:44.962 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:44 smithi066 ceph-mon[31353]: 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-21T13:41:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:44 smithi084 ceph-mon[27656]: 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-21T13:41:45.950 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:41:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:41:45] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.51.0" 2024-09-21T13:41:46.548 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:46 smithi066 systemd[1]: Stopping Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:41:46.881 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:46 smithi066 ceph-mon[23686]: 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-21T13:41:46.882 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:46 smithi066 ceph-mon[31353]: 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-21T13:41:46.882 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:46 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[70223]: ts=2024-09-21T13:41:46.547Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:41:46.882 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:46 smithi066 podman[93690]: 2024-09-21 13:41:46.58865868 +0000 UTC m=+0.160090016 container died 21773207acd6e44a1f34edaef1e82ac56ff998a3e78e24213dd5a7be89b95b19 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:46 smithi084 ceph-mon[27656]: 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-21T13:41:47.215 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:46 smithi066 podman[93690]: 2024-09-21 13:41:46.980539899 +0000 UTC m=+0.551971234 container cleanup 21773207acd6e44a1f34edaef1e82ac56ff998a3e78e24213dd5a7be89b95b19 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:47.215 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:46 smithi066 bash[93690]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a 2024-09-21T13:41:47.466 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 podman[93703]: 2024-09-21 13:41:47.215333452 +0000 UTC m=+0.630040937 container remove 21773207acd6e44a1f34edaef1e82ac56ff998a3e78e24213dd5a7be89b95b19 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:47.466 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 podman[93703]: 2024-09-21 13:41:47.299106319 +0000 UTC m=+0.713813806 volume remove 598df42bc540986f712bd11815e27c2f75abf06acf179d1680135a8b5959b2ac 2024-09-21T13:41:47.744 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@alertmanager.a.service: Deactivated successfully. 2024-09-21T13:41:47.744 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 systemd[1]: Stopped Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:41:47.744 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@alertmanager.a.service: Consumed 1.902s CPU time. 2024-09-21T13:41:47.744 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 systemd[1]: Starting Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:41:48.149 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 podman[93825]: 2024-09-21 13:41:47.78234918 +0000 UTC m=+0.016731707 image pull 11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5 quay.io/prometheus/alertmanager:v0.27.0 2024-09-21T13:41:48.149 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 podman[93825]: 2024-09-21 13:41:47.883988913 +0000 UTC m=+0.118371469 volume create 4338309dcf0b54760957c4cee015f6aafb12d8a6c931b8428baeda06c1c4b293 2024-09-21T13:41:48.149 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:47 smithi066 podman[93825]: 2024-09-21 13:41:47.976050525 +0000 UTC m=+0.210433078 container create 03b5d41fcf0c445544cdb3081bd8cc684770f5ec8f39be92d41efe289f3df5fe (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:48.494 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 podman[93825]: 2024-09-21 13:41:48.303767677 +0000 UTC m=+0.538150189 container init 03b5d41fcf0c445544cdb3081bd8cc684770f5ec8f39be92d41efe289f3df5fe (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:48.494 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 podman[93825]: 2024-09-21 13:41:48.307456087 +0000 UTC m=+0.541838599 container start 03b5d41fcf0c445544cdb3081bd8cc684770f5ec8f39be92d41efe289f3df5fe (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:41:48.494 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:48.318Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:48.318Z 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-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:48.319Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.66 port=9094 2024-09-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:48.320Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:48.343Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:48.343Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:48.345Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:48.345Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 bash[93825]: 03b5d41fcf0c445544cdb3081bd8cc684770f5ec8f39be92d41efe289f3df5fe 2024-09-21T13:41:48.495 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:48 smithi066 systemd[1]: Started Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:41:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-mon[23686]: 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-21T13:41:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:48.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-mon[31353]: 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-21T13:41:48.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:48.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:48.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:48 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:49.019 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:48 smithi084 ceph-mon[27656]: 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-21T13:41:49.019 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:48 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:49.019 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:48 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:49.019 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:48 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:50.684 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:50.321Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001012294s 2024-09-21T13:41:50.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:50 smithi084 ceph-mon[27656]: 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-21T13:41:50.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:50 smithi066 ceph-mon[23686]: 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-21T13:41:51.065 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:50 smithi066 ceph-mon[31353]: 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-21T13:41:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[31353]: 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-21T13:41:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[23686]: 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-21T13:41:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:52.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:52 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:52 smithi084 ceph-mon[27656]: 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-21T13:41:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:52 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:53.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:52 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:53.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:52 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:53.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:52 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:54.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:53 smithi066 ceph-mon[23686]: 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-21T13:41:54.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:53 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:54.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:53 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:54.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:53 smithi066 ceph-mon[31353]: 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-21T13:41:54.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:53 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:54.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:53 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:54.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:53 smithi084 ceph-mon[27656]: 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-21T13:41:54.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:53 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:54.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:53 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:55 smithi066 ceph-mon[23686]: 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-21T13:41:55.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:55 smithi066 ceph-mon[31353]: 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-21T13:41:55.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:41:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:41:55] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.51.0" 2024-09-21T13:41:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:55 smithi084 ceph-mon[27656]: 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-21T13:41:57.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:57.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:57.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:41:57.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:41:57.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:57 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:57.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:57.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:41:58.325 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[31353]: 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-21T13:41:58.325 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:58.325 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[31353]: Upgrade: Updating grafana.a 2024-09-21T13:41:58.326 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[31353]: Deploying daemon grafana.a on smithi084 2024-09-21T13:41:58.326 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:58.326 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[23686]: 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-21T13:41:58.326 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:58.326 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[23686]: Upgrade: Updating grafana.a 2024-09-21T13:41:58.326 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[23686]: Deploying daemon grafana.a on smithi084 2024-09-21T13:41:58.326 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:58.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:58 smithi084 ceph-mon[27656]: 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-21T13:41:58.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:58 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:41:58.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:58 smithi084 ceph-mon[27656]: Upgrade: Updating grafana.a 2024-09-21T13:41:58.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:58 smithi084 ceph-mon[27656]: Deploying daemon grafana.a on smithi084 2024-09-21T13:41:58.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:41:58 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:41:58.744 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:41:58 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:41:58.325Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.004596195s 2024-09-21T13:42:00.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:00 smithi084 ceph-mon[27656]: 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-21T13:42:00.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:00 smithi066 ceph-mon[23686]: 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-21T13:42:00.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:00 smithi066 ceph-mon[31353]: 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-21T13:42:02.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:02 smithi084 ceph-mon[27656]: 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-21T13:42:02.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:02 smithi066 ceph-mon[23686]: 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-21T13:42:02.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:02 smithi066 ceph-mon[31353]: 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-21T13:42:02.874 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:42:03.468 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:42:03.468 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (15s) 11s ago 21m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (21m) 10s ago 21m 79.5M - 9.4.12 2bacad6d85d8 f9b8825470ab 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (87s) 11s ago 20m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (77s) 10s ago 25m 452M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (10m) 11s ago 26m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (26m) 11s ago 27m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (25m) 10s ago 25m 56.3M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (25m) 11s ago 25m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (63s) 11s ago 20m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (57s) 10s ago 20m 7868k - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (25m) 11s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (24m) 11s ago 24m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (24m) 11s ago 24m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (23m) 11s ago 23m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (23m) 10s ago 23m 55.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:42:03.469 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (23m) 10s ago 23m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:42:03.470 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (22m) 10s ago 22m 61.6M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:42:03.470 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (22m) 10s ago 22m 56.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:42:03.470 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (35s) 10s ago 21m 36.9M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:42:03.470 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (20m) 11s ago 20m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:42:03.470 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (20m) 10s ago 20m 89.3M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:42:03.822 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:42:03.822 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:42:03.822 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:42:03.822 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 13, 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:42:03.823 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:42:04.125 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:42:04.125 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:42:04.125 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:42:04.125 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-21T13:42:04.125 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [ 2024-09-21T13:42:04.126 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr" 2024-09-21T13:42:04.126 INFO:teuthology.orchestra.run.smithi066.stdout: ], 2024-09-21T13:42:04.126 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "2/2 daemons upgraded", 2024-09-21T13:42:04.126 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading grafana daemons", 2024-09-21T13:42:04.126 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:42:04.126 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:42:04.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:04 smithi084 ceph-mon[27656]: 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-21T13:42:04.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:04 smithi084 ceph-mon[27656]: from='client.25451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:04 smithi084 ceph-mon[27656]: from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:04 smithi084 ceph-mon[27656]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:04 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/471475828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[23686]: 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-21T13:42:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[23686]: from='client.25451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[23686]: from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[23686]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/471475828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[31353]: 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-21T13:42:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[31353]: from='client.25451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[31353]: from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[31353]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:04 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/471475828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:05.331 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:05 smithi084 ceph-mon[27656]: from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:05.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:05 smithi066 ceph-mon[23686]: from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:05.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:05 smithi066 ceph-mon[31353]: from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:05.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:42:05] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.51.0" 2024-09-21T13:42:06.200 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:06 smithi084 ceph-mon[27656]: 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-21T13:42:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:06 smithi066 ceph-mon[23686]: 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-21T13:42:06.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:06 smithi066 ceph-mon[31353]: 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-21T13:42:07.972 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:07 smithi084 systemd[1]: Stopping Ceph grafana.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:42:08.256 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:08 smithi084 ceph-mon[27656]: 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-21T13:42:08.256 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:08 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:08.257 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=server t=2024-09-21T13:42:07.971848825Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-09-21T13:42:08.257 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=tracing t=2024-09-21T13:42:07.972143541Z level=info msg="Closing tracing" 2024-09-21T13:42:08.257 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[56794]: logger=ticker t=2024-09-21T13:42:07.972155831Z level=info msg=stopped last_tick=2024-09-21T13:42:00Z 2024-09-21T13:42:08.257 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:07 smithi084 podman[84793]: 2024-09-21 13:42:07.982106025 +0000 UTC m=+0.135019493 container died f9b8825470ab602572cdfa0e79c92d9a3545533ced1db8a9248edc68d46fb100 (image=quay.io/ceph/grafana:9.4.12, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:42:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:08 smithi066 ceph-mon[23686]: 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-21T13:42:08.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:08 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:08.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:08 smithi066 ceph-mon[31353]: 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-21T13:42:08.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:08 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:08.618 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:08 smithi084 podman[84793]: 2024-09-21 13:42:08.35521527 +0000 UTC m=+0.508128721 container cleanup f9b8825470ab602572cdfa0e79c92d9a3545533ced1db8a9248edc68d46fb100 (image=quay.io/ceph/grafana:9.4.12, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:42:08.618 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:08 smithi084 bash[84793]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a 2024-09-21T13:42:08.972 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:08 smithi084 podman[84806]: 2024-09-21 13:42:08.648353794 +0000 UTC m=+0.667681080 container remove f9b8825470ab602572cdfa0e79c92d9a3545533ced1db8a9248edc68d46fb100 (image=quay.io/ceph/grafana:9.4.12, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:42:08.972 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:08 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@grafana.a.service: Deactivated successfully. 2024-09-21T13:42:08.972 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:08 smithi084 systemd[1]: Stopped Ceph grafana.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:42:08.972 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:08 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@grafana.a.service: Consumed 16.878s CPU time. 2024-09-21T13:42:09.319 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:08 smithi084 systemd[1]: Starting Ceph grafana.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:42:09.319 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 podman[84935]: 2024-09-21 13:42:09.081945123 +0000 UTC m=+0.016292509 image pull 5aad1d7cf004c80a4acb170e1c80fb85781b022f00f08c6bcd22608882b4c748 quay.io/ceph/grafana:10.4.8 2024-09-21T13:42:09.319 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 podman[84935]: 2024-09-21 13:42:09.208132211 +0000 UTC m=+0.142479588 container create a0cc083c2fa8b14a461a81e5e5d2561145a753b62a2eb2b902ccf6ae616fc9f2 (image=quay.io/ceph/grafana:10.4.8, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:42:09.576 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 podman[84935]: 2024-09-21 13:42:09.44365365 +0000 UTC m=+0.378001032 container init a0cc083c2fa8b14a461a81e5e5d2561145a753b62a2eb2b902ccf6ae616fc9f2 (image=quay.io/ceph/grafana:10.4.8, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:42:09.576 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 podman[84935]: 2024-09-21 13:42:09.446482749 +0000 UTC m=+0.380830136 container start a0cc083c2fa8b14a461a81e5e5d2561145a753b62a2eb2b902ccf6ae616fc9f2 (image=quay.io/ceph/grafana:10.4.8, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:42:09.576 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 bash[84935]: a0cc083c2fa8b14a461a81e5e5d2561145a753b62a2eb2b902ccf6ae616fc9f2 2024-09-21T13:42:09.576 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 systemd[1]: Started Ceph grafana.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560542957Z level=info msg="Starting Grafana" version=10.4.8 commit=8c384b71bde142a25ddc01ed5a183ca572b2b7f7 branch=v10.4.x compiled=2024-09-21T13:42:09Z 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560748917Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.56075709Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560760609Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560763338Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560765961Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560768374Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560770977Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560774684Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560777302Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560779709Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560782088Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560784681Z level=info msg=Target target=[all] 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560790412Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560792894Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-21T13:42:09.577 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560795268Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-21T13:42:09.578 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560797527Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-21T13:42:09.578 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560800477Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-21T13:42:09.578 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=settings t=2024-09-21T13:42:09.560803503Z level=info msg="App mode production" 2024-09-21T13:42:09.578 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=sqlstore t=2024-09-21T13:42:09.561026827Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-21T13:42:09.578 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=sqlstore t=2024-09-21T13:42:09.561039796Z 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-21T13:42:09.578 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.561638148Z level=info msg="Starting DB migrations" 2024-09-21T13:42:09.578 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.575816149Z level=info msg="Executing migration" id="Add uid column to user" 2024-09-21T13:42:09.831 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.581999581Z level=info msg="Migration successfully executed" id="Add uid column to user" duration=6.17951ms 2024-09-21T13:42:09.831 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.582657064Z level=info msg="Executing migration" id="Update uid column values for users" 2024-09-21T13:42:09.831 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.582895841Z level=info msg="Migration successfully executed" id="Update uid column values for users" duration=239.941µs 2024-09-21T13:42:09.831 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.583338288Z level=info msg="Executing migration" id="Add unique index user_uid" 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.584114138Z level=info msg="Migration successfully executed" id="Add unique index user_uid" duration=775.421µs 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.58450319Z level=info msg="Executing migration" id="update login field with orgid to allow for multiple service accounts with same name across orgs" 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.584726166Z level=info msg="Migration successfully executed" id="update login field with orgid to allow for multiple service accounts with same name across orgs" duration=221.024µs 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.585454422Z level=info msg="Executing migration" id="Add playlist column created_at" 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.590493296Z level=info msg="Migration successfully executed" id="Add playlist column created_at" duration=5.033667ms 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.590869952Z level=info msg="Executing migration" id="Add playlist column updated_at" 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.596129807Z level=info msg="Migration successfully executed" id="Add playlist column updated_at" duration=5.260039ms 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.59658625Z level=info msg="Executing migration" id="Add column uid in team" 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.60171004Z level=info msg="Migration successfully executed" id="Add column uid in team" duration=5.122255ms 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.602079363Z level=info msg="Executing migration" id="Update uid column values in team" 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.602202305Z level=info msg="Migration successfully executed" id="Update uid column values in team" duration=124.111µs 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.602976154Z level=info msg="Executing migration" id="Add unique index team_org_id_uid" 2024-09-21T13:42:09.832 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.603728369Z level=info msg="Migration successfully executed" id="Add unique index team_org_id_uid" duration=751.99µs 2024-09-21T13:42:09.833 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.604169947Z level=info msg="Executing migration" id="add index user_auth_token.revoked_at" 2024-09-21T13:42:09.833 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.604877185Z level=info msg="Migration successfully executed" id="add index user_auth_token.revoked_at" duration=706.696µs 2024-09-21T13:42:09.833 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.605277372Z level=info msg="Executing migration" id="add result_fingerprint column to alert_instance" 2024-09-21T13:42:09.833 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.610587899Z level=info msg="Migration successfully executed" id="add result_fingerprint column to alert_instance" duration=5.311585ms 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.611047998Z level=info msg="Executing migration" id="add last_applied column to alert_configuration_history" 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.616084097Z level=info msg="Migration successfully executed" id="add last_applied column to alert_configuration_history" duration=5.035337ms 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.616482237Z level=info msg="Executing migration" id="alter library_element model to mediumtext" 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.616524338Z level=info msg="Migration successfully executed" id="alter library_element model to mediumtext" duration=42.519µs 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.616967385Z level=info msg="Executing migration" id="add library_element folder uid" 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.621902252Z level=info msg="Migration successfully executed" id="add library_element folder uid" duration=4.933498ms 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.622288275Z level=info msg="Executing migration" id="populate library_element folder_uid" 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.622552393Z level=info msg="Migration successfully executed" id="populate library_element folder_uid" duration=263.979µs 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.625033306Z level=info msg="Executing migration" id="add index library_element org_id-folder_uid-name-kind" 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.625879586Z level=info msg="Migration successfully executed" id="add index library_element org_id-folder_uid-name-kind" duration=846.504µs 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.627698702Z level=info msg="Executing migration" id="permission kind migration" 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.632739966Z level=info msg="Migration successfully executed" id="permission kind migration" duration=5.041098ms 2024-09-21T13:42:09.834 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.633137685Z level=info msg="Executing migration" id="permission attribute migration" 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.638237288Z level=info msg="Migration successfully executed" id="permission attribute migration" duration=5.099012ms 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.638618201Z level=info msg="Executing migration" id="permission identifier migration" 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.64355051Z level=info msg="Migration successfully executed" id="permission identifier migration" duration=4.931974ms 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.643941384Z level=info msg="Executing migration" id="add permission identifier index" 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.644778618Z level=info msg="Migration successfully executed" id="add permission identifier index" duration=836.993µs 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.646549699Z level=info msg="Executing migration" id="add permission action scope role_id index" 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.647506363Z level=info msg="Migration successfully executed" id="add permission action scope role_id index" duration=956.368µs 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.647869108Z level=info msg="Executing migration" id="remove permission role_id action scope index" 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.648623688Z level=info msg="Migration successfully executed" id="remove permission role_id action scope index" duration=754.995µs 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.648984021Z level=info msg="Executing migration" id="rbac disabled migrator" 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.649006508Z level=info msg="Migration successfully executed" id="rbac disabled migrator" duration=23.101µs 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.649889772Z level=info msg="Executing migration" id="drop index IDX_correlation_uid - v1" 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.650598971Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_uid - v1" duration=709.154µs 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.650959774Z level=info msg="Executing migration" id="drop index IDX_correlation_source_uid - v1" 2024-09-21T13:42:09.835 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.651701134Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_source_uid - v1" duration=741.805µs 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.652075505Z level=info msg="Executing migration" id="Rename table correlation to correlation_tmp_qwerty - v1" 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.668267543Z level=info msg="Migration successfully executed" id="Rename table correlation to correlation_tmp_qwerty - v1" duration=16.190507ms 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.668756036Z level=info msg="Executing migration" id="create correlation v2" 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.669506116Z level=info msg="Migration successfully executed" id="create correlation v2" duration=750.43µs 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.669887343Z level=info msg="Executing migration" id="create index IDX_correlation_uid - v2" 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.670579148Z level=info msg="Migration successfully executed" id="create index IDX_correlation_uid - v2" duration=691.639µs 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.670936688Z level=info msg="Executing migration" id="create index IDX_correlation_source_uid - v2" 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.671679246Z level=info msg="Migration successfully executed" id="create index IDX_correlation_source_uid - v2" duration=742.882µs 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.672057506Z level=info msg="Executing migration" id="create index IDX_correlation_org_id - v2" 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.67273944Z level=info msg="Migration successfully executed" id="create index IDX_correlation_org_id - v2" duration=682.191µs 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.673104469Z level=info msg="Executing migration" id="copy correlation v1 to v2" 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.673277422Z level=info msg="Migration successfully executed" id="copy correlation v1 to v2" duration=173.605µs 2024-09-21T13:42:09.836 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.674018373Z level=info msg="Executing migration" id="drop correlation_tmp_qwerty" 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.674599178Z level=info msg="Migration successfully executed" id="drop correlation_tmp_qwerty" duration=581.154µs 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.674941294Z level=info msg="Executing migration" id="add provisioning column" 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.680100196Z level=info msg="Migration successfully executed" id="add provisioning column" duration=5.158704ms 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.680492363Z level=info msg="Executing migration" id="backfill empty share column fields with default of public" 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.680635646Z level=info msg="Migration successfully executed" id="backfill empty share column fields with default of public" duration=143.074µs 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.681296362Z level=info msg="Executing migration" id="migrate contents column to mediumblob for MySQL" 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.681355507Z level=info msg="Migration successfully executed" id="migrate contents column to mediumblob for MySQL" duration=59.044µs 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.682257213Z level=info msg="Executing migration" id="add origin column to seed_assignment" 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.688066612Z level=info msg="Migration successfully executed" id="add origin column to seed_assignment" duration=5.807498ms 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.688503535Z level=info msg="Executing migration" id="add origin to plugin seed_assignment" 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.688752988Z level=info msg="Migration successfully executed" id="add origin to plugin seed_assignment" duration=251.474µs 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.689162833Z level=info msg="Executing migration" id="prevent seeding OnCall access" 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.689289065Z level=info msg="Migration successfully executed" id="prevent seeding OnCall access" duration=126.287µs 2024-09-21T13:42:09.837 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.690005014Z level=info msg="Executing migration" id="managed folder permissions library panel actions migration" 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.690516583Z level=info msg="Migration successfully executed" id="managed folder permissions library panel actions migration" duration=510.378µs 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.690995635Z level=info msg="Executing migration" id="Remove unique index for folder.title and folder.parent_uid" 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.691751499Z level=info msg="Migration successfully executed" id="Remove unique index for folder.title and folder.parent_uid" duration=751.274µs 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.692144566Z level=info msg="Executing migration" id="Add unique index for title, parent_uid, and org_id" 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.692902313Z level=info msg="Migration successfully executed" id="Add unique index for title, parent_uid, and org_id" duration=757.867µs 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.693258568Z level=info msg="Executing migration" id="Sync dashboard and folder table" 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.693590787Z level=info msg="Migration successfully executed" id="Sync dashboard and folder table" duration=332.745µs 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.694102203Z level=info msg="Executing migration" id="Remove ghost folders from the folder table" 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.694283188Z level=info msg="Migration successfully executed" id="Remove ghost folders from the folder table" duration=181.334µs 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.694952549Z level=info msg="Executing migration" id="Remove unique index UQE_folder_uid_org_id" 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.695641244Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_uid_org_id" duration=688.943µs 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.695985323Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_uid" 2024-09-21T13:42:09.838 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.696698131Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_uid" duration=713.08µs 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.697049611Z level=info msg="Executing migration" id="Remove unique index UQE_folder_title_parent_uid_org_id" 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.697722762Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_title_parent_uid_org_id" duration=673.422µs 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.699916184Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_parent_uid_title" 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.700642762Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_parent_uid_title" duration=726.589µs 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.702915041Z level=info msg="Executing migration" id="Remove index IDX_folder_parent_uid_org_id" 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.703645359Z level=info msg="Migration successfully executed" id="Remove index IDX_folder_parent_uid_org_id" duration=731.125µs 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.70572796Z level=info msg="Executing migration" id="create anon_device table" 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.706328693Z level=info msg="Migration successfully executed" id="create anon_device table" duration=600.351µs 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.708530257Z level=info msg="Executing migration" id="add unique index anon_device.device_id" 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.709269112Z level=info msg="Migration successfully executed" id="add unique index anon_device.device_id" duration=738.61µs 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.711366434Z level=info msg="Executing migration" id="add index anon_device.updated_at" 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.712070107Z level=info msg="Migration successfully executed" id="add index anon_device.updated_at" duration=703.414µs 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.714323988Z level=info msg="Executing migration" id="create signing_key table" 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.71501584Z level=info msg="Migration successfully executed" id="create signing_key table" duration=691.481µs 2024-09-21T13:42:09.839 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.71703547Z level=info msg="Executing migration" id="add unique index signing_key.key_id" 2024-09-21T13:42:09.840 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.717738919Z level=info msg="Migration successfully executed" id="add unique index signing_key.key_id" duration=703.148µs 2024-09-21T13:42:09.840 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.718105247Z level=info msg="Executing migration" id="set legacy alert migration status in kvstore" 2024-09-21T13:42:09.840 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.718766294Z level=info msg="Migration successfully executed" id="set legacy alert migration status in kvstore" duration=663.077µs 2024-09-21T13:42:09.840 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.72112651Z level=info msg="Executing migration" id="migrate record of created folders during legacy migration to kvstore" 2024-09-21T13:42:09.840 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.721609332Z level=info msg="Migration successfully executed" id="migrate record of created folders during legacy migration to kvstore" duration=483.287µs 2024-09-21T13:42:09.840 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.723922887Z level=info msg="Executing migration" id="Add folder_uid for dashboard" 2024-09-21T13:42:09.840 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.729401543Z level=info msg="Migration successfully executed" id="Add folder_uid for dashboard" duration=5.478029ms 2024-09-21T13:42:09.840 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.72977831Z level=info msg="Executing migration" id="Populate dashboard folder_uid column" 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.730298593Z level=info msg="Migration successfully executed" id="Populate dashboard folder_uid column" duration=522.219µs 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.730704468Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title" 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.730715243Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title" duration=11.23µs 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.733572323Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_id_title" 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.734282086Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_id_title" duration=709.644µs 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.736373282Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_uid_title" 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.736383256Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_uid_title" duration=10.454µs 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.739091798Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.739898014Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" duration=805.846µs 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.740241636Z level=info msg="Executing migration" id="Restore index for dashboard_org_id_folder_id_title" 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.741042462Z level=info msg="Migration successfully executed" id="Restore index for dashboard_org_id_folder_id_title" duration=800.49µs 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.743070395Z level=info msg="Executing migration" id="create sso_setting table" 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.743830473Z level=info msg="Migration successfully executed" id="create sso_setting table" duration=758.473µs 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.746096997Z level=info msg="Executing migration" id="copy kvstore migration status to each org" 2024-09-21T13:42:09.841 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.746724348Z level=info msg="Migration successfully executed" id="copy kvstore migration status to each org" duration=627.245µs 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.74888622Z level=info msg="Executing migration" id="add back entry for orgid=0 migrated status" 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.749267192Z level=info msg="Migration successfully executed" id="add back entry for orgid=0 migrated status" duration=380.74µs 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.749597947Z level=info msg="Executing migration" id="alter kv_store.value to longtext" 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.749636032Z level=info msg="Migration successfully executed" id="alter kv_store.value to longtext" duration=39.678µs 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.752163937Z level=info msg="Executing migration" id="add notification_settings column to alert_rule table" 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.757525137Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule table" duration=5.360799ms 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.75790676Z level=info msg="Executing migration" id="add notification_settings column to alert_rule_version table" 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.763080253Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule_version table" duration=5.171647ms 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.763433348Z level=info msg="Executing migration" id="removing scope from alert.instances:read action migration" 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.763649422Z level=info msg="Migration successfully executed" id="removing scope from alert.instances:read action migration" duration=215.992µs 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=migrator t=2024-09-21T13:42:09.764030568Z level=info msg="migrations completed" performed=69 skipped=482 duration=188.290153ms 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=sqlstore t=2024-09-21T13:42:09.764673541Z level=info msg="Created default organization" 2024-09-21T13:42:09.842 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=secrets t=2024-09-21T13:42:09.769171003Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-21T13:42:09.843 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=plugin.store t=2024-09-21T13:42:09.783549541Z level=info msg="Loading plugins..." 2024-09-21T13:42:09.843 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=local.finder t=2024-09-21T13:42:09.830469993Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-21T13:42:09.843 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=plugin.store t=2024-09-21T13:42:09.830489737Z level=info msg="Plugins loaded" count=55 duration=46.941365ms 2024-09-21T13:42:09.843 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=query_data t=2024-09-21T13:42:09.832688385Z level=info msg="Query Service initialization" 2024-09-21T13:42:09.843 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=live.push_http t=2024-09-21T13:42:09.835221185Z level=info msg="Live Push Gateway initialization" 2024-09-21T13:42:10.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=ngalert.migration t=2024-09-21T13:42:09.836416203Z level=info msg=Starting 2024-09-21T13:42:10.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=ngalert.state.manager t=2024-09-21T13:42:09.844430397Z level=info msg="Running in alternative execution of Error/NoData mode" 2024-09-21T13:42:10.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=infra.usagestats.collector t=2024-09-21T13:42:09.845739284Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-21T13:42:10.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.datasources t=2024-09-21T13:42:09.848411225Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-09-21T13:42:10.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.datasources t=2024-09-21T13:42:09.848681339Z level=info msg="inserting datasource from configuration" name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-21T13:42:10.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.alerting t=2024-09-21T13:42:09.876227687Z level=info msg="starting to provision alerting" 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.alerting t=2024-09-21T13:42:09.876245194Z level=info msg="finished to provision alerting" 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=grafanaStorageLogger t=2024-09-21T13:42:09.876360103Z level=info msg="Storage starting" 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=ngalert.state.manager t=2024-09-21T13:42:09.876477383Z level=info msg="Warming state cache for startup" 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=ngalert.multiorg.alertmanager t=2024-09-21T13:42:09.876834514Z level=info msg="Starting MultiOrg Alertmanager" 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=http.server t=2024-09-21T13:42:09.878618611Z 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-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=http.server t=2024-09-21T13:42:09.878889792Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard t=2024-09-21T13:42:09.905713564Z level=info msg="starting to provision dashboards" 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=ngalert.state.manager t=2024-09-21T13:42:09.907683032Z level=info msg="State cache has been initialized" states=0 duration=31.203874ms 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=ngalert.scheduler t=2024-09-21T13:42:09.907716301Z level=info msg="Starting scheduler" tickInterval=10s maxAttempts=1 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=ticker t=2024-09-21T13:42:09.907779032Z level=info msg=starting first_tick=2024-09-21T13:42:10Z 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:09.924342326Z 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-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard t=2024-09-21T13:42:09.939457482Z level=info msg="finished to provision dashboards" 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=plugins.update.checker t=2024-09-21T13:42:09.965108628Z level=info msg="Update check succeeded" duration=85.611155ms 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=grafana.update.checker t=2024-09-21T13:42:09.97689638Z level=info msg="Update check succeeded" duration=97.903714ms 2024-09-21T13:42:10.120 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:10 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=grafana-apiserver t=2024-09-21T13:42:10.031969391Z level=info msg="Adding GroupVersion playlist.grafana.app v0alpha1 to ResourceManager" 2024-09-21T13:42:10.121 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:10 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=grafana-apiserver t=2024-09-21T13:42:10.032358608Z level=info msg="Adding GroupVersion featuretoggle.grafana.app v0alpha1 to ResourceManager" 2024-09-21T13:42:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:10 smithi084 ceph-mon[27656]: 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-21T13:42:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:10 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:10 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:10 smithi066 ceph-mon[23686]: 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-21T13:42:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:10 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:10 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:10 smithi066 ceph-mon[31353]: 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-21T13:42:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:10 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:10 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:12 smithi084 ceph-mon[27656]: 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-21T13:42:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:12 smithi066 ceph-mon[23686]: 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-21T13:42:12.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:12 smithi066 ceph-mon[31353]: 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-21T13:42:13.326 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:12.949427626Z 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-21T13:42:13.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:13 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:13.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:13 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:13.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:13 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:14.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:14 smithi084 ceph-mon[27656]: 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-21T13:42:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:14 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[23686]: 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-21T13:42:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[31353]: 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-21T13:42:14.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:14.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:14 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:15.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:42:15] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.51.0" 2024-09-21T13:42:16.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:15.956206146Z 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-21T13:42:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:16 smithi066 ceph-mon[31353]: 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-21T13:42:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:16 smithi066 ceph-mon[23686]: 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-21T13:42:17.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:16 smithi084 ceph-mon[27656]: 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-21T13:42:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: 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-21T13:42:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:18.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: Upgrade: Finalizing container_image settings 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:42:18.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: Upgrade: Complete! 2024-09-21T13:42:18.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:42:18.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:42:18.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:42:18.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:18.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:18.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:18.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:18.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: 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-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: Upgrade: Finalizing container_image settings 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: 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-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:42:18.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: Upgrade: Finalizing container_image settings 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:42:18.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:42:19.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:42:19.001 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:42:19.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: Upgrade: Complete! 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:42:19.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: Upgrade: Complete! 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:19.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:19.007 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:19.007 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:19.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:19.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:19.007 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:19.007 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:18 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:19.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:18.945542572Z 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-21T13:42:20.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:20 smithi084 ceph-mon[27656]: 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-21T13:42:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:20 smithi066 ceph-mon[23686]: 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-21T13:42:20.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:20 smithi066 ceph-mon[31353]: 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-21T13:42:22.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:21.94655154Z 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-21T13:42:22.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:22 smithi084 ceph-mon[27656]: 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-21T13:42:22.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:22 smithi066 ceph-mon[23686]: 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-21T13:42:22.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:22 smithi066 ceph-mon[31353]: 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-21T13:42:23.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:23 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:23.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:23 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:24.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:23 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:24.955 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:24 smithi084 ceph-mon[27656]: 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-21T13:42:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:24 smithi066 ceph-mon[23686]: 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-21T13:42:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:24 smithi066 ceph-mon[31353]: 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-21T13:42:25.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:24.955346275Z 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-21T13:42:25.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:42:25] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.51.0" 2024-09-21T13:42:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:26 smithi066 ceph-mon[23686]: 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-21T13:42:26.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:26 smithi066 ceph-mon[31353]: 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-21T13:42:27.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:26 smithi084 ceph-mon[27656]: 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-21T13:42:27.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:27.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:28.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:27 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:28.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:27.943947932Z 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-21T13:42:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:28 smithi066 ceph-mon[23686]: 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-21T13:42:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:28 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:28 smithi066 ceph-mon[31353]: 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-21T13:42:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:28 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:28 smithi084 ceph-mon[27656]: 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-21T13:42:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:28 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:30 smithi066 ceph-mon[23686]: 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-21T13:42:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:30 smithi066 ceph-mon[31353]: 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-21T13:42:31.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:30 smithi084 ceph-mon[27656]: 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-21T13:42:31.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:30.943516813Z 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-21T13:42:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:32 smithi066 ceph-mon[23686]: 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-21T13:42:32.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:32 smithi066 ceph-mon[31353]: 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-21T13:42:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:32 smithi084 ceph-mon[27656]: 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-21T13:42:34.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:33.94492766Z 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-21T13:42:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:34 smithi066 ceph-mon[23686]: 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-21T13:42:34.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:34 smithi066 ceph-mon[31353]: 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-21T13:42:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:34 smithi084 ceph-mon[27656]: 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-21T13:42:35.187 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-21T13:42:35.451 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:42:35.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:35 smithi066 ceph-mon[23686]: from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:35.866 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:35 smithi066 ceph-mon[31353]: from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:35.866 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:42:35] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.51.0" 2024-09-21T13:42:36.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:35 smithi084 ceph-mon[27656]: from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:36.229 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:42:36.792 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:36 smithi066 ceph-mon[23686]: 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-21T13:42:36.792 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:36 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/363642471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:36.792 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:36 smithi066 ceph-mon[31353]: 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-21T13:42:36.792 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:36 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/363642471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:36.828 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-21T13:42:37.089 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:42:37.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:36 smithi084 ceph-mon[27656]: 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-21T13:42:37.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:36 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/363642471' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:37.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:36.948747825Z 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-21T13:42:37.828 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)" 2024-09-21T13:42:38.543 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-21T13:42:38.803 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:42:38.924 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:38 smithi066 ceph-mon[23686]: 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-21T13:42:38.924 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:38 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:38.924 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:38 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/1704109990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:38.924 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:38 smithi066 ceph-mon[31353]: 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-21T13:42:38.924 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:38 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:38.925 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:38 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/1704109990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:38 smithi084 ceph-mon[27656]: 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-21T13:42:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:38 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:38 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/1704109990' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:39.553 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:42:39.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:39 smithi066 ceph-mon[23686]: 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-21T13:42:39.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:39 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4081762717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:39.993 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:39 smithi066 ceph-mon[31353]: 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-21T13:42:39.993 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:39 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4081762717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:40.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:39 smithi084 ceph-mon[27656]: 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-21T13:42:40.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:39 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4081762717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:40.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:39.950455998Z 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-21T13:42:40.283 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-21T13:42:40.541 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:42:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:41 smithi084 ceph-mon[27656]: 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-21T13:42:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:41 smithi084 ceph-mon[27656]: from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:41 smithi066 ceph-mon[23686]: 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-21T13:42:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:41 smithi066 ceph-mon[23686]: from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:42.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:41 smithi066 ceph-mon[31353]: 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-21T13:42:42.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:41 smithi066 ceph-mon[31353]: from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:42.651 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:42:42.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:42 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:42.966 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:42 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:42 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:43.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:42.944185591Z 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-21T13:42:43.272 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade status' 2024-09-21T13:42:43.531 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:42:43.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:43 smithi084 ceph-mon[27656]: 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-21T13:42:43.951 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:43 smithi066 ceph-mon[23686]: 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-21T13:42:43.952 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:43 smithi066 ceph-mon[31353]: 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-21T13:42:44.158 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:42:44.158 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": null, 2024-09-21T13:42:44.158 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": false, 2024-09-21T13:42:44.158 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "", 2024-09-21T13:42:44.159 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:42:44.159 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": null, 2024-09-21T13:42:44.159 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "", 2024-09-21T13:42:44.159 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:42:44.159 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:42:44.797 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:42:45.061 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:42:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:44 smithi084 ceph-mon[27656]: from='client.25511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:45.173 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:44 smithi066 ceph-mon[23686]: from='client.25511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:45.173 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:44 smithi066 ceph-mon[31353]: from='client.25511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:45.750 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:42:45.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:45 smithi066 ceph-mon[23686]: 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-21T13:42:45.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:45 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/3073714576' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:42:45.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:42:45] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.51.0" 2024-09-21T13:42:45.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:45 smithi066 ceph-mon[31353]: 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-21T13:42:45.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:45 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/3073714576' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:42:46.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:45 smithi084 ceph-mon[27656]: 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-21T13:42:46.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:45 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/3073714576' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:42:46.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:45.946333041Z 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-21T13:42:46.324 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:42:46.578 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:42:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:47 smithi084 ceph-mon[27656]: 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-21T13:42:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:47 smithi084 ceph-mon[27656]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:48.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:47 smithi084 ceph-mon[27656]: from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:48.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:47 smithi084 ceph-mon[27656]: from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mon", "hosts": "smithi084", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:48.170 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:47 smithi066 ceph-mon[23686]: 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-21T13:42:48.171 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:47 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:48.171 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:47 smithi066 ceph-mon[23686]: from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:48.171 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:47 smithi066 ceph-mon[23686]: from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mon", "hosts": "smithi084", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:48.171 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:47 smithi066 ceph-mon[31353]: 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-21T13:42:48.171 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:47 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:48.171 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:47 smithi066 ceph-mon[31353]: from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:48.171 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:47 smithi066 ceph-mon[31353]: from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mon", "hosts": "smithi084", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:48.904 INFO:teuthology.orchestra.run.smithi066.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:42:49.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:48.949286143Z 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-21T13:42:49.556 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:42:50.152 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[31353]: 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-21T13:42:50.153 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[31353]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:42:50.153 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:50.153 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:50.153 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:50.153 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:50.153 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[31353]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:42:50.153 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[23686]: 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-21T13:42:50.153 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[23686]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:42:50.153 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:50.153 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:50.154 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:50.154 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:50.154 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:49 smithi066 ceph-mon[23686]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:42:50.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:49 smithi084 ceph-mon[27656]: 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-21T13:42:50.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:49 smithi084 ceph-mon[27656]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:42:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:49 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:49 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:49 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:42:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:49 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:49 smithi084 ceph-mon[27656]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:42:50.433 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:42:51.656 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:42:51.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: 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-21T13:42:51.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:51.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:42:51.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all mgr 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: Upgrade: It appears safe to stop mon.b 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[23686]: from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: 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-21T13:42:51.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:42:51.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:42:51.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:42:51.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:51.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all mgr 2024-09-21T13:42:51.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:51.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:42:51.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-21T13:42:51.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: Upgrade: It appears safe to stop mon.b 2024-09-21T13:42:51.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:51 smithi066 ceph-mon[31353]: from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:52.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:51.953340356Z 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-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: 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-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: Upgrade: Setting container_image for all mgr 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-21T13:42:52.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: Upgrade: It appears safe to stop mon.b 2024-09-21T13:42:52.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:51 smithi084 ceph-mon[27656]: from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:52.242 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:42:52.242 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (64s) 59s ago 22m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (43s) 38s ago 21m 43.9M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (2m) 59s ago 21m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (2m) 38s ago 26m 452M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (11m) 59s ago 27m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (27m) 59s ago 27m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (26m) 38s ago 26m 56.0M 2048M 19.1.1-373-g4e45e6b4 164465d2334a bc62875c0f14 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (26m) 59s ago 26m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (112s) 59s ago 21m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (106s) 38s ago 21m 9793k - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (25m) 59s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (25m) 59s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:42:52.243 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (25m) 59s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:42:52.244 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (24m) 59s ago 24m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:42:52.244 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (24m) 38s ago 24m 55.6M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:42:52.244 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (23m) 38s ago 23m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:42:52.244 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (23m) 38s ago 23m 61.6M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:42:52.244 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (23m) 38s ago 23m 56.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:42:52.244 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (84s) 38s ago 22m 37.3M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:42:52.244 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (21m) 59s ago 21m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:42:52.244 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (21m) 38s ago 21m 89.3M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:42:52.599 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:42:52.600 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:42:52.600 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:42:52.600 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 13, 2024-09-21T13:42:52.600 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:42:52.600 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:42:52.600 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:42:52.900 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:42:52.901 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:42:52.901 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:42:52.901 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi084", 2024-09-21T13:42:52.901 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:42:52.901 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "0/1 daemons upgraded", 2024-09-21T13:42:52.901 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading mon daemons", 2024-09-21T13:42:52.901 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:42:52.901 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:42:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: Upgrade: Updating mon.b 2024-09-21T13:42:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:53.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:42:53.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:42:53.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:53.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: Deploying daemon mon.b on smithi084 2024-09-21T13:42:53.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 ceph-mon[27656]: from='client.? 172.21.15.66:0/4061320580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:53.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: Upgrade: Updating mon.b 2024-09-21T13:42:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:42:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:42:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:53.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: Deploying daemon mon.b on smithi084 2024-09-21T13:42:53.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4061320580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:53.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:53.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:53.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: Upgrade: Updating mon.b 2024-09-21T13:42:53.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:53.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:42:53.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:42:53.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:42:53.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: Deploying daemon mon.b on smithi084 2024-09-21T13:42:53.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:53 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4061320580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:42:54.280 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:53 smithi084 systemd[1]: Stopping Ceph mon.b for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:42:54.280 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b[27648]: 2024-09-21T13:42:54.156+0000 7fa54a0a6640 -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-21T13:42:54.280 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b[27648]: 2024-09-21T13:42:54.156+0000 7fa54a0a6640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2024-09-21T13:42:54.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:42:54] ENGINE Bus STOPPING 2024-09-21T13:42:54.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:42:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:42:54.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:42:54] ENGINE Bus STOPPED 2024-09-21T13:42:54.494 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:42:54] ENGINE Bus STARTING 2024-09-21T13:42:54.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:42:54] ENGINE Serving on http://:::9283 2024-09-21T13:42:54.495 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:54 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:42:54] ENGINE Bus STARTED 2024-09-21T13:42:54.566 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:54 smithi084 podman[88305]: 2024-09-21 13:42:54.279465782 +0000 UTC m=+0.226430239 container died bc62875c0f14e9b5777df5882227b380509b2f48e9333ec2f28066112b699313 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-4e45e6b, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2) 2024-09-21T13:42:54.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:54 smithi084 podman[88305]: 2024-09-21 13:42:54.642011917 +0000 UTC m=+0.588976374 container cleanup bc62875c0f14e9b5777df5882227b380509b2f48e9333ec2f28066112b699313 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.build-date=20240731, RELEASE=squid-4e45e6b, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-21T13:42:54.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:54 smithi084 bash[88305]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b 2024-09-21T13:42:55.240 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:54.954170462Z 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-21T13:42:55.240 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:54 smithi084 podman[88317]: 2024-09-21 13:42:54.918457341 +0000 UTC m=+0.634934478 container remove bc62875c0f14e9b5777df5882227b380509b2f48e9333ec2f28066112b699313 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-4e45e6b, io.buildah.version=1.37.2) 2024-09-21T13:42:55.240 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.b.service: Deactivated successfully. 2024-09-21T13:42:55.240 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 systemd[1]: Stopped Ceph mon.b for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:42:55.240 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.b.service: Consumed 15.765s CPU time. 2024-09-21T13:42:55.240 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 systemd[1]: Starting Ceph mon.b for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:42:55.585 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 podman[88447]: 2024-09-21 13:42:55.351046872 +0000 UTC m=+0.016146708 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:42:55.585 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 podman[88447]: 2024-09-21 13:42:55.453588262 +0000 UTC m=+0.118688127 container create 8754488f91a38907ace63b884440ca9d8c79df0a46eab2a71ddf01ea5245805f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 podman[88447]: 2024-09-21 13:42:55.714295645 +0000 UTC m=+0.379395471 container init 8754488f91a38907ace63b884440ca9d8c79df0a46eab2a71ddf01ea5245805f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, 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, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True) 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 podman[88447]: 2024-09-21 13:42:55.717356456 +0000 UTC m=+0.382456280 container start 8754488f91a38907ace63b884440ca9d8c79df0a46eab2a71ddf01ea5245805f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , GIT_CLEAN=True, 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_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev), process ceph-mon, pid 2 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: pidfile_write: ignore empty --pid-file 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: load: jerasure load: lrc 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: RocksDB version: 7.9.2 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Git sha 0 2024-09-21T13:42:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Compile date 2024-09-21 09:24:23 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: DB SUMMARY 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: DB Session ID: GW7G4ADJWS0QISMYHQQF 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: CURRENT file: CURRENT 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: MANIFEST file: MANIFEST-000010 size: 3382 Bytes 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000051.sst 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000049.log size: 577623 ; 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.error_if_exists: 0 2024-09-21T13:42:55.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.create_if_missing: 0 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.paranoid_checks: 1 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.env: 0x557bc112b120 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.info_log: 0x557bc2677700 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T13:42:55.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.statistics: (nil) 2024-09-21T13:42:55.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.use_fsync: 0 2024-09-21T13:42:55.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_log_file_size: 0 2024-09-21T13:42:55.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.allow_fallocate: 1 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.use_direct_reads: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.db_log_dir: 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.wal_dir: 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T13:42:55.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.write_buffer_manager: 0x557bc267bb80 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T13:42:55.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.unordered_write: 0 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.row_cache: None 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.wal_filter: None 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.two_write_queues: 0 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.wal_compression: 0 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.atomic_flush: 0 2024-09-21T13:42:55.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.log_readahead_size: 0 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_background_jobs: 2 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_background_compactions: -1 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_subcompactions: 1 2024-09-21T13:42:55.876 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_open_files: -1 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_background_flushes: -1 2024-09-21T13:42:55.877 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Compression algorithms supported: 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: kZSTD supported: 0 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: kXpressCompression supported: 0 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: kBZip2Compression supported: 0 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: kLZ4Compression supported: 1 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: kZlibCompression supported: 1 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: kSnappyCompression supported: 1 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T13:42:55.878 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.merge_operator: 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_filter: None 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557bc2677320) 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout: cache_index_and_filter_blocks: 1 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout: pin_top_level_index_and_filter: 1 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout: index_type: 0 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout: data_block_index_type: 0 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout: index_shortening: 1 2024-09-21T13:42:55.879 INFO:journalctl@ceph.mon.b.smithi084.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: checksum: 4 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: no_block_cache: 0 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_cache: 0x557bc266b610 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_cache_name: BinnedLRUCache 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_cache_options: 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: capacity : 536870912 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: num_shard_bits : 4 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: strict_capacity_limit : 0 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: high_pri_pool_ratio: 0.000 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_cache_compressed: (nil) 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: persistent_cache: (nil) 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_size: 4096 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_size_deviation: 10 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_restart_interval: 16 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: index_block_restart_interval: 1 2024-09-21T13:42:55.880 INFO:journalctl@ceph.mon.b.smithi084.stdout: metadata_block_size: 4096 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: partition_filters: 0 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: use_delta_encoding: 1 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: filter_policy: bloomfilter 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: whole_key_filtering: 1 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: verify_compression: 0 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: read_amp_bytes_per_bit: 0 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: format_version: 5 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: enable_index_compression: 1 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: block_align: 0 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: max_auto_readahead_size: 262144 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: prepopulate_block_cache: 0 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: initial_auto_readahead_size: 8192 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T13:42:55.881 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression: NoCompression 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.num_levels: 7 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T13:42:55.882 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T13:42:55.883 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T13:42:55.884 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.inplace_update_support: 0 2024-09-21T13:42:55.885 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.bloom_locality: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.max_successive_merges: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.ttl: 2592000 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T13:42:55.886 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.enable_blob_files: false 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.min_blob_size: 0 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: 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 26244, log_number is 49,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 49 2024-09-21T13:42:55.887 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 49 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a46c18c7-efc3-4f27-a87d-7eb5c40ddc47 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926175744963, "job": 1, "event": "recovery_started", "wal_files": [49]} 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #49 mode 2 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926175747192, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 54, "file_size": 380221, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 26249, "largest_seqno": 26625, "table_properties": {"data_size": 377809, "index_size": 924, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 453, "raw_key_size": 3693, "raw_average_key_size": 23, "raw_value_size": 374438, "raw_average_value_size": 2384, "num_data_blocks": 42, "num_entries": 157, "num_filter_entries": 157, "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": 1726926175, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a46c18c7-efc3-4f27-a87d-7eb5c40ddc47", "db_session_id": "GW7G4ADJWS0QISMYHQQF", "orig_file_number": 54, "seqno_to_time_mapping": "N/A"}} 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926175747303, "job": 1, "event": "recovery_finished"} 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/version_set.cc:5047] Creating manifest 56 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: 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-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557bc269ae00 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: DB pointer 0x557bc279c000 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T13:42:55.888 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: ** DB Stats ** 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: ** Compaction Stats [default] ** 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: L0 1/0 371.31 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 292.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:42:55.889 INFO:journalctl@ceph.mon.b.smithi084.stdout: L6 1/0 9.84 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-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.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 292.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.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 292.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: ** Compaction Stats [default] ** 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.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 292.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T13:42:55.890 INFO:journalctl@ceph.mon.b.smithi084.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.stdout: Cumulative compaction: 0.00 GB write, 82.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.stdout: Interval compaction: 0.00 GB write, 82.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.stdout: Block cache BinnedLRUCache@0x557bc266b610#2 capacity: 512.00 MB usage: 1.58 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.50 KB,9.53674e-05%) IndexBlock(1,1.08 KB,0.000205636%) Misc(1,0.00 KB,0%) 2024-09-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:42:55.891 INFO:journalctl@ceph.mon.b.smithi084.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: starting mon.b rank 1 at public addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] at bind addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: mon.b@-1(???) e3 preinit fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: mon.b@-1(???).mds e1 new map 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: mon.b@-1(???).mds e1 print_map 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout: e1 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout: btime 2024-09-21T13:15:02:123799+0000 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.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-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout: legacy client fscid: -1 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout: 2024-09-21T13:42:55.892 INFO:journalctl@ceph.mon.b.smithi084.stdout: No filesystems configured 2024-09-21T13:42:55.893 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: mon.b@-1(???).osd e110 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-21T13:42:55.893 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: mon.b@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:42:55.893 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: mon.b@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:42:55.893 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: mon.b@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:42:55.893 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: mon.b@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2024-09-21T13:42:55.893 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 bash[88447]: 8754488f91a38907ace63b884440ca9d8c79df0a46eab2a71ddf01ea5245805f 2024-09-21T13:42:55.893 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 systemd[1]: Started Ceph mon.b for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:42:55.977 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:42:55] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.51.0" 2024-09-21T13:42:55.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[23686]: 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-21T13:42:55.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[23686]: from='client.25559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:55.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:42:55.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:42:55.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:42:55.978 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[31353]: 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-21T13:42:55.978 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[31353]: from='client.25559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:55.978 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:42:56.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:42:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:42:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:42:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:55 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:42:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: 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-21T13:42:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: from='client.25559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:42:56.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-21T13:42:56.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-21T13:42:56.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-21T13:42:56.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:55 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:42:57.146 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:42:57.146 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: 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-21T13:42:57.146 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: mon.b calling monitor election 2024-09-21T13:42:57.146 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: mon.a calling monitor election 2024-09-21T13:42:57.146 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:42:57.146 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: monmap epoch 3 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: min_mon_release 19 (squid) 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: election_strategy: 1 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: fsmap 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: overall HEALTH_OK 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:57.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: 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-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: mon.b calling monitor election 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: mon.a calling monitor election 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: monmap epoch 3 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: min_mon_release 19 (squid) 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: election_strategy: 1 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:42:57.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:42:57.149 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: fsmap 2024-09-21T13:42:57.149 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:42:57.149 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-21T13:42:57.149 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: overall HEALTH_OK 2024-09-21T13:42:57.149 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:57.149 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:56 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:57.271 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T13:42:57.271 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: 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-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: mon.b calling monitor election 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: mon.a calling monitor election 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: monmap epoch 3 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: min_mon_release 19 (squid) 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: election_strategy: 1 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: fsmap 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-21T13:42:57.272 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: overall HEALTH_OK 2024-09-21T13:42:57.273 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:57.273 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:56 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:42:58.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:57 smithi066 ceph-mon[31353]: 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-21T13:42:58.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:57 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:58.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:57 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:58.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:57 smithi066 ceph-mon[23686]: 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-21T13:42:58.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:57 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:58.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:57 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:42:58.245 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:42:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:42:57.950543601Z 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-21T13:42:58.245 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:57 smithi084 ceph-mon[88467]: 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-21T13:42:58.245 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:57 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:42:58.245 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:57 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:00.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:42:59 smithi066 ceph-mon[23686]: 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-21T13:43:00.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:42:59 smithi066 ceph-mon[31353]: 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-21T13:43:00.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:42:59 smithi084 ceph-mon[88467]: 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-21T13:43:01.244 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:43:00.757+0000 7fbcbbd4d640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-21T13:43:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:00 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.262 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:00.958004264Z 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-21T13:43:01.262 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:00 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.262 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:00 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.262 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:00 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:01.263 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:00 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:02.152 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:01 smithi084 ceph-mon[88467]: 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-21T13:43:02.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:01 smithi066 ceph-mon[23686]: 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-21T13:43:02.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:01 smithi066 ceph-mon[31353]: 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-21T13:43:04.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:03.948002661Z 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-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: 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-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:03 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: 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-21T13:43:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:03 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: 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-21T13:43:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:04.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:04.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:04.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:04.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:04.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:04.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:04 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all crash 2024-09-21T13:43:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mds 2024-09-21T13:43:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nfs 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all node-exporter 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all prometheus 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all alertmanager 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all grafana 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all loki 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all promtail 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Finalizing container_image settings 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:43:05.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:43:05.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:43:05.374 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.375 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: Upgrade: Complete! 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:05.376 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:05 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all crash 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all mds 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-21T13:43:05.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:43:05.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all nfs 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all node-exporter 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all prometheus 2024-09-21T13:43:05.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all alertmanager 2024-09-21T13:43:05.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all crash 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all mds 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all nfs 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all node-exporter 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all prometheus 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all alertmanager 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all grafana 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all loki 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all promtail 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Finalizing container_image settings 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:43:05.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all grafana 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all loki 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all promtail 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Finalizing container_image settings 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:43:05.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:43:05.505 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:43:05.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.507 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:43:05.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.509 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: Upgrade: Complete! 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:05.510 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: Upgrade: Complete! 2024-09-21T13:43:05.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:43:05.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-21T13:43:05.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:43:05.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:05.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:05.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:05.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:05.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:05.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:43:05] "GET /metrics HTTP/1.1" 200 38166 "" "Prometheus/2.51.0" 2024-09-21T13:43:06.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:06 smithi084 ceph-mon[88467]: 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-21T13:43:06.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:06 smithi066 ceph-mon[23686]: 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-21T13:43:06.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:06 smithi066 ceph-mon[31353]: 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-21T13:43:07.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:06.947206679Z 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-21T13:43:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:08 smithi066 ceph-mon[23686]: 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-21T13:43:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:08 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:08 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:08 smithi066 ceph-mon[31353]: 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-21T13:43:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:08 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:08 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:08 smithi084 ceph-mon[88467]: 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-21T13:43:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:08 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:08 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:10.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:09.958532783Z 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-21T13:43:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:10 smithi066 ceph-mon[23686]: 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-21T13:43:10.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:10 smithi066 ceph-mon[31353]: 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-21T13:43:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:10 smithi084 ceph-mon[88467]: 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-21T13:43:12.954 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:12 smithi084 ceph-mon[88467]: 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-21T13:43:13.090 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:13.091 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:12 smithi066 ceph-mon[31353]: 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-21T13:43:13.091 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:12 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:13.091 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:12 smithi066 ceph-mon[23686]: 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-21T13:43:13.091 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:12 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:13.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:12.954046625Z 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-21T13:43:14.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:14 smithi066 ceph-mon[23686]: 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-21T13:43:14.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:14 smithi066 ceph-mon[31353]: 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-21T13:43:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:14 smithi084 ceph-mon[88467]: 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-21T13:43:15.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:43:15] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.51.0" 2024-09-21T13:43:16.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:15.953407906Z 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-21T13:43:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:16 smithi066 ceph-mon[23686]: 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-21T13:43:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:16 smithi066 ceph-mon[31353]: 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-21T13:43:17.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:16 smithi084 ceph-mon[88467]: 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-21T13:43:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:18 smithi066 ceph-mon[23686]: 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-21T13:43:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:18 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:18 smithi066 ceph-mon[31353]: 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-21T13:43:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:18 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:19.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:18.952384576Z 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-21T13:43:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:18 smithi084 ceph-mon[88467]: 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-21T13:43:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:18 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:20.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:20 smithi066 ceph-mon[23686]: 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-21T13:43:20.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:20 smithi066 ceph-mon[31353]: 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-21T13:43:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:20 smithi084 ceph-mon[88467]: 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-21T13:43:22.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:21.948994121Z 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-21T13:43:22.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:22 smithi066 ceph-mon[23686]: 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-21T13:43:22.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:22 smithi066 ceph-mon[31353]: 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-21T13:43:23.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:22 smithi084 ceph-mon[88467]: 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-21T13:43:23.804 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:43:24.064 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:43:24.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=infra.usagestats t=2024-09-21T13:43:23.883096361Z level=info msg="Usage stats are ready to report" 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (96s) 92s ago 22m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (75s) 24s ago 22m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (2m) 92s ago 21m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (2m) 24s ago 26m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (11m) 92s ago 28m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (28m) 92s ago 28m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (29s) 24s ago 27m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:43:24.733 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (27m) 92s ago 27m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (2m) 92s ago 22m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (2m) 24s ago 22m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (26m) 92s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (26m) 92s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (25m) 92s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (25m) 92s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (24m) 24s ago 24m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (24m) 24s ago 24m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (23m) 24s ago 23m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (23m) 24s ago 23m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (117s) 24s ago 23m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (22m) 92s ago 22m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:43:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (22m) 24s ago 22m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:43:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:24 smithi066 ceph-mon[23686]: 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-21T13:43:24.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:24 smithi066 ceph-mon[23686]: from='client.25565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:24 smithi066 ceph-mon[31353]: 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-21T13:43:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:24 smithi066 ceph-mon[31353]: from='client.25565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:24 smithi084 ceph-mon[88467]: 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-21T13:43:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:24 smithi084 ceph-mon[88467]: from='client.25565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:25.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:24.95022692Z 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-21T13:43:25.434 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-21T13:43:25.697 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:43:25.936 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:25 smithi066 ceph-mon[23686]: from='client.25571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:25.937 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:25 smithi066 ceph-mon[31353]: from='client.25571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:25.937 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:43:25] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.51.0" 2024-09-21T13:43:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:25 smithi084 ceph-mon[88467]: from='client.25571 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:26.416 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:43:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:26 smithi066 ceph-mon[23686]: 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-21T13:43:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:26 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2394719542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:26.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:26 smithi066 ceph-mon[31353]: 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-21T13:43:26.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:26 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2394719542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:27.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:26 smithi084 ceph-mon[88467]: 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-21T13:43:27.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:26 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/2394719542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:27.167 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade status' 2024-09-21T13:43:27.430 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:43:27.825 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:27 smithi066 ceph-mon[23686]: 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-21T13:43:27.825 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:27 smithi066 ceph-mon[23686]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:27.826 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:27 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:27.826 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:27 smithi066 ceph-mon[31353]: 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-21T13:43:27.826 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:27 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:27.826 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:27 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:28.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:27.944341206Z 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-21T13:43:28.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:27 smithi084 ceph-mon[88467]: 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-21T13:43:28.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:27 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:28.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:27 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:28.225 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:43:28.225 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": null, 2024-09-21T13:43:28.225 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": false, 2024-09-21T13:43:28.225 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "", 2024-09-21T13:43:28.225 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:43:28.226 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": null, 2024-09-21T13:43:28.226 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "", 2024-09-21T13:43:28.226 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:43:28.226 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:43:28.802 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:43:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:28 smithi066 ceph-mon[23686]: from='client.25583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:28 smithi066 ceph-mon[31353]: from='client.25583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:29.058 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:43:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:28 smithi084 ceph-mon[88467]: from='client.25583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:29.780 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:43:29.792 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:29 smithi066 ceph-mon[23686]: 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-21T13:43:29.792 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:29 smithi066 ceph-mon[31353]: 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-21T13:43:30.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:29 smithi084 ceph-mon[88467]: 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-21T13:43:30.365 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:43:30.620 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:43:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:30 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/2296687037' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:43:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:30 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/2296687037' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:43:31.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:30 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/2296687037' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-21T13:43:31.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:30.951528791Z 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-21T13:43:32.020 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:31 smithi084 ceph-mon[88467]: 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-21T13:43:32.020 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:31 smithi084 ceph-mon[88467]: from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:32.020 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:31 smithi084 ceph-mon[88467]: from='client.25601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mon", "hosts": "smithi066", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:32.034 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:31 smithi066 ceph-mon[23686]: 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-21T13:43:32.034 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:31 smithi066 ceph-mon[23686]: from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:32.034 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:31 smithi066 ceph-mon[23686]: from='client.25601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mon", "hosts": "smithi066", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:32.034 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:31 smithi066 ceph-mon[31353]: 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-21T13:43:32.035 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:31 smithi066 ceph-mon[31353]: from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:32.035 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:31 smithi066 ceph-mon[31353]: from='client.25601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "mon", "hosts": "smithi066", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:32.834 INFO:teuthology.orchestra.run.smithi066.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:33.558 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:43:34.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:33.95312294Z 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-21T13:43:34.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:33 smithi084 ceph-mon[88467]: 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-21T13:43:34.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:33 smithi084 ceph-mon[88467]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:34.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:33 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:34.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:33 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:34.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:33 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:34.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:33 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:34.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:33 smithi084 ceph-mon[88467]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[23686]: 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-21T13:43:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[23686]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[23686]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[31353]: 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-21T13:43:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[31353]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:33 smithi066 ceph-mon[31353]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:34.694 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:43:35.374 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:43:35.726 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: Upgrade: Setting container_image for all mgr 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[31353]: Upgrade: It appears safe to stop mon.a 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:43:35.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:35.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:35.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: Upgrade: Setting container_image for all mgr 2024-09-21T13:43:35.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:35.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:43:35.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-21T13:43:35.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-mon[23686]: Upgrade: It appears safe to stop mon.a 2024-09-21T13:43:35.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mgr 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-21T13:43:35.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:35 smithi084 ceph-mon[88467]: Upgrade: It appears safe to stop mon.a 2024-09-21T13:43:35.969 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:43:35.969 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (108s) 103s ago 22m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:43:35.969 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (86s) 35s ago 22m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (2m) 103s ago 22m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (2m) 35s ago 26m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (12m) 103s ago 28m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (28m) 103s ago 28m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a c707d9de1281 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (40s) 35s ago 27m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (27m) 103s ago 27m - 2048M 19.1.1-373-g4e45e6b4 164465d2334a 66fc60f0560b 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (2m) 103s ago 22m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (2m) 35s ago 22m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (26m) 103s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (26m) 103s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (25m) 103s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (25m) 103s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:43:35.970 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (25m) 35s ago 25m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:43:35.971 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (24m) 35s ago 24m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:43:35.971 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (24m) 35s ago 24m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:43:35.971 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (23m) 35s ago 23m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:43:35.971 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (2m) 35s ago 23m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:43:35.971 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (22m) 103s ago 22m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:43:35.971 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (22m) 35s ago 22m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:43:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:43:35] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.51.0" 2024-09-21T13:43:36.329 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:43:36.329 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:43:36.329 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2, 2024-09-21T13:43:36.329 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 1 2024-09-21T13:43:36.329 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 12, 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:43:36.330 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:43:36.331 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:43:36.641 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:43:36.642 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:43:36.642 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:43:36.642 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi066", 2024-09-21T13:43:36.642 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:43:36.642 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "0/2 daemons upgraded", 2024-09-21T13:43:36.642 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading mon daemons", 2024-09-21T13:43:36.642 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:43:36.642 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:43:36.813 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[23686]: 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-21T13:43:36.814 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[23686]: from='client.25607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[23686]: from='client.25613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[23686]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[23686]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[23686]: from='client.? 172.21.15.66:0/4036707403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[31353]: 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-21T13:43:36.814 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[31353]: from='client.25607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[31353]: from='client.25613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:36.814 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:43:36.815 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:43:36.815 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:36.815 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:36 smithi066 ceph-mon[31353]: from='client.? 172.21.15.66:0/4036707403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-mon[88467]: 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-21T13:43:36.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-mon[88467]: from='client.25607 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:36.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-mon[88467]: from='client.25613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:36.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:36.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:43:36.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:43:36.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:36.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/4036707403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:37.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:36.954038894Z 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-21T13:43:37.807 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:37 smithi066 ceph-mon[23686]: from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:37.807 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:37 smithi066 ceph-mon[23686]: Upgrade: Updating mon.a 2024-09-21T13:43:37.807 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:37 smithi066 ceph-mon[23686]: Deploying daemon mon.a on smithi066 2024-09-21T13:43:37.807 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:37 smithi066 ceph-mon[23686]: from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:37.807 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:37 smithi066 ceph-mon[31353]: from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:37.807 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:37 smithi066 ceph-mon[31353]: Upgrade: Updating mon.a 2024-09-21T13:43:37.807 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:37 smithi066 ceph-mon[31353]: Deploying daemon mon.a on smithi066 2024-09-21T13:43:37.807 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:37 smithi066 ceph-mon[31353]: from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:38.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:37 smithi084 ceph-mon[88467]: from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:38.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:37 smithi084 ceph-mon[88467]: Upgrade: Updating mon.a 2024-09-21T13:43:38.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:37 smithi084 ceph-mon[88467]: Deploying daemon mon.a on smithi066 2024-09-21T13:43:38.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:37 smithi084 ceph-mon[88467]: from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:43:38.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:37 smithi066 systemd[1]: Stopping Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:43:38.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a[23682]: 2024-09-21T13:43:38.037+0000 7ff05c2eb640 -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-21T13:43:38.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a[23682]: 2024-09-21T13:43:38.037+0000 7ff05c2eb640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-21T13:43:38.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:38 smithi066 podman[100410]: 2024-09-21 13:43:38.232652685 +0000 UTC m=+0.277016056 container died c707d9de1281228f561def3c72ab44d26a08a72a2aa7f555c83b6993166f8612 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-4e45e6b, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-21T13:43:38.956 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:38 smithi066 podman[100410]: 2024-09-21 13:43:38.69673117 +0000 UTC m=+0.741094530 container cleanup c707d9de1281228f561def3c72ab44d26a08a72a2aa7f555c83b6993166f8612 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-4e45e6b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:43:38.956 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:38 smithi066 bash[100410]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a 2024-09-21T13:43:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:38 smithi066 podman[100423]: 2024-09-21 13:43:38.956323655 +0000 UTC m=+0.717568401 container remove c707d9de1281228f561def3c72ab44d26a08a72a2aa7f555c83b6993166f8612 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=squid-4e45e6b, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True) 2024-09-21T13:43:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T13:43:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 systemd[1]: Stopped Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:43:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a.service: Consumed 25.850s CPU time. 2024-09-21T13:43:39.677 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 systemd[1]: Starting Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:43:39.677 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 podman[100551]: 2024-09-21 13:43:39.557504845 +0000 UTC m=+0.108333224 container create 9acc18ba8a90495839366fa6e84b35bed20b76edce9dbec7ee4eb012c4d97419 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, 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-21T13:43:39.677 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 podman[100551]: 2024-09-21 13:43:39.465555452 +0000 UTC m=+0.016383832 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:39.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 podman[100551]: 2024-09-21 13:43:39.785062266 +0000 UTC m=+0.335890658 container init 9acc18ba8a90495839366fa6e84b35bed20b76edce9dbec7ee4eb012c4d97419 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 podman[100551]: 2024-09-21 13:43:39.78834163 +0000 UTC m=+0.339170002 container start 9acc18ba8a90495839366fa6e84b35bed20b76edce9dbec7ee4eb012c4d97419 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev), process ceph-mon, pid 2 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: pidfile_write: ignore empty --pid-file 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: load: jerasure load: lrc 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: RocksDB version: 7.9.2 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Git sha 0 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Compile date 2024-09-21 09:24:23 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: DB SUMMARY 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: DB Session ID: KKOEP3D22S2DIRFF5GCM 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: CURRENT file: CURRENT 2024-09-21T13:43:39.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: MANIFEST file: MANIFEST-000015 size: 3484 Bytes 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000056.sst 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000054.log size: 1267210 ; 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.error_if_exists: 0 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.create_if_missing: 0 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.paranoid_checks: 1 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.env: 0x55e2c6e0f120 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.info_log: 0x55e2c7e01700 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T13:43:39.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.statistics: (nil) 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.use_fsync: 0 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_log_file_size: 0 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.allow_fallocate: 1 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T13:43:39.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.use_direct_reads: 0 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.db_log_dir: 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.wal_dir: 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.write_buffer_manager: 0x55e2c7e05b80 2024-09-21T13:43:39.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.unordered_write: 0 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.row_cache: None 2024-09-21T13:43:40.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.wal_filter: None 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.two_write_queues: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.wal_compression: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.atomic_flush: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.log_readahead_size: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T13:43:40.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_background_jobs: 2 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_background_compactions: -1 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_subcompactions: 1 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T13:43:40.002 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_open_files: -1 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_background_flushes: -1 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Compression algorithms supported: 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: kZSTD supported: 0 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: kXpressCompression supported: 0 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: kBZip2Compression supported: 0 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: kLZ4Compression supported: 1 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: kZlibCompression supported: 1 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T13:43:40.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: kSnappyCompression supported: 1 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.merge_operator: 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_filter: None 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e2c7e01320) 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout: cache_index_and_filter_blocks: 1 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T13:43:40.004 INFO:journalctl@ceph.mon.a.smithi066.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: pin_top_level_index_and_filter: 1 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_type: 0 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: data_block_index_type: 0 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_shortening: 1 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: checksum: 4 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: no_block_cache: 0 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache: 0x55e2c7df5610 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_name: BinnedLRUCache 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_options: 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: capacity : 536870912 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: num_shard_bits : 4 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: strict_capacity_limit : 0 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: high_pri_pool_ratio: 0.000 2024-09-21T13:43:40.005 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_compressed: (nil) 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: persistent_cache: (nil) 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_size: 4096 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_size_deviation: 10 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_restart_interval: 16 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_block_restart_interval: 1 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: metadata_block_size: 4096 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: partition_filters: 0 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: use_delta_encoding: 1 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: filter_policy: bloomfilter 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: whole_key_filtering: 1 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: verify_compression: 0 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: read_amp_bytes_per_bit: 0 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: format_version: 5 2024-09-21T13:43:40.006 INFO:journalctl@ceph.mon.a.smithi066.stdout: enable_index_compression: 1 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_align: 0 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout: max_auto_readahead_size: 262144 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout: prepopulate_block_cache: 0 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout: initial_auto_readahead_size: 8192 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression: NoCompression 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.num_levels: 7 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T13:43:40.007 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T13:43:40.008 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T13:43:40.009 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T13:43:40.010 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.inplace_update_support: 0 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T13:43:40.011 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.bloom_locality: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.max_successive_merges: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.ttl: 2592000 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.enable_blob_files: false 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.min_blob_size: 0 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T13:43:40.012 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: 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 24321, log_number is 54,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 54 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 54 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3ea7cd50-826c-4cd9-a09e-61cf3d572da0 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926219816885, "job": 1, "event": "recovery_started", "wal_files": [54]} 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #54 mode 2 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926219824353, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 59, "file_size": 1201498, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 24322, "largest_seqno": 25521, "table_properties": {"data_size": 1196103, "index_size": 2882, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1477, "raw_key_size": 14996, "raw_average_key_size": 25, "raw_value_size": 1184089, "raw_average_value_size": 2017, "num_data_blocks": 129, "num_entries": 587, "num_filter_entries": 587, "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": 1726926219, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3ea7cd50-826c-4cd9-a09e-61cf3d572da0", "db_session_id": "KKOEP3D22S2DIRFF5GCM", "orig_file_number": 59, "seqno_to_time_mapping": "N/A"}} 2024-09-21T13:43:40.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926219824493, "job": 1, "event": "recovery_finished"} 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/version_set.cc:5047] Creating manifest 61 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: 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-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e2c7e24e00 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: DB pointer 0x55e2c7f26000 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** DB Stats ** 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:43:40.014 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** Compaction Stats [default] ** 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: L0 1/0 1.15 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 309.1 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: L6 1/0 9.84 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-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: Sum 2/0 10.98 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 309.1 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.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 309.1 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** Compaction Stats [default] ** 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.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 309.1 0.00 0.00 1 0.004 0 0 0.0 0.0 2024-09-21T13:43:40.015 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: Flush(GB): cumulative 0.001, interval 0.001 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative compaction: 0.00 GB write, 110.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval compaction: 0.00 GB write, 110.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: Block cache BinnedLRUCache@0x55e2c7df5610#2 capacity: 512.00 MB usage: 4.61 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,1.53 KB,0.000292063%) IndexBlock(1,3.08 KB,0.000587106%) Misc(1,0.00 KB,0%) 2024-09-21T13:43:40.016 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: starting mon.a rank 0 at public addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] at bind addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: mon.a@-1(???) e3 preinit fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: mon.a@-1(???).mds e1 new map 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: mon.a@-1(???).mds e1 print_map 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout: e1 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout: btime 2024-09-21T13:15:02:123799+0000 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.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-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout: legacy client fscid: -1 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout: No filesystems configured 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: mon.a@-1(???).osd e110 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: mon.a@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:43:40.017 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: mon.a@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:43:40.018 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: mon.a@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:43:40.018 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 ceph-mon[100571]: mon.a@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2024-09-21T13:43:40.018 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 bash[100551]: 9acc18ba8a90495839366fa6e84b35bed20b76edce9dbec7ee4eb012c4d97419 2024-09-21T13:43:40.018 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:39 smithi066 systemd[1]: Started Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:43:40.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:39.950426335Z 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-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: 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-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: mon.a calling monitor election 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: monmap epoch 3 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: min_mon_release 19 (squid) 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: election_strategy: 1 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: fsmap 2024-09-21T13:43:41.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:43:41.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-21T13:43:41.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: overall HEALTH_OK 2024-09-21T13:43:41.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='' 2024-09-21T13:43:41.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:41 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: 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-21T13:43:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: mon.a calling monitor election 2024-09-21T13:43:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:43:41.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: monmap epoch 3 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: min_mon_release 19 (squid) 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: election_strategy: 1 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: fsmap 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: overall HEALTH_OK 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='' 2024-09-21T13:43:41.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:41.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: 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-21T13:43:41.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: mon.a calling monitor election 2024-09-21T13:43:41.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:43:41.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: monmap epoch 3 2024-09-21T13:43:41.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:43:41.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:43:41.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:43:41.746 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: min_mon_release 19 (squid) 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: election_strategy: 1 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: fsmap 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: overall HEALTH_OK 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='' 2024-09-21T13:43:41.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:41 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:42.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:42 smithi084 ceph-mon[88467]: 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-21T13:43:42.655 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:42 smithi066 ceph-mon[100571]: 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-21T13:43:42.655 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:42 smithi066 ceph-mon[31353]: 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-21T13:43:43.316 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:42.95834026Z 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-21T13:43:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:43.685 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:43.685 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:43 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-21T13:43:44.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:44 smithi084 ceph-mon[88467]: 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-21T13:43:44.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:44 smithi066 ceph-mon[100571]: 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-21T13:43:44.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:44 smithi066 ceph-mon[31353]: 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-21T13:43:45.094 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:43:44.834+0000 7fbcbbd4d640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-21T13:43:45.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:43:45] "GET /metrics HTTP/1.1" 200 38161 "" "Prometheus/2.51.0" 2024-09-21T13:43:46.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:45.944155112Z 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-21T13:43:46.614 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[100571]: 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-21T13:43:46.614 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.614 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.614 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.614 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.615 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[31353]: 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-21T13:43:46.615 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.615 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.615 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.615 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:46 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:46 smithi084 ceph-mon[88467]: 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-21T13:43:46.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:46 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:46 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:46 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:46.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:46 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:48.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:48 smithi066 ceph-mon[100571]: 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-21T13:43:48.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:48 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:48 smithi066 ceph-mon[31353]: 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-21T13:43:48.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:48 smithi066 ceph-mon[31353]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:48.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:48 smithi084 ceph-mon[88467]: 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-21T13:43:48.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:48 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:43:49.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:48.948759656Z 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-21T13:43:50.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: 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-21T13:43:50.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-21T13:43:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:50 smithi084 ceph-mon[88467]: Upgrade: It appears safe to stop mon.c 2024-09-21T13:43:50.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: 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-21T13:43:50.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:50.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[100571]: Upgrade: It appears safe to stop mon.c 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: 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-21T13:43:50.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:50.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-21T13:43:50.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:50.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-21T13:43:50.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-21T13:43:50.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-21T13:43:50.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-21T13:43:50.475 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:50 smithi066 ceph-mon[31353]: Upgrade: It appears safe to stop mon.c 2024-09-21T13:43:51.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[100571]: Upgrade: Updating mon.c 2024-09-21T13:43:51.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[100571]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:51.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:43:51.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:43:51.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:51.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[100571]: Deploying daemon mon.c on smithi066 2024-09-21T13:43:51.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[31353]: Upgrade: Updating mon.c 2024-09-21T13:43:51.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[31353]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:51.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:43:51.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:43:51.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[31353]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:51.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:51 smithi066 ceph-mon[31353]: Deploying daemon mon.c on smithi066 2024-09-21T13:43:51.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:51 smithi084 ceph-mon[88467]: Upgrade: Updating mon.c 2024-09-21T13:43:51.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:51 smithi084 ceph-mon[88467]: from='mgr.15315 ' entity='mgr.y' 2024-09-21T13:43:51.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:51 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-21T13:43:51.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:51 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-21T13:43:51.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:51 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-21T13:43:51.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:51 smithi084 ceph-mon[88467]: Deploying daemon mon.c on smithi066 2024-09-21T13:43:52.350 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:52 smithi066 systemd[1]: Stopping Ceph mon.c for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:43:52.350 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c[31349]: 2024-09-21T13:43:52.332+0000 7f9e69eaa640 -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-21T13:43:52.351 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c[31349]: 2024-09-21T13:43:52.332+0000 7f9e69eaa640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2024-09-21T13:43:52.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:51.954077011Z 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-21T13:43:52.735 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:43:52] ENGINE Bus STOPPING 2024-09-21T13:43:52.735 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:52 smithi066 podman[103988]: 2024-09-21 13:43:52.488569414 +0000 UTC m=+0.243071038 container died 66fc60f0560b376255a429aa9d189e8703a64820c97127d2d337ec6db2240c58 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=squid-4e45e6b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2) 2024-09-21T13:43:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:52 smithi066 podman[103988]: 2024-09-21 13:43:52.934203371 +0000 UTC m=+0.688704994 container cleanup 66fc60f0560b376255a429aa9d189e8703a64820c97127d2d337ec6db2240c58 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=squid-4e45e6b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-21T13:43:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:52 smithi066 bash[103988]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c 2024-09-21T13:43:52.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:43:52] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:43:52.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:43:52] ENGINE Bus STOPPED 2024-09-21T13:43:52.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:43:52] ENGINE Bus STARTING 2024-09-21T13:43:52.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:43:52] ENGINE Serving on http://:::9283 2024-09-21T13:43:52.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:52 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:43:52] ENGINE Bus STARTED 2024-09-21T13:43:53.637 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:53 smithi066 podman[104000]: 2024-09-21 13:43:53.25252149 +0000 UTC m=+0.761099838 container remove 66fc60f0560b376255a429aa9d189e8703a64820c97127d2d337ec6db2240c58 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-4e45e6b, GIT_BRANCH=HEAD) 2024-09-21T13:43:53.638 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:53 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.c.service: Deactivated successfully. 2024-09-21T13:43:53.638 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:53 smithi066 systemd[1]: Stopped Ceph mon.c for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:43:53.638 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:53 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.c.service: Consumed 15.005s CPU time. 2024-09-21T13:43:53.981 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:53 smithi066 systemd[1]: Starting Ceph mon.c for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:43:53.981 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:53 smithi066 podman[104136]: 2024-09-21 13:43:53.752566651 +0000 UTC m=+0.016865284 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:43:53.981 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:53 smithi066 podman[104136]: 2024-09-21 13:43:53.861664453 +0000 UTC m=+0.125963070 container create 7580b3aa037239deb536a8e7af8659cba4ec83f20771ace10f72088e09bfcf0d (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 podman[104136]: 2024-09-21 13:43:54.08914805 +0000 UTC m=+0.353446673 container init 7580b3aa037239deb536a8e7af8659cba4ec83f20771ace10f72088e09bfcf0d (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 podman[104136]: 2024-09-21 13:43:54.092448885 +0000 UTC m=+0.356747500 container start 7580b3aa037239deb536a8e7af8659cba4ec83f20771ace10f72088e09bfcf0d (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, 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_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux ) 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev), process ceph-mon, pid 2 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: pidfile_write: ignore empty --pid-file 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: load: jerasure load: lrc 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: RocksDB version: 7.9.2 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Git sha 0 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Compile date 2024-09-21 09:24:23 2024-09-21T13:43:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: DB SUMMARY 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: DB Session ID: 7V7R8ZO8J8YP5RNEJG49 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: CURRENT file: CURRENT 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: MANIFEST file: MANIFEST-000010 size: 3625 Bytes 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000054.sst 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000052.log size: 56158 ; 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.error_if_exists: 0 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.create_if_missing: 0 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.paranoid_checks: 1 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T13:43:54.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.env: 0x55b61f714120 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.info_log: 0x55b620c99700 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.statistics: (nil) 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.use_fsync: 0 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_log_file_size: 0 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T13:43:54.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.allow_fallocate: 1 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.use_direct_reads: 0 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.db_log_dir: 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.wal_dir: 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T13:43:54.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.write_buffer_manager: 0x55b620c9db80 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T13:43:54.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.unordered_write: 0 2024-09-21T13:43:54.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T13:43:54.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T13:43:54.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T13:43:54.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T13:43:54.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.row_cache: None 2024-09-21T13:43:54.500 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.wal_filter: None 2024-09-21T13:43:54.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T13:43:54.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T13:43:54.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.two_write_queues: 0 2024-09-21T13:43:54.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T13:43:54.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.wal_compression: 0 2024-09-21T13:43:54.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.atomic_flush: 0 2024-09-21T13:43:54.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.log_readahead_size: 0 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_background_jobs: 2 2024-09-21T13:43:54.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_background_compactions: -1 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_subcompactions: 1 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_open_files: -1 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T13:43:54.503 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_background_flushes: -1 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Compression algorithms supported: 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: kZSTD supported: 0 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: kXpressCompression supported: 0 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: kBZip2Compression supported: 0 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: kLZ4Compression supported: 1 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: kZlibCompression supported: 1 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T13:43:54.504 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: kSnappyCompression supported: 1 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.merge_operator: 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_filter: None 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b620c99320) 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout: cache_index_and_filter_blocks: 1 2024-09-21T13:43:54.505 INFO:journalctl@ceph.mon.c.smithi066.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: pin_top_level_index_and_filter: 1 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: index_type: 0 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: data_block_index_type: 0 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: index_shortening: 1 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: checksum: 4 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: no_block_cache: 0 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: block_cache: 0x55b620c8d610 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: block_cache_name: BinnedLRUCache 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: block_cache_options: 2024-09-21T13:43:54.506 INFO:journalctl@ceph.mon.c.smithi066.stdout: capacity : 536870912 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: num_shard_bits : 4 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: strict_capacity_limit : 0 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: high_pri_pool_ratio: 0.000 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: block_cache_compressed: (nil) 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: persistent_cache: (nil) 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: block_size: 4096 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: block_size_deviation: 10 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: block_restart_interval: 16 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: index_block_restart_interval: 1 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: metadata_block_size: 4096 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: partition_filters: 0 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: use_delta_encoding: 1 2024-09-21T13:43:54.507 INFO:journalctl@ceph.mon.c.smithi066.stdout: filter_policy: bloomfilter 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: whole_key_filtering: 1 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: verify_compression: 0 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: read_amp_bytes_per_bit: 0 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: format_version: 5 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: enable_index_compression: 1 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: block_align: 0 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: max_auto_readahead_size: 262144 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: prepopulate_block_cache: 0 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: initial_auto_readahead_size: 8192 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T13:43:54.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression: NoCompression 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.num_levels: 7 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T13:43:54.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T13:43:54.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T13:43:54.511 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T13:43:54.512 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.inplace_update_support: 0 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.bloom_locality: 0 2024-09-21T13:43:54.513 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.max_successive_merges: 0 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.ttl: 2592000 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.enable_blob_files: false 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.min_blob_size: 0 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T13:43:54.514 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: 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 27905, log_number is 52,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 52 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 52 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a29b9fd7-5232-4eb2-94e7-57e413fe314b 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926234120579, "job": 1, "event": "recovery_started", "wal_files": [52]} 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #52 mode 2 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926234121236, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 57, "file_size": 38300, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 27910, "largest_seqno": 27956, "table_properties": {"data_size": 37013, "index_size": 122, "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": 1004, "raw_average_key_size": 27, "raw_value_size": 36159, "raw_average_value_size": 977, "num_data_blocks": 6, "num_entries": 37, "num_filter_entries": 37, "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": 1726926234, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a29b9fd7-5232-4eb2-94e7-57e413fe314b", "db_session_id": "7V7R8ZO8J8YP5RNEJG49", "orig_file_number": 57, "seqno_to_time_mapping": "N/A"}} 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726926234121347, "job": 1, "event": "recovery_finished"} 2024-09-21T13:43:54.515 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/version_set.cc:5047] Creating manifest 59 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: 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-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b620cbce00 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: DB pointer 0x55b620dbe000 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout: ** DB Stats ** 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.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-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:43:54.516 INFO:journalctl@ceph.mon.c.smithi066.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-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: ** Compaction Stats [default] ** 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.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-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: L0 1/0 37.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: L6 1/0 10.13 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-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: Sum 2/0 10.16 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.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 82.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.stdout: ** Compaction Stats [default] ** 2024-09-21T13:43:54.517 INFO:journalctl@ceph.mon.c.smithi066.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-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.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 82.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T13:43:54.518 INFO:journalctl@ceph.mon.c.smithi066.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout: Cumulative compaction: 0.00 GB write, 10.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout: Interval compaction: 0.00 GB write, 10.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.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-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout: Block cache BinnedLRUCache@0x55b620c8d610#2 capacity: 512.00 MB usage: 0.38 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.17 KB,3.27826e-05%) IndexBlock(1,0.20 KB,3.8743e-05%) Misc(1,0.00 KB,0%) 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout: 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: starting mon.c rank 2 at public addrs [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] at bind addrs [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: mon.c@-1(???) e3 preinit fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: mon.c@-1(???).mds e1 new map 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: mon.c@-1(???).mds e1 print_map 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout: e1 2024-09-21T13:43:54.519 INFO:journalctl@ceph.mon.c.smithi066.stdout: btime 2024-09-21T13:15:02:123799+0000 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.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-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout: legacy client fscid: -1 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout: 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout: No filesystems configured 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: mon.c@-1(???).osd e110 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: mon.c@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: mon.c@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: mon.c@-1(???).osd e110 crush map has features 432629239337189376, adjusting msgr requires 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 ceph-mon[104155]: mon.c@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 bash[104136]: 7580b3aa037239deb536a8e7af8659cba4ec83f20771ace10f72088e09bfcf0d 2024-09-21T13:43:54.520 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:43:54 smithi066 systemd[1]: Started Ceph mon.c for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:43:55.370 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:54.953100272Z 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-21T13:43:55.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:43:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:43:55] "GET /metrics HTTP/1.1" 200 38161 "" "Prometheus/2.51.0" 2024-09-21T13:43:58.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:43:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:43:57.952011485Z 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-21T13:43:59.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:59 smithi066 ceph-mon[100571]: 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-21T13:43:59.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:59 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:43:59.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:59 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:43:59.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:43:59 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:43:59.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:59 smithi084 ceph-mon[88467]: 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-21T13:43:59.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:59 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:43:59.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:59 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:43:59.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:43:59 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:44:00.720 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: mon.b calling monitor election 2024-09-21T13:44:00.720 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: mon.a calling monitor election 2024-09-21T13:44:00.720 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:44:00.720 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: monmap epoch 3 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: min_mon_release 19 (squid) 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: election_strategy: 1 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: fsmap 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-21T13:44:00.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[100571]: overall HEALTH_OK 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: 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-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: mon.b calling monitor election 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: mon.a calling monitor election 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: monmap epoch 3 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: min_mon_release 19 (squid) 2024-09-21T13:44:00.722 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: election_strategy: 1 2024-09-21T13:44:00.723 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:44:00.723 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:44:00.723 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:44:00.723 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: fsmap 2024-09-21T13:44:00.723 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:44:00.723 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-21T13:44:00.723 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:00 smithi066 ceph-mon[104155]: overall HEALTH_OK 2024-09-21T13:44:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: mon.b calling monitor election 2024-09-21T13:44:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: mon.a calling monitor election 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: monmap epoch 3 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: fsid 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: last_changed 2024-09-21T13:16:23.864314+0000 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: created 2024-09-21T13:14:59.206607+0000 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: min_mon_release 19 (squid) 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: election_strategy: 1 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.a 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: 1: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.b 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: 2: [v2:172.21.15.66:3301/0,v1:172.21.15.66:6790/0] mon.c 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: fsmap 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: osdmap e110: 8 total, 8 up, 8 in 2024-09-21T13:44:00.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-21T13:44:00.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-mon[88467]: overall HEALTH_OK 2024-09-21T13:44:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:00.944393188Z 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-21T13:44:01.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:01 smithi066 ceph-mon[100571]: mon.c calling monitor election 2024-09-21T13:44:01.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:01 smithi066 ceph-mon[104155]: mon.c calling monitor election 2024-09-21T13:44:01.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:01 smithi084 ceph-mon[88467]: mon.c calling monitor election 2024-09-21T13:44:02.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:02 smithi066 ceph-mon[104155]: pgmap v110: 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-21T13:44:02.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:02 smithi066 ceph-mon[100571]: pgmap v110: 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-21T13:44:02.770 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:02 smithi084 ceph-mon[88467]: pgmap v110: 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-21T13:44:04.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:03.948524641Z 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-21T13:44:04.454 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:44:04.133+0000 7fbcbbd4d640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-21T13:44:04.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[104155]: 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-21T13:44:04.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[100571]: 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-21T13:44:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:04 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:04 smithi084 ceph-mon[88467]: 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-21T13:44:04.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:04 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:04 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:04 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:04.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:04 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:05.769 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:44:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:44:05] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.51.0" 2024-09-21T13:44:06.864 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:06 smithi066 ceph-mon[100571]: 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-21T13:44:06.865 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:06 smithi066 ceph-mon[104155]: 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-21T13:44:06.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:06 smithi084 ceph-mon[88467]: 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-21T13:44:06.960 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:44:07.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:06.956459837Z 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-21T13:44:07.587 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:44:07.587 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (2m) 4s ago 23m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (118s) 67s ago 23m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (3m) 4s ago 22m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (3m) 67s ago 27m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (12m) 4s ago 28m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (28s) 4s ago 29m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (72s) 67s ago 27m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (13s) 4s ago 27m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (3m) 4s ago 23m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (3m) 67s ago 22m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (27m) 4s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (26m) 4s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (26m) 4s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (25m) 4s ago 25m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (25m) 67s ago 25m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:44:07.588 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (25m) 67s ago 25m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:44:07.589 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (24m) 67s ago 24m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:44:07.589 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (24m) 67s ago 24m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:44:07.589 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (2m) 67s ago 23m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:44:07.589 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (22m) 4s ago 22m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:44:07.589 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (22m) 67s ago 22m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:44:07.948 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:44:07.949 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:44:07.949 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:44:07.949 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:44:07.949 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:44:07.949 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 10, 2024-09-21T13:44:07.949 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 5 2024-09-21T13:44:07.949 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:44:07.949 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:44:08.251 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:44:08.252 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": null, 2024-09-21T13:44:08.252 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": false, 2024-09-21T13:44:08.252 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "", 2024-09-21T13:44:08.252 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:44:08.252 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": null, 2024-09-21T13:44:08.252 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "", 2024-09-21T13:44:08.252 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:44:08.252 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:44:08.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: 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-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mon 2024-09-21T13:44:08.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all crash 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mds 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nfs 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all node-exporter 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all prometheus 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all alertmanager 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all grafana 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.623 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all loki 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all promtail 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Finalizing container_image settings 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:44:08.624 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.625 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: Upgrade: Complete! 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.626 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:08 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1051077829' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: 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-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mon 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all crash 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mds 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:44:08.746 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: 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-21T13:44:08.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.747 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mon 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all crash 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.748 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mds 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.749 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all nfs 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all node-exporter 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.750 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all prometheus 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all alertmanager 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all grafana 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all loki 2024-09-21T13:44:08.751 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all nfs 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.752 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all node-exporter 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all prometheus 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all alertmanager 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all grafana 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.753 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.754 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all loki 2024-09-21T13:44:08.754 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.754 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.754 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.754 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all promtail 2024-09-21T13:44:08.754 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.754 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.754 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Finalizing container_image settings 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.755 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: Upgrade: Complete! 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:44:08.756 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1051077829' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.757 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all promtail 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Finalizing container_image settings 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:44:08.758 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.759 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: Upgrade: Complete! 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:08.760 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:08 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1051077829' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:09.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:09 smithi084 ceph-mon[88467]: from='client.54128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:09.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:09 smithi066 ceph-mon[104155]: from='client.54128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:09.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:09 smithi066 ceph-mon[100571]: from='client.54128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:10.256 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:09.943252935Z 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-21T13:44:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:10 smithi084 ceph-mon[88467]: 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-21T13:44:10.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:10 smithi066 ceph-mon[100571]: 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-21T13:44:10.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:10 smithi066 ceph-mon[104155]: 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-21T13:44:12.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:12 smithi084 ceph-mon[88467]: 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-21T13:44:12.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:12 smithi066 ceph-mon[100571]: 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-21T13:44:12.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:12 smithi066 ceph-mon[104155]: 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-21T13:44:13.263 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:12.955814616Z 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-21T13:44:13.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:13 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:13.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:13 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:13.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:13 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:14.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:14 smithi084 ceph-mon[88467]: 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-21T13:44:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:14 smithi066 ceph-mon[100571]: 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-21T13:44:14.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:14 smithi066 ceph-mon[104155]: 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-21T13:44:15.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:44:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:44:15] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.51.0" 2024-09-21T13:44:16.268 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:15.9502185Z 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-21T13:44:16.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:16 smithi084 ceph-mon[88467]: 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-21T13:44:16.631 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:16 smithi066 ceph-mon[100571]: 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-21T13:44:16.631 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:16 smithi066 ceph-mon[104155]: 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-21T13:44:18.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:18 smithi084 ceph-mon[88467]: 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-21T13:44:18.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:18 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:18 smithi066 ceph-mon[104155]: 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-21T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:18 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:18.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:18 smithi066 ceph-mon[100571]: 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-21T13:44:18.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:18 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:19.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:18.951403385Z 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-21T13:44:20.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:20 smithi084 ceph-mon[88467]: 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-21T13:44:20.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:20 smithi066 ceph-mon[104155]: 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-21T13:44:20.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:20 smithi066 ceph-mon[100571]: 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-21T13:44:22.277 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:21.953388481Z 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-21T13:44:22.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:22 smithi084 ceph-mon[88467]: 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-21T13:44:22.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:22 smithi066 ceph-mon[104155]: 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-21T13:44:22.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:22 smithi066 ceph-mon[100571]: 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-21T13:44:24.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:24 smithi084 ceph-mon[88467]: 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-21T13:44:24.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:24 smithi066 ceph-mon[100571]: 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-21T13:44:24.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:24 smithi066 ceph-mon[104155]: 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-21T13:44:25.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:24.945176321Z 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-21T13:44:25.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:44:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:44:25] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.51.0" 2024-09-21T13:44:26.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:26 smithi084 ceph-mon[88467]: 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-21T13:44:26.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:26 smithi066 ceph-mon[100571]: 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-21T13:44:26.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:26 smithi066 ceph-mon[104155]: 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-21T13:44:28.287 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:27.945213739Z 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-21T13:44:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:28 smithi084 ceph-mon[88467]: 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-21T13:44:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:28 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:28.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:28.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:28 smithi066 ceph-mon[100571]: 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-21T13:44:28.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:28 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:28.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:28.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:28 smithi066 ceph-mon[104155]: 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-21T13:44:28.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:28 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:28.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:30.546 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:30 smithi066 ceph-mon[100571]: 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-21T13:44:30.547 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:30 smithi066 ceph-mon[104155]: 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-21T13:44:30.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:30 smithi084 ceph-mon[88467]: 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-21T13:44:31.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:30.954834813Z 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-21T13:44:32.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:32 smithi084 ceph-mon[88467]: 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-21T13:44:32.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:32 smithi066 ceph-mon[100571]: 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-21T13:44:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:32 smithi066 ceph-mon[104155]: 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-21T13:44:34.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:33.953501856Z 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-21T13:44:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:34 smithi084 ceph-mon[88467]: 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-21T13:44:34.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:34 smithi066 ceph-mon[100571]: 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-21T13:44:34.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:34 smithi066 ceph-mon[104155]: 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-21T13:44:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:44:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:44:35] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.51.0" 2024-09-21T13:44:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:36 smithi084 ceph-mon[88467]: 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-21T13:44:36.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:36 smithi066 ceph-mon[100571]: 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-21T13:44:36.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:36 smithi066 ceph-mon[104155]: 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-21T13:44:37.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:36.954128591Z 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-21T13:44:38.580 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:38 smithi066 ceph-mon[100571]: 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-21T13:44:38.580 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:38 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:38.581 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:38 smithi066 ceph-mon[104155]: 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-21T13:44:38.581 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:38 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:38 smithi084 ceph-mon[88467]: 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-21T13:44:38.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:38 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:39.206 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:44:39.467 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:44:39.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:39 smithi066 ceph-mon[100571]: from='client.54134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:39.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:39 smithi066 ceph-mon[104155]: from='client.54134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:39.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:39 smithi084 ceph-mon[88467]: from='client.54134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:40.144 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:44:40.144 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (2m) 36s ago 23m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (2m) 100s ago 23m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (4m) 36s ago 23m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (3m) 100s ago 28m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (13m) 36s ago 29m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (60s) 36s ago 29m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (104s) 100s ago 28m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (46s) 36s ago 28m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (3m) 36s ago 23m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (3m) 100s ago 23m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (27m) 36s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (27m) 36s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (26m) 36s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (26m) 36s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:44:40.145 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (26m) 100s ago 26m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:44:40.146 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (25m) 100s ago 25m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:44:40.146 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (25m) 100s ago 25m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:44:40.146 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (24m) 100s ago 24m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:44:40.146 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (3m) 100s ago 24m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:44:40.146 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (23m) 36s ago 23m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:44:40.146 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (23m) 100s ago 23m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:44:40.310 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:39.943876946Z 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-21T13:44:40.441 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:40 smithi066 ceph-mon[100571]: 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-21T13:44:40.441 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:40 smithi066 ceph-mon[104155]: 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-21T13:44:40.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:40 smithi084 ceph-mon[88467]: 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-21T13:44:40.730 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-21T13:44:40.987 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:44:41.428 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:41 smithi066 ceph-mon[100571]: from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:41.428 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:41 smithi066 ceph-mon[104155]: from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:41.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:41 smithi084 ceph-mon[88467]: from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:41.718 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:44:42.278 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-21T13:44:42.535 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:44:42.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:42 smithi084 ceph-mon[88467]: 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-21T13:44:42.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:42 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1475968906' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:42.649 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:42 smithi066 ceph-mon[100571]: 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-21T13:44:42.649 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:42 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1475968906' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:42.649 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:42 smithi066 ceph-mon[104155]: 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-21T13:44:42.649 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:42 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1475968906' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:43.259 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)" 2024-09-21T13:44:43.306 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:42.957233637Z 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-21T13:44:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:43.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:43 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/267092121' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:43.705 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:43.705 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:43 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/267092121' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:43.705 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:43.705 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:43 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/267092121' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:44.023 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 5'"'"'' 2024-09-21T13:44:44.282 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:44:44.617 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:44 smithi066 ceph-mon[100571]: 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-21T13:44:44.617 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:44 smithi066 ceph-mon[104155]: 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-21T13:44:44.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:44 smithi084 ceph-mon[88467]: 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-21T13:44:45.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:44:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:44:45] "GET /metrics HTTP/1.1" 200 38218 "" "Prometheus/2.51.0" 2024-09-21T13:44:46.117 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:44:46.326 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:45.948118501Z 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-21T13:44:46.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:46 smithi084 ceph-mon[88467]: 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-21T13:44:46.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:46 smithi084 ceph-mon[88467]: from='client.54158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:46.702 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:46 smithi066 ceph-mon[100571]: 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-21T13:44:46.702 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:46 smithi066 ceph-mon[100571]: from='client.54158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:46.702 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:46 smithi066 ceph-mon[104155]: 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-21T13:44:46.702 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:46 smithi066 ceph-mon[104155]: from='client.54158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:46.735 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade status' 2024-09-21T13:44:46.992 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:44:47.587 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:44:47.588 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": null, 2024-09-21T13:44:47.588 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": false, 2024-09-21T13:44:47.588 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "", 2024-09-21T13:44:47.588 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:44:47.588 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": null, 2024-09-21T13:44:47.588 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "", 2024-09-21T13:44:47.588 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:44:47.588 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:44:48.259 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:44:48.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:48 smithi066 ceph-mon[100571]: 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-21T13:44:48.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:48 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:48.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:48 smithi066 ceph-mon[100571]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:48.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:48 smithi066 ceph-mon[104155]: 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-21T13:44:48.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:48 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:48.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:48 smithi066 ceph-mon[104155]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:48.521 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:44:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:48 smithi084 ceph-mon[88467]: 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-21T13:44:48.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:48 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:48.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:48 smithi084 ceph-mon[88467]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:49.240 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:44:49.335 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:48.945774265Z 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-21T13:44:49.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:49 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1935745549' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:44:49.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:49 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1935745549' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:44:49.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:49 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1935745549' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:44:49.873 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2' 2024-09-21T13:44:50.129 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:44:50.552 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:50 smithi066 ceph-mon[100571]: 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-21T13:44:50.552 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:50 smithi066 ceph-mon[104155]: 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-21T13:44:50.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:50 smithi084 ceph-mon[88467]: 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-21T13:44:52.070 INFO:teuthology.orchestra.run.smithi066.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:44:52.339 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:51.951204734Z 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-21T13:44:52.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:52 smithi084 ceph-mon[88467]: from='client.54176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:52 smithi084 ceph-mon[88467]: 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-21T13:44:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:52 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:52 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:52 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:52.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:52 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:52.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[100571]: from='client.54176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:52.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[100571]: 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-21T13:44:52.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:52.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:52.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:52.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:52.730 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[104155]: from='client.54176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:52.730 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[104155]: 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-21T13:44:52.730 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:52.730 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:52.730 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:44:52.730 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:52 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:52.758 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:44:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:53 smithi084 ceph-mon[88467]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:44:53.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:53 smithi084 ceph-mon[88467]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:44:53.627 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:53 smithi066 ceph-mon[100571]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:44:53.627 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:53 smithi066 ceph-mon[100571]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:44:53.628 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:53 smithi066 ceph-mon[104155]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:44:53.628 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:53 smithi066 ceph-mon[104155]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:44:53.987 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:44:54.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: 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-21T13:44:54.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:44:54.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-21T13:44:54.492 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: 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-21T13:44:54.493 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.493 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:44:54.493 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.493 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.493 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.493 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-21T13:44:54.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: 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-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:54.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-21T13:44:54.701 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:44:55.299 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:44:55.299 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (3m) 51s ago 24m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:44:55.299 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (2m) 115s ago 23m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:44:55.299 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (4m) 51s ago 23m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:44:55.299 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (4m) 115s ago 28m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:44:55.299 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (13m) 51s ago 29m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:44:55.299 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (75s) 51s ago 29m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (119s) 115s ago 28m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (61s) 51s ago 28m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (3m) 51s ago 23m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (3m) 115s ago 23m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (27m) 51s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 1e46dfc3ba73 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (27m) 51s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (27m) 51s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (26m) 51s ago 26m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (26m) 115s ago 26m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (25m) 115s ago 25m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (25m) 115s ago 25m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (25m) 115s ago 25m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (3m) 115s ago 24m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:44:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (23m) 51s ago 23m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:44:55.301 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (23m) 115s ago 23m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:44:55.356 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:54.945742046Z 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-21T13:44:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:55 smithi084 ceph-mon[88467]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:44:55.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:55 smithi084 ceph-mon[88467]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:44:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:55 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mgr 2024-09-21T13:44:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:55 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mon 2024-09-21T13:44:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:55 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all crash 2024-09-21T13:44:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:55 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-21T13:44:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:55 smithi084 ceph-mon[88467]: Upgrade: osd.0 is safe to restart 2024-09-21T13:44:55.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:55 smithi084 ceph-mon[88467]: from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:55.662 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:44:55.662 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:44:55.662 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:44:55.662 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:44:55.662 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:44:55.662 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:44:55.662 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:44:55.662 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 10, 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 5 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:44:55.663 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:44:55.663 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[100571]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[100571]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mgr 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mon 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all crash 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[100571]: Upgrade: osd.0 is safe to restart 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[100571]: from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[104155]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[104155]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mgr 2024-09-21T13:44:55.664 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mon 2024-09-21T13:44:55.665 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all crash 2024-09-21T13:44:55.665 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-21T13:44:55.665 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[104155]: Upgrade: osd.0 is safe to restart 2024-09-21T13:44:55.665 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-mon[104155]: from='client.54182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:55.993 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:44:55.993 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:44:55.993 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:44:55.993 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-21T13:44:55.993 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:44:55.993 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "0/8 daemons upgraded", 2024-09-21T13:44:55.993 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:44:55.993 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:44:55.994 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:44:55.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:44:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:44:55] "GET /metrics HTTP/1.1" 200 38218 "" "Prometheus/2.51.0" 2024-09-21T13:44:56.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: 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-21T13:44:56.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:56.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: from='client.54194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: Upgrade: Updating osd.0 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: Deploying daemon osd.0 on smithi066 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/2659874450' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: 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-21T13:44:56.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: from='client.54194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:56.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: Upgrade: Updating osd.0 2024-09-21T13:44:56.846 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:56.846 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T13:44:56.846 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:56.846 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: Deploying daemon osd.0 on smithi066 2024-09-21T13:44:56.846 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:56 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/2659874450' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: 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-21T13:44:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: from='client.54194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: Upgrade: Updating osd.0 2024-09-21T13:44:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:44:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T13:44:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:44:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: Deploying daemon osd.0 on smithi066 2024-09-21T13:44:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:56 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/2659874450' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:44:57.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:57 smithi066 ceph-mon[100571]: from='client.44202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:57.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:57 smithi066 ceph-mon[104155]: from='client.44202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:57.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:57 smithi084 ceph-mon[88467]: from='client.44202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:44:58.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:44:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:44:57.958199974Z 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-21T13:44:58.731 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:44:58 smithi066 systemd[1]: Stopping Ceph osd.0 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:44:58.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-mon[100571]: 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-21T13:44:58.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:58.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:58.732 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-mon[104155]: 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-21T13:44:58.732 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:58.732 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:58.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:58 smithi084 ceph-mon[88467]: 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-21T13:44:58.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:58 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:44:58.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:44:58.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[35135]: 2024-09-21T13:44:58.729+0000 7fd192715640 -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-21T13:44:58.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[35135]: 2024-09-21T13:44:58.729+0000 7fd192715640 -1 osd.0 110 *** Got signal Terminated *** 2024-09-21T13:44:58.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:44:58 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[35135]: 2024-09-21T13:44:58.729+0000 7fd192715640 -1 osd.0 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:44:59.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:44:59 smithi084 ceph-mon[88467]: osd.0 marked itself down and dead 2024-09-21T13:44:59.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:44:59 smithi066 ceph-mon[100571]: osd.0 marked itself down and dead 2024-09-21T13:44:59.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:44:59 smithi066 ceph-mon[104155]: osd.0 marked itself down and dead 2024-09-21T13:45:00.373 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:00 smithi066 podman[109454]: 2024-09-21 13:45:00.111034041 +0000 UTC m=+1.510608896 container died 1e46dfc3ba73a9354a7faf92a3b16863cb5f3b3ef4048007c137f8f1f7044b3d (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, 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, RELEASE=squid-4e45e6b, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2) 2024-09-21T13:45:00.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:00 smithi066 ceph-mon[104155]: 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-21T13:45:00.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:00 smithi066 ceph-mon[104155]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:45:00.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:00 smithi066 ceph-mon[104155]: osdmap e111: 8 total, 7 up, 8 in 2024-09-21T13:45:00.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:00 smithi066 ceph-mon[100571]: 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-21T13:45:00.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:00 smithi066 ceph-mon[100571]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:45:00.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:00 smithi066 ceph-mon[100571]: osdmap e111: 8 total, 7 up, 8 in 2024-09-21T13:45:00.745 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:00 smithi066 podman[109454]: 2024-09-21 13:45:00.471935296 +0000 UTC m=+1.871510151 container cleanup 1e46dfc3ba73a9354a7faf92a3b16863cb5f3b3ef4048007c137f8f1f7044b3d (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-4e45e6b, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:45:00.745 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:00 smithi066 bash[109454]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0 2024-09-21T13:45:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:00 smithi084 ceph-mon[88467]: 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-21T13:45:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:00 smithi084 ceph-mon[88467]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:45:00.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:00 smithi084 ceph-mon[88467]: osdmap e111: 8 total, 7 up, 8 in 2024-09-21T13:45:01.114 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:00 smithi066 podman[109469]: 2024-09-21 13:45:00.776907192 +0000 UTC m=+0.663013485 container remove 1e46dfc3ba73a9354a7faf92a3b16863cb5f3b3ef4048007c137f8f1f7044b3d (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-4e45e6b, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:45:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:00.951570252Z 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-21T13:45:01.377 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:01 smithi066 podman[109558]: 2024-09-21 13:45:01.016950595 +0000 UTC m=+0.016679065 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:45:01.377 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:01 smithi066 podman[109558]: 2024-09-21 13:45:01.132794776 +0000 UTC m=+0.132523231 container create c867377a051e59cd0655ac0d085b7268edd79bb194a82e221b3655486ce1b6f9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True) 2024-09-21T13:45:01.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:01 smithi066 ceph-mon[100571]: osdmap e112: 8 total, 7 up, 8 in 2024-09-21T13:45:01.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:01 smithi066 ceph-mon[104155]: osdmap e112: 8 total, 7 up, 8 in 2024-09-21T13:45:01.745 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:01 smithi066 podman[109558]: 2024-09-21 13:45:01.376972067 +0000 UTC m=+0.376700522 container init c867377a051e59cd0655ac0d085b7268edd79bb194a82e221b3655486ce1b6f9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS) 2024-09-21T13:45:01.745 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:01 smithi066 podman[109558]: 2024-09-21 13:45:01.380527713 +0000 UTC m=+0.380256169 container start c867377a051e59cd0655ac0d085b7268edd79bb194a82e221b3655486ce1b6f9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:45:01.745 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:01 smithi066 podman[109558]: 2024-09-21 13:45:01.48531743 +0000 UTC m=+0.485045895 container attach c867377a051e59cd0655ac0d085b7268edd79bb194a82e221b3655486ce1b6f9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, 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, GIT_BRANCH=HEAD) 2024-09-21T13:45:01.745 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:01 smithi066 podman[109558]: 2024-09-21 13:45:01.581641017 +0000 UTC m=+0.581369482 container died c867377a051e59cd0655ac0d085b7268edd79bb194a82e221b3655486ce1b6f9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, 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, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:45:01.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:01 smithi084 ceph-mon[88467]: osdmap e112: 8 total, 7 up, 8 in 2024-09-21T13:45:02.122 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 podman[109581]: 2024-09-21 13:45:02.10535127 +0000 UTC m=+0.517791903 container remove c867377a051e59cd0655ac0d085b7268edd79bb194a82e221b3655486ce1b6f9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-21T13:45:02.383 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.0.service: Deactivated successfully. 2024-09-21T13:45:02.383 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 systemd[1]: Stopped Ceph osd.0 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:45:02.383 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.0.service: Consumed 14.251s CPU time. 2024-09-21T13:45:02.383 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 systemd[1]: Starting Ceph osd.0 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:45:02.713 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:02 smithi066 ceph-mon[100571]: pgmap v142: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:45:02.713 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:02 smithi066 ceph-mon[104155]: pgmap v142: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:45:02.714 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 podman[109683]: 2024-09-21 13:45:02.469238554 +0000 UTC m=+0.017555208 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:45:02.714 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 podman[109683]: 2024-09-21 13:45:02.598149462 +0000 UTC m=+0.146466115 container create 203be40f200cc6b913b4c4448172e6f4d458cd68c7de9b303065196d28304ed9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-21T13:45:02.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:02 smithi084 ceph-mon[88467]: pgmap v142: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:45:02.972 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 podman[109683]: 2024-09-21 13:45:02.834016904 +0000 UTC m=+0.382333556 container init 203be40f200cc6b913b4c4448172e6f4d458cd68c7de9b303065196d28304ed9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:45:02.972 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 podman[109683]: 2024-09-21 13:45:02.837833837 +0000 UTC m=+0.386150498 container start 203be40f200cc6b913b4c4448172e6f4d458cd68c7de9b303065196d28304ed9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True) 2024-09-21T13:45:02.972 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 podman[109683]: 2024-09-21 13:45:02.917313432 +0000 UTC m=+0.465630087 container attach 203be40f200cc6b913b4c4448172e6f4d458cd68c7de9b303065196d28304ed9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731) 2024-09-21T13:45:03.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:03.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 bash[109683]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:03.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:03.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:02 smithi066 bash[109683]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:04.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:03.943803983Z 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-21T13:45:04.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:04 smithi084 ceph-mon[88467]: pgmap v143: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-09-21T13:45:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:04 smithi066 ceph-mon[100571]: pgmap v143: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-09-21T13:45:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:04 smithi066 ceph-mon[104155]: pgmap v143: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-09-21T13:45:05.898 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:05 smithi066 ceph-mon[100571]: Health check failed: Degraded data redundancy: 64/636 objects degraded (10.063%), 18 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:05.898 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:05 smithi066 ceph-mon[104155]: Health check failed: Degraded data redundancy: 64/636 objects degraded (10.063%), 18 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:05.899 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:45:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:45:05] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.51.0" 2024-09-21T13:45:06.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:05 smithi084 ceph-mon[88467]: Health check failed: Degraded data redundancy: 64/636 objects degraded (10.063%), 18 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:06.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:45:06.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 bash[109683]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:45:06.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 bash[109683]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:06.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:06.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:06.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 bash[109683]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:06.245 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-21T13:45:06.245 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 bash[109683]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-21T13:45:06.245 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-09-21T13:45:06.245 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:05 smithi066 bash[109683]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-09-21T13:45:06.620 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 bash[109683]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 bash[109683]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 bash[109683]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 bash[109683]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate[109706]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 bash[109683]: --> ceph-volume lvm activate successful for osd ID: 0 2024-09-21T13:45:06.621 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 podman[109683]: 2024-09-21 13:45:06.28838614 +0000 UTC m=+3.836702798 container died 203be40f200cc6b913b4c4448172e6f4d458cd68c7de9b303065196d28304ed9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-21T13:45:06.937 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:06 smithi066 ceph-mon[100571]: pgmap v144: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:06.937 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:06 smithi066 ceph-mon[104155]: pgmap v144: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:06.954 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:06 smithi084 ceph-mon[88467]: pgmap v144: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:07.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:06 smithi066 podman[109921]: 2024-09-21 13:45:06.93731428 +0000 UTC m=+0.642143381 container remove 203be40f200cc6b913b4c4448172e6f4d458cd68c7de9b303065196d28304ed9 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:45:07.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:07 smithi066 podman[109978]: 2024-09-21 13:45:07.058159216 +0000 UTC m=+0.016763756 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:45:07.244 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:07 smithi066 podman[109978]: 2024-09-21 13:45:07.179832166 +0000 UTC m=+0.138436704 container create 26803ed69818c7a1ab02a5f64fa9690f4a298fd27bda0949aec1b5e7d0cf875e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True) 2024-09-21T13:45:07.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:06.954822748Z 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-21T13:45:07.540 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:07 smithi066 podman[109978]: 2024-09-21 13:45:07.399292403 +0000 UTC m=+0.357896942 container init 26803ed69818c7a1ab02a5f64fa9690f4a298fd27bda0949aec1b5e7d0cf875e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-21T13:45:07.541 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:07 smithi066 podman[109978]: 2024-09-21 13:45:07.402822558 +0000 UTC m=+0.361427105 container start 26803ed69818c7a1ab02a5f64fa9690f4a298fd27bda0949aec1b5e7d0cf875e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-21T13:45:07.541 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:07 smithi066 ceph-osd[109996]: -- 172.21.15.66:0/1338207188 <== mon.0 v2:172.21.15.66:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f785ee5a40 con 0x55f786cb4400 2024-09-21T13:45:07.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:07 smithi066 bash[109978]: 26803ed69818c7a1ab02a5f64fa9690f4a298fd27bda0949aec1b5e7d0cf875e 2024-09-21T13:45:07.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:07 smithi066 systemd[1]: Started Ceph osd.0 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:45:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:08 smithi084 ceph-mon[88467]: pgmap v145: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 64/636 objects degraded (10.063%) 2024-09-21T13:45:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:08 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:08.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[100571]: pgmap v145: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 64/636 objects degraded (10.063%) 2024-09-21T13:45:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[104155]: pgmap v145: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 64/636 objects degraded (10.063%) 2024-09-21T13:45:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:08.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:08.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:08.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:09.315 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:09 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[109992]: 2024-09-21T13:45:09.038+0000 7fd6f7fcb640 -1 Falling back to public interface 2024-09-21T13:45:10.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:09.953003618Z 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-21T13:45:10.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:10 smithi084 ceph-mon[88467]: pgmap v146: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 443 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:10.879 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:10 smithi066 ceph-mon[100571]: pgmap v146: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 443 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:10.879 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:10 smithi066 ceph-mon[104155]: pgmap v146: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 443 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:12.600 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[109992]: 2024-09-21T13:45:12.347+0000 7fd6f7fcb640 -1 osd.0 110 log_to_monitors true 2024-09-21T13:45:12.865 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[104155]: pgmap v147: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 400 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[104155]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[100571]: pgmap v147: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 400 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[100571]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:12 smithi084 ceph-mon[88467]: pgmap v147: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 400 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:12 smithi084 ceph-mon[88467]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T13:45:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:13.153 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:45:12 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[109992]: 2024-09-21T13:45:12.888+0000 7fd6efd75640 -1 osd.0 110 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:45:13.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:12.944143894Z 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-21T13:45:13.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:13.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:13.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[104155]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:45:13.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[104155]: osdmap e113: 8 total, 7 up, 8 in 2024-09-21T13:45:13.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[104155]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:13.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:13.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:13.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[100571]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:45:13.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[100571]: osdmap e113: 8 total, 7 up, 8 in 2024-09-21T13:45:13.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:13 smithi066 ceph-mon[100571]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:13 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:13 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:13 smithi084 ceph-mon[88467]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T13:45:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:13 smithi084 ceph-mon[88467]: osdmap e113: 8 total, 7 up, 8 in 2024-09-21T13:45:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:13 smithi084 ceph-mon[88467]: from='osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:14.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[100571]: pgmap v148: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:14.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[100571]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:45:14.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[100571]: osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504] boot 2024-09-21T13:45:14.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[100571]: osdmap e114: 8 total, 8 up, 8 in 2024-09-21T13:45:14.805 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:45:14.805 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[104155]: pgmap v148: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:14.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[104155]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:45:14.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[104155]: osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504] boot 2024-09-21T13:45:14.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[104155]: osdmap e114: 8 total, 8 up, 8 in 2024-09-21T13:45:14.806 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:14 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:45:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:14 smithi084 ceph-mon[88467]: pgmap v148: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:14 smithi084 ceph-mon[88467]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:45:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:14 smithi084 ceph-mon[88467]: osd.0 [v2:172.21.15.66:6802/4168778504,v1:172.21.15.66:6803/4168778504] boot 2024-09-21T13:45:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:14 smithi084 ceph-mon[88467]: osdmap e114: 8 total, 8 up, 8 in 2024-09-21T13:45:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:14 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T13:45:15.717 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:45:15.578+0000 7fbcbbd4d640 -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-21T13:45:15.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:45:15] "GET /metrics HTTP/1.1" 200 38357 "" "Prometheus/2.51.0" 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: pgmap v151: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: osdmap e115: 8 total, 8 up, 8 in 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:15.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[104155]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: pgmap v151: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: osdmap e115: 8 total, 8 up, 8 in 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:15.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:15.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:15.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-21T13:45:15.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-21T13:45:15.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:15 smithi066 ceph-mon[100571]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:45:16.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:15.956574645Z 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-21T13:45:16.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: pgmap v151: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: osdmap e115: 8 total, 8 up, 8 in 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-21T13:45:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:15 smithi084 ceph-mon[88467]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:45:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:17 smithi066 ceph-mon[100571]: pgmap v153: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:17 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:18.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:17 smithi066 ceph-mon[104155]: pgmap v153: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:17 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:17 smithi084 ceph-mon[88467]: pgmap v153: 161 pgs: 40 active+undersized, 18 active+undersized+degraded, 103 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 64/636 objects degraded (10.063%) 2024-09-21T13:45:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:17 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:19.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:18 smithi066 ceph-mon[100571]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/636 objects degraded (10.063%), 18 pgs degraded) 2024-09-21T13:45:19.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:18 smithi066 ceph-mon[100571]: Cluster is now healthy 2024-09-21T13:45:19.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:18 smithi066 ceph-mon[104155]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/636 objects degraded (10.063%), 18 pgs degraded) 2024-09-21T13:45:19.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:18 smithi066 ceph-mon[104155]: Cluster is now healthy 2024-09-21T13:45:19.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:18.945585989Z 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-21T13:45:19.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:18 smithi084 ceph-mon[88467]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/636 objects degraded (10.063%), 18 pgs degraded) 2024-09-21T13:45:19.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:18 smithi084 ceph-mon[88467]: Cluster is now healthy 2024-09-21T13:45:20.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:19 smithi066 ceph-mon[100571]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-21T13:45:20.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:19 smithi066 ceph-mon[104155]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-21T13:45:20.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:19 smithi084 ceph-mon[88467]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-09-21T13:45:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:21 smithi066 ceph-mon[100571]: pgmap v155: 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-21T13:45:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:21 smithi066 ceph-mon[104155]: pgmap v155: 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-21T13:45:22.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:21 smithi084 ceph-mon[88467]: pgmap v155: 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-21T13:45:22.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:21.952517907Z 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-21T13:45:24.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:23 smithi066 ceph-mon[100571]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 572 B/s rd, 0 op/s 2024-09-21T13:45:24.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:23 smithi066 ceph-mon[104155]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 572 B/s rd, 0 op/s 2024-09-21T13:45:24.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:23 smithi084 ceph-mon[88467]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 572 B/s rd, 0 op/s 2024-09-21T13:45:25.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:24.958479559Z 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-21T13:45:25.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:25 smithi066 ceph-mon[100571]: pgmap v157: 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-21T13:45:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:25 smithi066 ceph-mon[104155]: pgmap v157: 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-21T13:45:25.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:45:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:45:25] "GET /metrics HTTP/1.1" 200 38357 "" "Prometheus/2.51.0" 2024-09-21T13:45:26.323 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:45:26.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:25 smithi084 ceph-mon[88467]: pgmap v157: 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-21T13:45:26.911 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:45:26.911 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (3m) 15s ago 24m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (3m) 2m ago 24m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (4m) 15s ago 23m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (4m) 2m ago 28m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (14m) 15s ago 30m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (107s) 15s ago 30m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (2m) 2m ago 29m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (93s) 15s ago 29m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (4m) 15s ago 24m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (4m) 2m ago 24m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (19s) 15s ago 28m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (28m) 15s ago 28m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 4fcb05f8d370 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (27m) 15s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (27m) 15s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:45:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (26m) 2m ago 26m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:45:26.913 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (26m) 2m ago 26m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:45:26.913 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (26m) 2m ago 26m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:45:26.913 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (25m) 2m ago 25m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:45:26.913 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (3m) 2m ago 25m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:45:26.913 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (24m) 15s ago 24m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:45:26.913 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (24m) 2m ago 24m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:45:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:26 smithi066 ceph-mon[104155]: from='client.54218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:26 smithi066 ceph-mon[104155]: from='client.54224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:27.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:26 smithi066 ceph-mon[100571]: from='client.54218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:27.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:26 smithi066 ceph-mon[100571]: from='client.54224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 7, 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 1 2024-09-21T13:45:27.272 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:45:27.273 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:45:27.273 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:45:27.273 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:45:27.273 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:45:27.273 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 9, 2024-09-21T13:45:27.273 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 6 2024-09-21T13:45:27.273 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:45:27.273 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:45:27.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:26 smithi084 ceph-mon[88467]: from='client.54218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:27.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:26 smithi084 ceph-mon[88467]: from='client.54224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (1 remaining).", 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "1/8 daemons upgraded", 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:45:27.575 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:45:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[100571]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2024-09-21T13:45:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[100571]: from='client.54230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/3893103301' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[100571]: from='client.44238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[104155]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[104155]: from='client.54230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/3893103301' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[104155]: from='client.44238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:28.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:27 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:28.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:27.955354114Z 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-21T13:45:28.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-mon[88467]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 857 B/s rd, 0 op/s 2024-09-21T13:45:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-mon[88467]: from='client.54230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/3893103301' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-mon[88467]: from='client.44238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:28.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:27 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:30.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:29 smithi066 ceph-mon[104155]: 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-21T13:45:30.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:29 smithi066 ceph-mon[100571]: 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-21T13:45:30.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:29 smithi084 ceph-mon[88467]: 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-21T13:45:31.200 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:30 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-21T13:45:31.200 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:30 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-21T13:45:31.201 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:30 smithi066 ceph-mon[104155]: Upgrade: osd.1 is safe to restart 2024-09-21T13:45:31.201 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:30 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-21T13:45:31.201 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:30 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-21T13:45:31.201 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:30 smithi066 ceph-mon[100571]: Upgrade: osd.1 is safe to restart 2024-09-21T13:45:31.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:30.952612254Z 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-21T13:45:31.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:30 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-21T13:45:31.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:30 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-21T13:45:31.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:30 smithi084 ceph-mon[88467]: Upgrade: osd.1 is safe to restart 2024-09-21T13:45:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:31 smithi066 ceph-mon[100571]: 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-21T13:45:32.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:31 smithi066 ceph-mon[104155]: 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-21T13:45:32.269 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:31 smithi084 ceph-mon[88467]: 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-21T13:45:33.294 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[104155]: Upgrade: Updating osd.1 2024-09-21T13:45:33.294 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:33.294 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T13:45:33.294 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:33.294 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[104155]: Deploying daemon osd.1 on smithi066 2024-09-21T13:45:33.295 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[100571]: Upgrade: Updating osd.1 2024-09-21T13:45:33.295 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:33.295 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T13:45:33.295 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:33.295 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:33 smithi066 ceph-mon[100571]: Deploying daemon osd.1 on smithi066 2024-09-21T13:45:33.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:33 smithi084 ceph-mon[88467]: Upgrade: Updating osd.1 2024-09-21T13:45:33.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:33 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:33 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T13:45:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:33 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:33.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:33 smithi084 ceph-mon[88467]: Deploying daemon osd.1 on smithi066 2024-09-21T13:45:34.243 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:34 smithi066 ceph-mon[100571]: 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-21T13:45:34.243 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:34 smithi066 ceph-mon[104155]: 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-21T13:45:34.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:34 smithi084 ceph-mon[88467]: 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-21T13:45:34.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:33.95573967Z 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-21T13:45:35.244 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:34 smithi066 systemd[1]: Stopping Ceph osd.1 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:45:35.726 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[40718]: 2024-09-21T13:45:35.254+0000 7f04b6cd2640 -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-21T13:45:35.726 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[40718]: 2024-09-21T13:45:35.254+0000 7f04b6cd2640 -1 osd.1 115 *** Got signal Terminated *** 2024-09-21T13:45:35.727 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[40718]: 2024-09-21T13:45:35.254+0000 7f04b6cd2640 -1 osd.1 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:45:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:45:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:45:35] "GET /metrics HTTP/1.1" 200 38352 "" "Prometheus/2.51.0" 2024-09-21T13:45:36.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:36 smithi084 ceph-mon[88467]: pgmap v162: 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-21T13:45:36.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:36 smithi084 ceph-mon[88467]: osd.1 marked itself down and dead 2024-09-21T13:45:36.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:36 smithi066 ceph-mon[100571]: pgmap v162: 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-21T13:45:36.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:36 smithi066 ceph-mon[100571]: osd.1 marked itself down and dead 2024-09-21T13:45:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:36 smithi066 ceph-mon[104155]: pgmap v162: 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-21T13:45:36.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:36 smithi066 ceph-mon[104155]: osd.1 marked itself down and dead 2024-09-21T13:45:36.798 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:36 smithi066 podman[114041]: 2024-09-21 13:45:36.545270936 +0000 UTC m=+1.413171926 container died 4fcb05f8d370bd0d24ef076f7b2e0adc0bc549e0664c990ae7e9ddf186a5d402 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, RELEASE=squid-4e45e6b, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True) 2024-09-21T13:45:37.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:37 smithi066 ceph-mon[100571]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:45:37.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:37 smithi066 ceph-mon[100571]: osdmap e116: 8 total, 7 up, 8 in 2024-09-21T13:45:37.191 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:37 smithi066 ceph-mon[104155]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:45:37.191 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:37 smithi066 ceph-mon[104155]: osdmap e116: 8 total, 7 up, 8 in 2024-09-21T13:45:37.192 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:36 smithi066 podman[114041]: 2024-09-21 13:45:36.9724165 +0000 UTC m=+1.840317490 container cleanup 4fcb05f8d370bd0d24ef076f7b2e0adc0bc549e0664c990ae7e9ddf186a5d402 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, maintainer=Guillaume Abrioux , 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.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=squid-4e45e6b, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-21T13:45:37.192 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:36 smithi066 bash[114041]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1 2024-09-21T13:45:37.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:36.946791432Z 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-21T13:45:37.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:37 smithi084 ceph-mon[88467]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:45:37.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:37 smithi084 ceph-mon[88467]: osdmap e116: 8 total, 7 up, 8 in 2024-09-21T13:45:37.494 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:37 smithi066 podman[114056]: 2024-09-21 13:45:37.190682243 +0000 UTC m=+0.645017770 container remove 4fcb05f8d370bd0d24ef076f7b2e0adc0bc549e0664c990ae7e9ddf186a5d402 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=squid-4e45e6b, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, 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, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:45:37.861 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:37 smithi066 podman[114147]: 2024-09-21 13:45:37.504783407 +0000 UTC m=+0.017085758 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:45:37.861 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:37 smithi066 podman[114147]: 2024-09-21 13:45:37.633387757 +0000 UTC m=+0.145690227 container create 99e58cd1ec1967fd9dfcaf7a0290ed6e56756b5d1f1da59ff8c594f19d048045 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-21T13:45:38.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:38 smithi066 ceph-mon[100571]: pgmap v164: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:45:38.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:38 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:38.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:38 smithi066 ceph-mon[100571]: osdmap e117: 8 total, 7 up, 8 in 2024-09-21T13:45:38.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:38 smithi066 ceph-mon[104155]: pgmap v164: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:45:38.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:38 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:38.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:38 smithi066 ceph-mon[104155]: osdmap e117: 8 total, 7 up, 8 in 2024-09-21T13:45:38.245 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:37 smithi066 podman[114147]: 2024-09-21 13:45:37.860866176 +0000 UTC m=+0.373168525 container init 99e58cd1ec1967fd9dfcaf7a0290ed6e56756b5d1f1da59ff8c594f19d048045 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:45:38.245 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:37 smithi066 podman[114147]: 2024-09-21 13:45:37.864395364 +0000 UTC m=+0.376697720 container start 99e58cd1ec1967fd9dfcaf7a0290ed6e56756b5d1f1da59ff8c594f19d048045 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:45:38.245 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:37 smithi066 podman[114147]: 2024-09-21 13:45:37.944126543 +0000 UTC m=+0.456428904 container attach 99e58cd1ec1967fd9dfcaf7a0290ed6e56756b5d1f1da59ff8c594f19d048045 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:45:38.245 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:38 smithi066 podman[114147]: 2024-09-21 13:45:38.060828439 +0000 UTC m=+0.573130804 container died 99e58cd1ec1967fd9dfcaf7a0290ed6e56756b5d1f1da59ff8c594f19d048045 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:45:38.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:38 smithi084 ceph-mon[88467]: pgmap v164: 161 pgs: 19 stale+active+clean, 142 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:45:38.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:38 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:38.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:38 smithi084 ceph-mon[88467]: osdmap e117: 8 total, 7 up, 8 in 2024-09-21T13:45:38.994 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:38 smithi066 podman[114169]: 2024-09-21 13:45:38.71458963 +0000 UTC m=+0.646911333 container remove 99e58cd1ec1967fd9dfcaf7a0290ed6e56756b5d1f1da59ff8c594f19d048045 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:45:38.994 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:38 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.1.service: Deactivated successfully. 2024-09-21T13:45:38.994 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:38 smithi066 systemd[1]: Stopped Ceph osd.1 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:45:38.994 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:38 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.1.service: Consumed 15.161s CPU time. 2024-09-21T13:45:38.995 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:38 smithi066 systemd[1]: Starting Ceph osd.1 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:45:39.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:39 smithi084 ceph-mon[88467]: Health check failed: Degraded data redundancy: 82/636 objects degraded (12.893%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:39.385 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:39 smithi066 ceph-mon[100571]: Health check failed: Degraded data redundancy: 82/636 objects degraded (12.893%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:39.385 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:39 smithi066 ceph-mon[104155]: Health check failed: Degraded data redundancy: 82/636 objects degraded (12.893%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:39.385 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 podman[114269]: 2024-09-21 13:45:39.058867224 +0000 UTC m=+0.016046568 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:45:39.385 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 podman[114269]: 2024-09-21 13:45:39.182205707 +0000 UTC m=+0.139385035 container create 543b0f0461780eedacd313eb27ad852da6f5c6d58bf5324ff8713b2877e8ad5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , 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) 2024-09-21T13:45:39.745 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 podman[114269]: 2024-09-21 13:45:39.384834193 +0000 UTC m=+0.342013530 container init 543b0f0461780eedacd313eb27ad852da6f5c6d58bf5324ff8713b2877e8ad5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True) 2024-09-21T13:45:39.746 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 podman[114269]: 2024-09-21 13:45:39.388625725 +0000 UTC m=+0.345805053 container start 543b0f0461780eedacd313eb27ad852da6f5c6d58bf5324ff8713b2877e8ad5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:45:39.746 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 podman[114269]: 2024-09-21 13:45:39.484603465 +0000 UTC m=+0.441782810 container attach 543b0f0461780eedacd313eb27ad852da6f5c6d58bf5324ff8713b2877e8ad5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-21T13:45:39.746 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:39.746 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 bash[114269]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:39.746 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:39.746 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:39 smithi066 bash[114269]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:40.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:40 smithi084 ceph-mon[88467]: pgmap v166: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:40.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:39.954668328Z 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-21T13:45:40.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:40 smithi066 ceph-mon[100571]: pgmap v166: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:40.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:40 smithi066 ceph-mon[104155]: pgmap v166: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:42.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:42 smithi084 ceph-mon[88467]: pgmap v167: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:42.442 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-mon[100571]: pgmap v167: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:42.442 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-mon[104155]: pgmap v167: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:42.744 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:45:42.744 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:42.744 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:45:42.744 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:42.744 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:42.745 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:45:42.745 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-21T13:45:42.745 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-21T13:45:42.745 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-21T13:45:42.745 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-21T13:45:43.155 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate[114284]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 bash[114269]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-21T13:45:43.156 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:42 smithi066 podman[114269]: 2024-09-21 13:45:42.844073103 +0000 UTC m=+3.801252434 container died 543b0f0461780eedacd313eb27ad852da6f5c6d58bf5324ff8713b2877e8ad5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, 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, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:45:43.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:42.945679995Z 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-21T13:45:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:43.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:43.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:43.745 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:43 smithi066 podman[114502]: 2024-09-21 13:45:43.480114556 +0000 UTC m=+0.629305555 container remove 543b0f0461780eedacd313eb27ad852da6f5c6d58bf5324ff8713b2877e8ad5e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-activate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:45:43.745 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:43 smithi066 podman[114559]: 2024-09-21 13:45:43.595325722 +0000 UTC m=+0.016303210 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:45:44.009 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:43 smithi066 podman[114559]: 2024-09-21 13:45:43.756628726 +0000 UTC m=+0.177606195 container create 1f9cb9fcdb97d17f3f0d3ab8f7b36c317b418520573545c32a78d4a27fe1eea6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:45:44.009 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:43 smithi066 podman[114559]: 2024-09-21 13:45:43.98367124 +0000 UTC m=+0.404648727 container init 1f9cb9fcdb97d17f3f0d3ab8f7b36c317b418520573545c32a78d4a27fe1eea6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:45:44.009 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:43 smithi066 podman[114559]: 2024-09-21 13:45:43.987242084 +0000 UTC m=+0.408219554 container start 1f9cb9fcdb97d17f3f0d3ab8f7b36c317b418520573545c32a78d4a27fe1eea6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:45:44.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:44.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:44.350 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-osd[114578]: -- 172.21.15.66:0/3763264458 <== mon.0 v2:172.21.15.66:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564646397a40 con 0x564647166000 2024-09-21T13:45:44.350 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:44 smithi066 bash[114559]: 1f9cb9fcdb97d17f3f0d3ab8f7b36c317b418520573545c32a78d4a27fe1eea6 2024-09-21T13:45:44.351 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:44 smithi066 systemd[1]: Started Ceph osd.1 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:45:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-mon[100571]: pgmap v168: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:44.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:44.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-mon[104155]: pgmap v168: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:44.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:44.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:44.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:44 smithi084 ceph-mon[88467]: pgmap v168: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:45.957 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[114574]: 2024-09-21T13:45:45.629+0000 7f534bcfd640 -1 Falling back to public interface 2024-09-21T13:45:45.957 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:45:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:45:45] "GET /metrics HTTP/1.1" 200 38357 "" "Prometheus/2.51.0" 2024-09-21T13:45:46.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:45.954732932Z 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-21T13:45:46.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:46 smithi066 ceph-mon[100571]: pgmap v169: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:46 smithi066 ceph-mon[104155]: pgmap v169: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:46 smithi084 ceph-mon[88467]: pgmap v169: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:48.955 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:48 smithi084 ceph-mon[88467]: pgmap v170: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:48.955 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:48 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:48.955 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:48 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:48.955 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:48 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:48 smithi066 ceph-mon[104155]: pgmap v170: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:48 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:48 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:48 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:48 smithi066 ceph-mon[100571]: pgmap v170: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:48 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:48 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:48 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:49.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:48.955018959Z 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-21T13:45:49.443 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:49 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[114574]: 2024-09-21T13:45:49.174+0000 7f534bcfd640 -1 osd.1 115 log_to_monitors true 2024-09-21T13:45:50.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:50 smithi084 ceph-mon[88467]: pgmap v171: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:50.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:50 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:50 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:50 smithi084 ceph-mon[88467]: from='osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:45:50.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:50 smithi084 ceph-mon[88467]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:45:50.447 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[114574]: 2024-09-21T13:45:50.056+0000 7f533fa9f640 -1 osd.1 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:45:50.447 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[100571]: pgmap v171: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:50.447 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:50.447 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:50.448 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[100571]: from='osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:45:50.448 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[100571]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:45:50.448 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[104155]: pgmap v171: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 256 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:45:50.448 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:50.448 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:50.448 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[104155]: from='osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:45:50.448 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:50 smithi066 ceph-mon[104155]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T13:45:51.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:51 smithi084 ceph-mon[88467]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:45:51.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:51 smithi084 ceph-mon[88467]: osdmap e118: 8 total, 7 up, 8 in 2024-09-21T13:45:51.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:51 smithi084 ceph-mon[88467]: from='osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:51.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:51 smithi084 ceph-mon[88467]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:51.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:51 smithi066 ceph-mon[100571]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:45:51.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:51 smithi066 ceph-mon[100571]: osdmap e118: 8 total, 7 up, 8 in 2024-09-21T13:45:51.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:51 smithi066 ceph-mon[100571]: from='osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:51.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:51 smithi066 ceph-mon[100571]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:51.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:51 smithi066 ceph-mon[104155]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T13:45:51.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:51 smithi066 ceph-mon[104155]: osdmap e118: 8 total, 7 up, 8 in 2024-09-21T13:45:51.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:51 smithi066 ceph-mon[104155]: from='osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:51.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:51 smithi066 ceph-mon[104155]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:45:52.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[100571]: pgmap v173: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 82/636 objects degraded (12.893%) 2024-09-21T13:45:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[100571]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:45:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[100571]: osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340] boot 2024-09-21T13:45:52.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[100571]: osdmap e119: 8 total, 8 up, 8 in 2024-09-21T13:45:52.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:45:52.242 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[104155]: pgmap v173: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 82/636 objects degraded (12.893%) 2024-09-21T13:45:52.242 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[104155]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:45:52.242 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[104155]: osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340] boot 2024-09-21T13:45:52.242 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[104155]: osdmap e119: 8 total, 8 up, 8 in 2024-09-21T13:45:52.242 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:52 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:45:52.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:51.953947165Z 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-21T13:45:52.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:52 smithi084 ceph-mon[88467]: pgmap v173: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 82/636 objects degraded (12.893%) 2024-09-21T13:45:52.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:52 smithi084 ceph-mon[88467]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:45:52.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:52 smithi084 ceph-mon[88467]: osd.1 [v2:172.21.15.66:6810/1737304340,v1:172.21.15.66:6811/1737304340] boot 2024-09-21T13:45:52.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:52 smithi084 ceph-mon[88467]: osdmap e119: 8 total, 8 up, 8 in 2024-09-21T13:45:52.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:52 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T13:45:53.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: osdmap e120: 8 total, 8 up, 8 in 2024-09-21T13:45:53.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:45:53.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: Upgrade: Finalizing container_image settings 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:45:53.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:45:53.371 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: Upgrade: Complete! 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:45:53.372 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:45:53.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.373 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: osdmap e120: 8 total, 8 up, 8 in 2024-09-21T13:45:53.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.496 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: Upgrade: Finalizing container_image settings 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:45:53.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:45:53.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: osdmap e120: 8 total, 8 up, 8 in 2024-09-21T13:45:53.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:45:53.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:45:53.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:45:53.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: Upgrade: Finalizing container_image settings 2024-09-21T13:45:53.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:45:53.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:45:53.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:45:53.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:45:53.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:45:53.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:45:53.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:45:53.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:45:53.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:45:53.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:45:53.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:45:53.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:45:53.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:45:53.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:45:53.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.504 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.504 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.504 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.504 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.504 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.505 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: Upgrade: Complete! 2024-09-21T13:45:53.505 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:45:53.505 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:45:53.505 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.505 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.505 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.507 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:45:53.507 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.507 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:45:53.507 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:45:53.507 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:45:53.507 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:45:53.507 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:45:53.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.508 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:45:53.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: Upgrade: Complete! 2024-09-21T13:45:53.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:45:53.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:45:53.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.509 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:45:53.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:45:53.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:53.510 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:54.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:54 smithi066 ceph-mon[100571]: pgmap v176: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 82/636 objects degraded (12.893%) 2024-09-21T13:45:54.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:54 smithi066 ceph-mon[104155]: pgmap v176: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 82/636 objects degraded (12.893%) 2024-09-21T13:45:55.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:54 smithi084 ceph-mon[88467]: pgmap v176: 161 pgs: 43 active+undersized, 20 active+undersized+degraded, 98 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 82/636 objects degraded (12.893%) 2024-09-21T13:45:55.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:54.947527212Z 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-21T13:45:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:55 smithi066 ceph-mon[100571]: pgmap v177: 161 pgs: 12 active+undersized, 7 active+undersized+degraded, 142 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 30/636 objects degraded (4.717%) 2024-09-21T13:45:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:55 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 30/636 objects degraded (4.717%), 7 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:55.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:45:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:45:55] "GET /metrics HTTP/1.1" 200 38357 "" "Prometheus/2.51.0" 2024-09-21T13:45:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:55 smithi066 ceph-mon[104155]: pgmap v177: 161 pgs: 12 active+undersized, 7 active+undersized+degraded, 142 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 30/636 objects degraded (4.717%) 2024-09-21T13:45:55.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:55 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 30/636 objects degraded (4.717%), 7 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:55 smithi084 ceph-mon[88467]: pgmap v177: 161 pgs: 12 active+undersized, 7 active+undersized+degraded, 142 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 30/636 objects degraded (4.717%) 2024-09-21T13:45:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:55 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 30/636 objects degraded (4.717%), 7 pgs degraded (PG_DEGRADED) 2024-09-21T13:45:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:56 smithi066 ceph-mon[100571]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/636 objects degraded (4.717%), 7 pgs degraded) 2024-09-21T13:45:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:56 smithi066 ceph-mon[100571]: Cluster is now healthy 2024-09-21T13:45:57.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:56 smithi066 ceph-mon[104155]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/636 objects degraded (4.717%), 7 pgs degraded) 2024-09-21T13:45:57.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:56 smithi066 ceph-mon[104155]: Cluster is now healthy 2024-09-21T13:45:57.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:56 smithi084 ceph-mon[88467]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/636 objects degraded (4.717%), 7 pgs degraded) 2024-09-21T13:45:57.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:56 smithi084 ceph-mon[88467]: Cluster is now healthy 2024-09-21T13:45:58.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:45:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:45:57.95280968Z 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-21T13:45:58.673 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:45:58.936 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:45:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:58 smithi066 ceph-mon[100571]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 755 B/s rd, 0 op/s 2024-09-21T13:45:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:58 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:58 smithi066 ceph-mon[104155]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 755 B/s rd, 0 op/s 2024-09-21T13:45:58.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:58 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:58.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:58.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:58 smithi084 ceph-mon[88467]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 755 B/s rd, 0 op/s 2024-09-21T13:45:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:58 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:45:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:45:59.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:45:59.628 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:45:59.628 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (4m) 11s ago 25m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:45:59.628 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (3m) 2m ago 24m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:45:59.628 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (5m) 11s ago 24m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:45:59.628 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (5m) 2m ago 29m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:45:59.628 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (14m) 11s ago 30m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:45:59.628 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (2m) 11s ago 30m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (3m) 2m ago 29m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (2m) 11s ago 29m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (4m) 11s ago 24m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (4m) 2m ago 24m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (52s) 11s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (16s) 11s ago 28m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (28m) 11s ago 28m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (27m) 11s ago 27m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (27m) 2m ago 27m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (26m) 2m ago 26m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (26m) 2m ago 26m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (26m) 2m ago 26m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:45:59.629 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (4m) 2m ago 25m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:45:59.630 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (24m) 11s ago 24m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:45:59.630 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (24m) 2m ago 24m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:45:59.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:45:59 smithi066 ceph-mon[100571]: from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:45:59.985 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:45:59 smithi066 ceph-mon[104155]: from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:00.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:45:59 smithi084 ceph-mon[88467]: from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:00.481 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-21T13:46:00.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:00 smithi066 ceph-mon[100571]: 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-21T13:46:00.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:00 smithi066 ceph-mon[100571]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:00.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:00 smithi066 ceph-mon[104155]: 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-21T13:46:00.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:00 smithi066 ceph-mon[104155]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:00.745 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:00.953 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:00 smithi084 ceph-mon[88467]: 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-21T13:46:00.954 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:00 smithi084 ceph-mon[88467]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:00.953794518Z 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-21T13:46:01.438 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:46:01.696 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:01 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1451058046' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:01.696 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:01 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1451058046' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:02.048 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 7'"'"'' 2024-09-21T13:46:02.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:01 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1451058046' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:02.315 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:02.698 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:02 smithi066 ceph-mon[100571]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:46:02.699 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:02 smithi066 ceph-mon[104155]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:46:03.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:02 smithi084 ceph-mon[88467]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:46:03.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:03 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:03.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:03 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:04.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:03.951502571Z 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-21T13:46:04.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:03 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:04.421 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:46:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:04 smithi066 ceph-mon[100571]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 950 B/s rd, 0 op/s 2024-09-21T13:46:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:04 smithi066 ceph-mon[100571]: from='client.54272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:04.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:04 smithi066 ceph-mon[104155]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 950 B/s rd, 0 op/s 2024-09-21T13:46:04.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:04 smithi066 ceph-mon[104155]: from='client.54272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:05.044 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade status' 2024-09-21T13:46:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:04 smithi084 ceph-mon[88467]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 950 B/s rd, 0 op/s 2024-09-21T13:46:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:04 smithi084 ceph-mon[88467]: from='client.54272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:05.307 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:05.928 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:46:05.928 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": null, 2024-09-21T13:46:05.929 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": false, 2024-09-21T13:46:05.929 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "", 2024-09-21T13:46:05.929 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:46:05.929 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": null, 2024-09-21T13:46:05.929 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "", 2024-09-21T13:46:05.929 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:46:05.929 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:46:05.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:46:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:46:05] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.51.0" 2024-09-21T13:46:06.590 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:46:06.851 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:06.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:06 smithi066 ceph-mon[100571]: 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-21T13:46:06.973 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:06 smithi066 ceph-mon[104155]: 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-21T13:46:07.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:06 smithi084 ceph-mon[88467]: 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-21T13:46:07.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:06.954762476Z 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-21T13:46:07.593 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:46:07.888 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:07 smithi066 ceph-mon[104155]: from='client.54278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:07.888 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:07 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/294270293' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:46:07.888 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:07 smithi066 ceph-mon[100571]: from='client.54278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:07.888 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:07 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/294270293' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:46:08.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:07 smithi084 ceph-mon[88467]: from='client.54278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:08.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:07 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/294270293' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:46:08.192 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1' 2024-09-21T13:46:08.445 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:08.817 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:08 smithi066 ceph-mon[100571]: 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-21T13:46:08.817 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:08 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:08.817 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:08 smithi066 ceph-mon[104155]: 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-21T13:46:08.817 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:08 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:08 smithi084 ceph-mon[88467]: 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-21T13:46:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:08 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:10.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:09.95524548Z 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-21T13:46:10.385 INFO:teuthology.orchestra.run.smithi066.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[100571]: 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-21T13:46:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[100571]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:10.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[104155]: 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-21T13:46:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[104155]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:10.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:10 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:10 smithi084 ceph-mon[88467]: 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-21T13:46:11.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:10 smithi084 ceph-mon[88467]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:11.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:10 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:11.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:10 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:11.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:10 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:11.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:10 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:11.129 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:46:12.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:11 smithi084 ceph-mon[88467]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:12.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:11 smithi084 ceph-mon[88467]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:12.142 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:11 smithi066 ceph-mon[100571]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:12.142 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:11 smithi066 ceph-mon[100571]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:12.143 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:11 smithi066 ceph-mon[104155]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:12.143 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:11 smithi066 ceph-mon[104155]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:12.241 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:12.915 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: 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-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-21T13:46:13.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: 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-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-21T13:46:13.033 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:13.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:12.947304851Z 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-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: 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-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-21T13:46:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (4m) 25s ago 25m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (4m) 3m ago 25m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (5m) 25s ago 24m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (5m) 3m ago 29m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (14m) 25s ago 31m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (2m) 25s ago 31m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (3m) 3m ago 29m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (2m) 25s ago 29m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (5m) 25s ago 25m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (5m) 3m ago 25m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (66s) 25s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (29s) 25s ago 28m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (28m) 25s ago 28m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a 38faa443632a 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (28m) 25s ago 28m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (27m) 3m ago 27m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (27m) 3m ago 27m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (26m) 3m ago 26m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (26m) 3m ago 26m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (4m) 3m ago 25m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (24m) 25s ago 24m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:46:13.515 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (24m) 3m ago 24m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:46:13.890 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:46:13.890 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:46:13.890 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:46:13.890 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 6, 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 8, 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 7 2024-09-21T13:46:13.891 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:46:13.892 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:46:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:13 smithi084 ceph-mon[88467]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:46:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:13 smithi084 ceph-mon[88467]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:46:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:13 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mgr 2024-09-21T13:46:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:13 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mon 2024-09-21T13:46:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:13 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all crash 2024-09-21T13:46:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:13 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-21T13:46:14.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:13 smithi084 ceph-mon[88467]: Upgrade: osd.2 is safe to restart 2024-09-21T13:46:14.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[100571]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:46:14.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[100571]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:46:14.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mgr 2024-09-21T13:46:14.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mon 2024-09-21T13:46:14.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all crash 2024-09-21T13:46:14.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-21T13:46:14.191 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[100571]: Upgrade: osd.2 is safe to restart 2024-09-21T13:46:14.192 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[104155]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:46:14.192 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[104155]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:46:14.192 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mgr 2024-09-21T13:46:14.192 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mon 2024-09-21T13:46:14.192 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all crash 2024-09-21T13:46:14.192 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-21T13:46:14.192 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:13 smithi066 ceph-mon[104155]: Upgrade: osd.2 is safe to restart 2024-09-21T13:46:14.204 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:46:14.204 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:46:14.204 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:46:14.204 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) crash,osd. Upgrade limited to 1 daemons (1 remaining).", 2024-09-21T13:46:14.204 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:46:14.204 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "2/8 daemons upgraded", 2024-09-21T13:46:14.205 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:46:14.205 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:46:14.205 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:46:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:14 smithi084 ceph-mon[88467]: 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-21T13:46:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:14 smithi084 ceph-mon[88467]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:14 smithi084 ceph-mon[88467]: from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:14 smithi084 ceph-mon[88467]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:14 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:14 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T13:46:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:14 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:15.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:14 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1626664160' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:15.193 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[100571]: 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-21T13:46:15.193 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[100571]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.193 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[100571]: from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.193 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[100571]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.193 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:15.193 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1626664160' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[104155]: 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-21T13:46:15.194 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[104155]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[104155]: from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[104155]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:15.194 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:14 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1626664160' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:15.829 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:46:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:46:15] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.51.0" 2024-09-21T13:46:15.829 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:15 smithi066 ceph-mon[104155]: Upgrade: Updating osd.2 2024-09-21T13:46:15.829 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:15 smithi066 ceph-mon[104155]: Deploying daemon osd.2 on smithi066 2024-09-21T13:46:15.830 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:15 smithi066 ceph-mon[104155]: from='client.54320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:15.830 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:15 smithi066 ceph-mon[100571]: Upgrade: Updating osd.2 2024-09-21T13:46:15.830 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:15 smithi066 ceph-mon[100571]: Deploying daemon osd.2 on smithi066 2024-09-21T13:46:15.830 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:15 smithi066 ceph-mon[100571]: from='client.54320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:16.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:15 smithi084 ceph-mon[88467]: Upgrade: Updating osd.2 2024-09-21T13:46:16.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:15 smithi084 ceph-mon[88467]: Deploying daemon osd.2 on smithi066 2024-09-21T13:46:16.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:15 smithi084 ceph-mon[88467]: from='client.54320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:16.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:15.953831424Z 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-21T13:46:16.918 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:16 smithi066 ceph-mon[100571]: 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-21T13:46:16.918 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:16 smithi066 ceph-mon[104155]: 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-21T13:46:17.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:16 smithi084 ceph-mon[88467]: 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-21T13:46:17.172 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:16 smithi066 systemd[1]: Stopping Ceph osd.2 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:46:17.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[46279]: 2024-09-21T13:46:17.204+0000 7fd20c2db640 -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-21T13:46:17.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[46279]: 2024-09-21T13:46:17.204+0000 7fd20c2db640 -1 osd.2 120 *** Got signal Terminated *** 2024-09-21T13:46:17.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[46279]: 2024-09-21T13:46:17.204+0000 7fd20c2db640 -1 osd.2 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:46:18.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:17 smithi084 ceph-mon[88467]: 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-21T13:46:18.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:17 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:18.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:17 smithi084 ceph-mon[88467]: osd.2 marked itself down and dead 2024-09-21T13:46:18.165 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-mon[100571]: 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-21T13:46:18.165 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:18.165 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-mon[100571]: osd.2 marked itself down and dead 2024-09-21T13:46:18.166 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-mon[104155]: 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-21T13:46:18.166 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:18.166 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:17 smithi066 ceph-mon[104155]: osd.2 marked itself down and dead 2024-09-21T13:46:18.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:18 smithi066 podman[120081]: 2024-09-21 13:46:18.233007292 +0000 UTC m=+1.137956175 container died 38faa443632a385f2fd06cab67884d057a0f5dd744683497f8f682b717e95e73 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, maintainer=Guillaume Abrioux , 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, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=squid-4e45e6b, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-21T13:46:18.779 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:18 smithi066 podman[120081]: 2024-09-21 13:46:18.612712949 +0000 UTC m=+1.517661818 container cleanup 38faa443632a385f2fd06cab67884d057a0f5dd744683497f8f682b717e95e73 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=squid-4e45e6b, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-21T13:46:18.779 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:18 smithi066 bash[120081]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2 2024-09-21T13:46:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:18 smithi084 ceph-mon[88467]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:46:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:18 smithi084 ceph-mon[88467]: osdmap e121: 8 total, 7 up, 8 in 2024-09-21T13:46:19.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:18.944470008Z 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-21T13:46:19.185 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:18 smithi066 ceph-mon[100571]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:46:19.185 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:18 smithi066 ceph-mon[100571]: osdmap e121: 8 total, 7 up, 8 in 2024-09-21T13:46:19.185 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:18 smithi066 ceph-mon[104155]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:46:19.186 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:18 smithi066 ceph-mon[104155]: osdmap e121: 8 total, 7 up, 8 in 2024-09-21T13:46:19.186 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:18 smithi066 podman[120107]: 2024-09-21 13:46:18.855942269 +0000 UTC m=+0.625284083 container remove 38faa443632a385f2fd06cab67884d057a0f5dd744683497f8f682b717e95e73 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, RELEASE=squid-4e45e6b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-21T13:46:19.438 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:19 smithi066 podman[120200]: 2024-09-21 13:46:19.087989257 +0000 UTC m=+0.016767105 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:19.438 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:19 smithi066 podman[120200]: 2024-09-21 13:46:19.189950727 +0000 UTC m=+0.118728604 container create a00a3b13004d485cd96de6bdb05fcfcb45b4ba0273765f7ce5e5055178ec4a95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-21T13:46:19.438 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:19 smithi066 podman[120200]: 2024-09-21 13:46:19.434412907 +0000 UTC m=+0.363190743 container init a00a3b13004d485cd96de6bdb05fcfcb45b4ba0273765f7ce5e5055178ec4a95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, 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, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731) 2024-09-21T13:46:19.744 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:19 smithi066 podman[120200]: 2024-09-21 13:46:19.438017234 +0000 UTC m=+0.366795070 container start a00a3b13004d485cd96de6bdb05fcfcb45b4ba0273765f7ce5e5055178ec4a95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-21T13:46:19.744 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:19 smithi066 podman[120200]: 2024-09-21 13:46:19.542983033 +0000 UTC m=+0.471760881 container attach a00a3b13004d485cd96de6bdb05fcfcb45b4ba0273765f7ce5e5055178ec4a95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-21T13:46:19.744 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:19 smithi066 podman[120200]: 2024-09-21 13:46:19.63167136 +0000 UTC m=+0.560449205 container died a00a3b13004d485cd96de6bdb05fcfcb45b4ba0273765f7ce5e5055178ec4a95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, 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, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2) 2024-09-21T13:46:20.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:19 smithi084 ceph-mon[88467]: osdmap e122: 8 total, 7 up, 8 in 2024-09-21T13:46:20.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:19 smithi084 ceph-mon[88467]: pgmap v191: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:46:20.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:19 smithi066 ceph-mon[100571]: osdmap e122: 8 total, 7 up, 8 in 2024-09-21T13:46:20.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:19 smithi066 ceph-mon[100571]: pgmap v191: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:46:20.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:19 smithi066 ceph-mon[104155]: osdmap e122: 8 total, 7 up, 8 in 2024-09-21T13:46:20.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:19 smithi066 ceph-mon[104155]: pgmap v191: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:46:20.689 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 podman[120223]: 2024-09-21 13:46:20.246116437 +0000 UTC m=+0.608172896 container remove a00a3b13004d485cd96de6bdb05fcfcb45b4ba0273765f7ce5e5055178ec4a95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, 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) 2024-09-21T13:46:20.689 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.2.service: Deactivated successfully. 2024-09-21T13:46:20.689 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 systemd[1]: Stopped Ceph osd.2 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:46:20.689 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.2.service: Consumed 12.463s CPU time. 2024-09-21T13:46:20.689 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 systemd[1]: Starting Ceph osd.2 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:46:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:20 smithi066 ceph-mon[100571]: Health check failed: Reduced data availability: 9 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2024-09-21T13:46:20.991 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:20 smithi066 ceph-mon[104155]: Health check failed: Reduced data availability: 9 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2024-09-21T13:46:20.992 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 podman[120320]: 2024-09-21 13:46:20.688826527 +0000 UTC m=+0.102495387 container create 2b4834c90efc56902229a6eb20746e98d6c108bce89c68632d42f5db7f8eae0c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-21T13:46:20.992 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 podman[120320]: 2024-09-21 13:46:20.602406859 +0000 UTC m=+0.016075729 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:20.992 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 podman[120320]: 2024-09-21 13:46:20.907847234 +0000 UTC m=+0.321516102 container init 2b4834c90efc56902229a6eb20746e98d6c108bce89c68632d42f5db7f8eae0c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-21T13:46:20.992 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 podman[120320]: 2024-09-21 13:46:20.912064974 +0000 UTC m=+0.325733832 container start 2b4834c90efc56902229a6eb20746e98d6c108bce89c68632d42f5db7f8eae0c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:46:20.992 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:20 smithi066 podman[120320]: 2024-09-21 13:46:20.991138347 +0000 UTC m=+0.404807217 container attach 2b4834c90efc56902229a6eb20746e98d6c108bce89c68632d42f5db7f8eae0c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:46:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:20 smithi084 ceph-mon[88467]: Health check failed: Reduced data availability: 9 pgs inactive, 10 pgs peering (PG_AVAILABILITY) 2024-09-21T13:46:21.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:46:21.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:21 smithi066 bash[120320]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:46:21.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:21 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:46:21.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:21 smithi066 bash[120320]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:46:22.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:21 smithi084 ceph-mon[88467]: pgmap v192: 161 pgs: 4 active+undersized, 40 peering, 2 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 19/636 objects degraded (2.987%) 2024-09-21T13:46:22.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:21.955578189Z 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-21T13:46:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:21 smithi066 ceph-mon[100571]: pgmap v192: 161 pgs: 4 active+undersized, 40 peering, 2 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 19/636 objects degraded (2.987%) 2024-09-21T13:46:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:21 smithi066 ceph-mon[104155]: pgmap v192: 161 pgs: 4 active+undersized, 40 peering, 2 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 19/636 objects degraded (2.987%) 2024-09-21T13:46:23.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:22 smithi084 ceph-mon[88467]: Health check failed: Degraded data redundancy: 19/636 objects degraded (2.987%), 2 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:23.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:22 smithi066 ceph-mon[100571]: Health check failed: Degraded data redundancy: 19/636 objects degraded (2.987%), 2 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:23.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:22 smithi066 ceph-mon[104155]: Health check failed: Degraded data redundancy: 19/636 objects degraded (2.987%), 2 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:24.073 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:23 smithi066 ceph-mon[100571]: pgmap v193: 161 pgs: 4 active+undersized, 40 peering, 2 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 19/636 objects degraded (2.987%) 2024-09-21T13:46:24.074 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:23 smithi066 ceph-mon[104155]: pgmap v193: 161 pgs: 4 active+undersized, 40 peering, 2 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 19/636 objects degraded (2.987%) 2024-09-21T13:46:24.074 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:46:24.074 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:23 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:46:24.074 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:23 smithi066 bash[120320]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:46:24.074 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:23 smithi066 bash[120320]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:46:24.074 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:46:24.074 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 bash[120320]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:46:24.074 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-21T13:46:24.074 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 bash[120320]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-21T13:46:24.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:23 smithi084 ceph-mon[88467]: pgmap v193: 161 pgs: 4 active+undersized, 40 peering, 2 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 19/636 objects degraded (2.987%) 2024-09-21T13:46:24.363 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-21T13:46:24.363 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 bash[120320]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-21T13:46:24.363 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-21T13:46:24.364 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 bash[120320]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-21T13:46:24.636 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-21T13:46:24.636 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 bash[120320]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-21T13:46:24.637 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-21T13:46:24.637 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 bash[120320]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-21T13:46:24.637 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-21T13:46:24.637 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 bash[120320]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-21T13:46:24.637 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate[120334]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-21T13:46:24.637 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 bash[120320]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-21T13:46:24.637 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 podman[120320]: 2024-09-21 13:46:24.39390283 +0000 UTC m=+3.807571704 container died 2b4834c90efc56902229a6eb20746e98d6c108bce89c68632d42f5db7f8eae0c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-21T13:46:25.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:24 smithi066 podman[120542]: 2024-09-21 13:46:24.944537448 +0000 UTC m=+0.539588602 container remove 2b4834c90efc56902229a6eb20746e98d6c108bce89c68632d42f5db7f8eae0c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-activate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:46:25.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:25 smithi066 podman[120602]: 2024-09-21 13:46:25.059514948 +0000 UTC m=+0.016928526 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:25.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:25 smithi066 podman[120602]: 2024-09-21 13:46:25.161917115 +0000 UTC m=+0.119330679 container create 3346cb6de3c57cd0b1339b08547b803212d02971046250c036d5fb62bf4f82f6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:46:25.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:24.949309596Z 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-21T13:46:25.725 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:25 smithi066 podman[120602]: 2024-09-21 13:46:25.42299062 +0000 UTC m=+0.380404187 container init 3346cb6de3c57cd0b1339b08547b803212d02971046250c036d5fb62bf4f82f6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True) 2024-09-21T13:46:25.726 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:25 smithi066 podman[120602]: 2024-09-21 13:46:25.426338595 +0000 UTC m=+0.383752160 container start 3346cb6de3c57cd0b1339b08547b803212d02971046250c036d5fb62bf4f82f6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-21T13:46:25.726 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-osd[120620]: -- 172.21.15.66:0/1487002717 <== mon.2 v2:172.21.15.66:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557cab209a40 con 0x557cabfd6400 2024-09-21T13:46:25.726 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:25 smithi066 bash[120602]: 3346cb6de3c57cd0b1339b08547b803212d02971046250c036d5fb62bf4f82f6 2024-09-21T13:46:25.726 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:25 smithi066 systemd[1]: Started Ceph osd.2 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:46:25.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:46:25] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.51.0" 2024-09-21T13:46:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[104155]: pgmap v194: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[104155]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 10 pgs peering) 2024-09-21T13:46:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[100571]: pgmap v194: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[100571]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 10 pgs peering) 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:26.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:25 smithi084 ceph-mon[88467]: pgmap v194: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:26.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:25 smithi084 ceph-mon[88467]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 10 pgs peering) 2024-09-21T13:46:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:26.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:26.744 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:26 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[120616]: 2024-09-21T13:46:26.583+0000 7f7a18e3e640 -1 Falling back to public interface 2024-09-21T13:46:27.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:26 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:27.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:26 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:27.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:26 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:28.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:27.956751674Z 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-21T13:46:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:28 smithi066 ceph-mon[100571]: pgmap v195: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1019 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:28 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:28 smithi066 ceph-mon[104155]: pgmap v195: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1019 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:28 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:28 smithi084 ceph-mon[88467]: pgmap v195: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1019 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:28 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:29.994 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:29 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[120616]: 2024-09-21T13:46:29.872+0000 7f7a18e3e640 -1 osd.2 120 log_to_monitors true 2024-09-21T13:46:30.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[100571]: pgmap v196: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:30.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 60/636 objects degraded (9.434%), 15 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:30.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[100571]: from='osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:46:30.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[100571]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:46:30.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:30.844 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:30.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[104155]: pgmap v196: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:30.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 60/636 objects degraded (9.434%), 15 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:30.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[104155]: from='osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:46:30.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[104155]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:46:30.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:30.845 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:30 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:30.944 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:30 smithi084 ceph-mon[88467]: pgmap v196: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:30.944 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:30 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 60/636 objects degraded (9.434%), 15 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:30.944 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:30 smithi084 ceph-mon[88467]: from='osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:46:30.944 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:30 smithi084 ceph-mon[88467]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T13:46:30.944 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:30 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:30.944 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:30 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:31.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:30.944219701Z 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-21T13:46:31.454 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[120616]: 2024-09-21T13:46:31.184+0000 7f7a0cbe0640 -1 osd.2 120 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:46:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[100571]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:46:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[100571]: osdmap e123: 8 total, 7 up, 8 in 2024-09-21T13:46:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[100571]: from='osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:46:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[100571]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:46:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:31.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[100571]: from='osd.2 ' entity='osd.2' 2024-09-21T13:46:31.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[104155]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:46:31.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[104155]: osdmap e123: 8 total, 7 up, 8 in 2024-09-21T13:46:31.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[104155]: from='osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:46:31.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[104155]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:46:31.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:31.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:31.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:31 smithi066 ceph-mon[104155]: from='osd.2 ' entity='osd.2' 2024-09-21T13:46:32.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:31 smithi084 ceph-mon[88467]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T13:46:32.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:31 smithi084 ceph-mon[88467]: osdmap e123: 8 total, 7 up, 8 in 2024-09-21T13:46:32.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:31 smithi084 ceph-mon[88467]: from='osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:46:32.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:31 smithi084 ceph-mon[88467]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:46:32.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:31 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:32.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:31 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:32.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:31 smithi084 ceph-mon[88467]: from='osd.2 ' entity='osd.2' 2024-09-21T13:46:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[104155]: pgmap v198: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[104155]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:46:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[104155]: osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040] boot 2024-09-21T13:46:32.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[104155]: osdmap e124: 8 total, 8 up, 8 in 2024-09-21T13:46:32.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:46:32.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[100571]: pgmap v198: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:32.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[100571]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:46:32.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[100571]: osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040] boot 2024-09-21T13:46:32.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[100571]: osdmap e124: 8 total, 8 up, 8 in 2024-09-21T13:46:32.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:46:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:32 smithi084 ceph-mon[88467]: pgmap v198: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:32 smithi084 ceph-mon[88467]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:46:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:32 smithi084 ceph-mon[88467]: osd.2 [v2:172.21.15.66:6818/3232393040,v1:172.21.15.66:6819/3232393040] boot 2024-09-21T13:46:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:32 smithi084 ceph-mon[88467]: osdmap e124: 8 total, 8 up, 8 in 2024-09-21T13:46:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T13:46:34.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:33.955162584Z 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-21T13:46:34.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:34 smithi084 ceph-mon[88467]: pgmap v200: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:34.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:34 smithi084 ceph-mon[88467]: osdmap e125: 8 total, 8 up, 8 in 2024-09-21T13:46:34.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:34 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:34.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:34 smithi066 ceph-mon[100571]: pgmap v200: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:34.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:34 smithi066 ceph-mon[100571]: osdmap e125: 8 total, 8 up, 8 in 2024-09-21T13:46:34.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:34 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:34.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:34 smithi066 ceph-mon[104155]: pgmap v200: 161 pgs: 31 active+undersized, 15 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:46:34.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:34 smithi066 ceph-mon[104155]: osdmap e125: 8 total, 8 up, 8 in 2024-09-21T13:46:34.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:34 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:46:35.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: Upgrade: Finalizing container_image settings 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:46:35.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:46:35.497 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: Upgrade: Finalizing container_image settings 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:46:35.498 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:46:35.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: Upgrade: Complete! 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.501 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: Upgrade: Complete! 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.502 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: Upgrade: Finalizing container_image settings 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:46:35.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: Upgrade: Complete! 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:46:35.621 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:46:35.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:35.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:35.622 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:35 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:46:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:46:35] "GET /metrics HTTP/1.1" 200 38351 "" "Prometheus/2.51.0" 2024-09-21T13:46:36.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:36 smithi066 ceph-mon[100571]: pgmap v202: 161 pgs: 29 peering, 14 active+undersized, 3 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 20/636 objects degraded (3.145%) 2024-09-21T13:46:36.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:36 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 20/636 objects degraded (3.145%), 3 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:36 smithi066 ceph-mon[104155]: pgmap v202: 161 pgs: 29 peering, 14 active+undersized, 3 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 20/636 objects degraded (3.145%) 2024-09-21T13:46:36.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:36 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 20/636 objects degraded (3.145%), 3 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:36 smithi084 ceph-mon[88467]: pgmap v202: 161 pgs: 29 peering, 14 active+undersized, 3 active+undersized+degraded, 115 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 20/636 objects degraded (3.145%) 2024-09-21T13:46:36.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:36 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 20/636 objects degraded (3.145%), 3 pgs degraded (PG_DEGRADED) 2024-09-21T13:46:37.240 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:36.952851412Z 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-21T13:46:37.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:37 smithi066 ceph-mon[100571]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/636 objects degraded (3.145%), 3 pgs degraded) 2024-09-21T13:46:37.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:37 smithi066 ceph-mon[100571]: Cluster is now healthy 2024-09-21T13:46:37.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:37 smithi066 ceph-mon[104155]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/636 objects degraded (3.145%), 3 pgs degraded) 2024-09-21T13:46:37.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:37 smithi066 ceph-mon[104155]: Cluster is now healthy 2024-09-21T13:46:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:37 smithi084 ceph-mon[88467]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/636 objects degraded (3.145%), 3 pgs degraded) 2024-09-21T13:46:37.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:37 smithi084 ceph-mon[88467]: Cluster is now healthy 2024-09-21T13:46:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:38 smithi066 ceph-mon[100571]: pgmap v203: 161 pgs: 29 peering, 132 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2024-09-21T13:46:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:38 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:38.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:38 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:38.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:38 smithi066 ceph-mon[104155]: pgmap v203: 161 pgs: 29 peering, 132 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2024-09-21T13:46:38.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:38 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:38.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:38 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:38 smithi084 ceph-mon[88467]: pgmap v203: 161 pgs: 29 peering, 132 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 832 B/s rd, 0 op/s 2024-09-21T13:46:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:38 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:38 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:40.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:39.94552473Z 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-21T13:46:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:40 smithi084 ceph-mon[88467]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:40 smithi066 ceph-mon[100571]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:41.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:40 smithi066 ceph-mon[104155]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:42 smithi084 ceph-mon[88467]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:42 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:43.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:42 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:43.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:42.947266498Z 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-21T13:46:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:42 smithi066 ceph-mon[100571]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:42 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:42 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:42 smithi066 ceph-mon[104155]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:42 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:42 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:44.842 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:44 smithi066 ceph-mon[100571]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:46:44.842 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:44 smithi066 ceph-mon[104155]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:46:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:44 smithi084 ceph-mon[88467]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:46:45.212 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:46:45.477 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:45.871 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:45 smithi066 ceph-mon[100571]: from='client.54332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:45.871 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:46:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:46:45] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.51.0" 2024-09-21T13:46:45.871 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:45 smithi066 ceph-mon[104155]: from='client.54332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:46.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:45 smithi084 ceph-mon[88467]: from='client.54332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:46.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:45.950624435Z 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-21T13:46:46.173 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:46:46.173 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (4m) 15s ago 25m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:46:46.173 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (4m) 3m ago 25m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:46:46.173 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (6m) 15s ago 25m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:46:46.173 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (6m) 3m ago 30m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:46:46.173 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (15m) 15s ago 31m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:46:46.173 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (3m) 15s ago 31m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (3m) 3m ago 30m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (2m) 15s ago 30m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (5m) 15s ago 25m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (5m) 3m ago 25m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (99s) 15s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (62s) 15s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (21s) 15s ago 28m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (28m) 15s ago 28m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (28m) 3m ago 28m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (27m) 3m ago 27m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (27m) 3m ago 27m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (26m) 3m ago 26m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:46:46.174 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (5m) 3m ago 26m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:46:46.175 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (25m) 15s ago 25m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:46:46.175 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (25m) 3m ago 25m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:46:46.889 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-21T13:46:47.046 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:46 smithi066 ceph-mon[100571]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-09-21T13:46:47.046 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:46 smithi066 ceph-mon[104155]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-09-21T13:46:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:46 smithi084 ceph-mon[88467]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 879 B/s rd, 0 op/s 2024-09-21T13:46:47.151 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:47.955 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:46:47.955 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:47 smithi066 ceph-mon[100571]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:47.955 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:47 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:47.956 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:47 smithi066 ceph-mon[104155]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:47.956 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:47 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:47 smithi084 ceph-mon[88467]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:47 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:48.602 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 8'"'"'' 2024-09-21T13:46:48.857 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:48.979 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:48 smithi066 ceph-mon[104155]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:48.979 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:48 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:48.979 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:48 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/3244428707' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:48.979 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:48 smithi066 ceph-mon[100571]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:48.979 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:48 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:48.979 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:48 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/3244428707' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:49.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:48 smithi084 ceph-mon[88467]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:49.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:48 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:49.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:48 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/3244428707' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:46:49.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:48.954907696Z 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-21T13:46:50.924 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:46:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:50 smithi084 ceph-mon[88467]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:51.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:50 smithi084 ceph-mon[88467]: from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:51.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:50 smithi066 ceph-mon[100571]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:51.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:50 smithi066 ceph-mon[100571]: from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:51.228 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:50 smithi066 ceph-mon[104155]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:51.229 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:50 smithi066 ceph-mon[104155]: from='client.44346 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:51.541 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade status' 2024-09-21T13:46:51.798 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:52.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:51 smithi084 ceph-mon[88467]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:52.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:51.958883368Z 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-21T13:46:52.140 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:51 smithi066 ceph-mon[100571]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:52.141 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:51 smithi066 ceph-mon[104155]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": null, 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": false, 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "", 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": null, 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "", 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:46:52.439 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:46:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:52 smithi084 ceph-mon[88467]: from='client.54356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:53.135 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:52 smithi066 ceph-mon[100571]: from='client.54356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:53.136 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:52 smithi066 ceph-mon[104155]: from='client.54356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:53.171 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:46:53.431 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:54.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:53 smithi084 ceph-mon[88467]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:54.180 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:46:54.180 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:53 smithi066 ceph-mon[100571]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:54.181 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:53 smithi066 ceph-mon[104155]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:54.926 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:54 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1318234414' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:46:54.927 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:54 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1318234414' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:46:54.961 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd' 2024-09-21T13:46:55.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:54 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1318234414' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:46:55.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:54.949069089Z 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-21T13:46:55.220 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:55 smithi066 ceph-mon[100571]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:55.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:55 smithi066 ceph-mon[104155]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:55.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:46:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:46:55] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.51.0" 2024-09-21T13:46:56.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:55 smithi084 ceph-mon[88467]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:46:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:56 smithi084 ceph-mon[88467]: from='client.44364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:56 smithi066 ceph-mon[100571]: from='client.44364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:57.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:56 smithi066 ceph-mon[104155]: from='client.44364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:46:57.279 INFO:teuthology.orchestra.run.smithi066.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:58.042 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:46:58.278 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:46:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:46:57.947417027Z 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-21T13:46:58.574 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:58.574 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:58.574 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:58.574 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:58.574 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:58.574 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[100571]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:58.575 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:46:58 smithi066 ceph-mon[104155]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:58.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:46:58.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:46:58.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:46:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:46:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:46:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:46:58.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:46:58 smithi084 ceph-mon[88467]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:46:59.168 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:46:59.907 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:47:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:47:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:47:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:47:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mgr 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mon 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all crash 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[100571]: Upgrade: osd.3 is safe to restart 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:47:00.473 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mgr 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mon 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all crash 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-21T13:47:00.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:00 smithi066 ceph-mon[104155]: Upgrade: osd.3 is safe to restart 2024-09-21T13:47:00.519 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:47:00.519 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (5m) 30s ago 26m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:47:00.519 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (4m) 4m ago 25m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:47:00.519 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (6m) 30s ago 25m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:47:00.519 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (6m) 4m ago 30m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:47:00.519 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (15m) 30s ago 31m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:47:00.519 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (3m) 30s ago 31m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:47:00.519 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (4m) 4m ago 30m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (3m) 30s ago 30m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (6m) 30s ago 25m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (5m) 4m ago 25m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (113s) 30s ago 30m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (76s) 30s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (35s) 30s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (28m) 30s ago 28m - 2992M 19.1.1-373-g4e45e6b4 164465d2334a fe513247c49f 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (28m) 4m ago 28m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (28m) 4m ago 27m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (27m) 4m ago 27m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (27m) 4m ago 27m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (5m) 4m ago 26m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (25m) 30s ago 25m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:47:00.520 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (25m) 4m ago 25m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:47:00.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mgr 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mon 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:00.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all crash 2024-09-21T13:47:00.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:00.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-21T13:47:00.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-21T13:47:00.620 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-mon[88467]: Upgrade: osd.3 is safe to restart 2024-09-21T13:47:00.883 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 5, 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:47:00.884 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:47:00.885 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:47:00.885 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:47:00.885 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:47:00.885 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 7, 2024-09-21T13:47:00.885 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 8 2024-09-21T13:47:00.885 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:47:00.885 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:47:01.203 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:47:01.203 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:47:01.203 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:47:01.204 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-21T13:47:01.204 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:47:01.204 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "3/8 daemons upgraded", 2024-09-21T13:47:01.204 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:47:01.204 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:47:01.204 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:47:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:00.945574017Z 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-21T13:47:01.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:01 smithi084 ceph-mon[88467]: from='client.44370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:01 smithi084 ceph-mon[88467]: from='client.54380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:01 smithi084 ceph-mon[88467]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:01 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/316519328' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:01.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:01.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T13:47:01.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:01.452 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[100571]: from='client.44370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.452 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[100571]: from='client.54380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[100571]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/316519328' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[104155]: from='client.44370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[104155]: from='client.54380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[104155]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/316519328' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T13:47:01.453 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:02.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:02 smithi066 ceph-mon[100571]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:47:02.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:02 smithi066 ceph-mon[100571]: Upgrade: Updating osd.3 2024-09-21T13:47:02.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:02 smithi066 ceph-mon[100571]: Deploying daemon osd.3 on smithi066 2024-09-21T13:47:02.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:02 smithi066 ceph-mon[100571]: from='client.44394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:02.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:02 smithi066 ceph-mon[104155]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:47:02.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:02 smithi066 ceph-mon[104155]: Upgrade: Updating osd.3 2024-09-21T13:47:02.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:02 smithi066 ceph-mon[104155]: Deploying daemon osd.3 on smithi066 2024-09-21T13:47:02.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:02 smithi066 ceph-mon[104155]: from='client.44394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:02.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:02 smithi084 ceph-mon[88467]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:47:02.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:02 smithi084 ceph-mon[88467]: Upgrade: Updating osd.3 2024-09-21T13:47:02.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:02 smithi084 ceph-mon[88467]: Deploying daemon osd.3 on smithi066 2024-09-21T13:47:02.619 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:02 smithi084 ceph-mon[88467]: from='client.44394 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:03.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:03 smithi066 systemd[1]: Stopping Ceph osd.3 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:47:04.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:04 smithi084 ceph-mon[88467]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:47:04.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:03.951457316Z 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-21T13:47:04.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:04 smithi066 ceph-mon[100571]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:47:04.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:04 smithi066 ceph-mon[104155]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:47:04.494 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:04 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[52363]: 2024-09-21T13:47:04.142+0000 7f688e424640 -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-21T13:47:04.494 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:04 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[52363]: 2024-09-21T13:47:04.142+0000 7f688e424640 -1 osd.3 125 *** Got signal Terminated *** 2024-09-21T13:47:04.495 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:04 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[52363]: 2024-09-21T13:47:04.142+0000 7f688e424640 -1 osd.3 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:47:05.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:05 smithi066 ceph-mon[100571]: osd.3 marked itself down and dead 2024-09-21T13:47:05.474 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:05 smithi066 ceph-mon[104155]: osd.3 marked itself down and dead 2024-09-21T13:47:05.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:05 smithi084 ceph-mon[88467]: osd.3 marked itself down and dead 2024-09-21T13:47:05.726 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:05 smithi066 podman[126024]: 2024-09-21 13:47:05.474136395 +0000 UTC m=+1.456030352 container died fe513247c49f63f531534ae197ab41e3225c5dec56a38c8356210f4416eaa889 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, RELEASE=squid-4e45e6b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-21T13:47:05.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:47:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:47:05] "GET /metrics HTTP/1.1" 200 38344 "" "Prometheus/2.51.0" 2024-09-21T13:47:05.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:05 smithi066 podman[126024]: 2024-09-21 13:47:05.933508384 +0000 UTC m=+1.915402340 container cleanup fe513247c49f63f531534ae197ab41e3225c5dec56a38c8356210f4416eaa889 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, RELEASE=squid-4e45e6b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_BRANCH=HEAD) 2024-09-21T13:47:05.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:05 smithi066 bash[126024]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3 2024-09-21T13:47:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:06 smithi066 ceph-mon[100571]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:47:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:06 smithi066 ceph-mon[100571]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:47:06.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:06 smithi066 ceph-mon[100571]: osdmap e126: 8 total, 7 up, 8 in 2024-09-21T13:47:06.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:06 smithi066 ceph-mon[104155]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:47:06.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:06 smithi066 ceph-mon[104155]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:47:06.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:06 smithi066 ceph-mon[104155]: osdmap e126: 8 total, 7 up, 8 in 2024-09-21T13:47:06.495 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:06 smithi066 podman[126039]: 2024-09-21 13:47:06.276748838 +0000 UTC m=+0.795801734 container remove fe513247c49f63f531534ae197ab41e3225c5dec56a38c8356210f4416eaa889 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, RELEASE=squid-4e45e6b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731) 2024-09-21T13:47:06.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:06 smithi084 ceph-mon[88467]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:47:06.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:06 smithi084 ceph-mon[88467]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:47:06.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:06 smithi084 ceph-mon[88467]: osdmap e126: 8 total, 7 up, 8 in 2024-09-21T13:47:06.913 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:06 smithi066 podman[126126]: 2024-09-21 13:47:06.518328077 +0000 UTC m=+0.016828666 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:47:06.913 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:06 smithi066 podman[126126]: 2024-09-21 13:47:06.627566963 +0000 UTC m=+0.126067588 container create 62fbf256479f43e24fa4908b16d0003917ae2c624f87bf193e317470948eda52 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True) 2024-09-21T13:47:06.913 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:06 smithi066 podman[126126]: 2024-09-21 13:47:06.829879145 +0000 UTC m=+0.328379726 container init 62fbf256479f43e24fa4908b16d0003917ae2c624f87bf193e317470948eda52 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True) 2024-09-21T13:47:06.914 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:06 smithi066 podman[126126]: 2024-09-21 13:47:06.833387358 +0000 UTC m=+0.331887943 container start 62fbf256479f43e24fa4908b16d0003917ae2c624f87bf193e317470948eda52 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-21T13:47:06.914 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:06 smithi066 podman[126126]: 2024-09-21 13:47:06.913251714 +0000 UTC m=+0.411752307 container attach 62fbf256479f43e24fa4908b16d0003917ae2c624f87bf193e317470948eda52 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS) 2024-09-21T13:47:07.164 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:07 smithi066 ceph-mon[100571]: osdmap e127: 8 total, 7 up, 8 in 2024-09-21T13:47:07.164 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:07 smithi066 podman[126126]: 2024-09-21 13:47:07.028764565 +0000 UTC m=+0.527265144 container died 62fbf256479f43e24fa4908b16d0003917ae2c624f87bf193e317470948eda52 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, org.label-schema.vendor=CentOS, ceph=True, 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, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:47:07.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:07 smithi084 ceph-mon[88467]: osdmap e127: 8 total, 7 up, 8 in 2024-09-21T13:47:07.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:06.944213863Z 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-21T13:47:07.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:07 smithi066 ceph-mon[104155]: osdmap e127: 8 total, 7 up, 8 in 2024-09-21T13:47:07.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:07 smithi066 podman[126148]: 2024-09-21 13:47:07.725398287 +0000 UTC m=+0.686747011 container remove 62fbf256479f43e24fa4908b16d0003917ae2c624f87bf193e317470948eda52 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:47:07.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:07 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.3.service: Deactivated successfully. 2024-09-21T13:47:07.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:07 smithi066 systemd[1]: Stopped Ceph osd.3 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:47:07.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:07 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.3.service: Consumed 16.288s CPU time. 2024-09-21T13:47:07.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:07 smithi066 systemd[1]: Starting Ceph osd.3 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:47:08.412 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:08 smithi066 ceph-mon[100571]: pgmap v220: 161 pgs: 6 peering, 26 stale+active+clean, 129 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:47:08.412 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:08 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:08.413 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:08 smithi066 ceph-mon[104155]: pgmap v220: 161 pgs: 6 peering, 26 stale+active+clean, 129 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:47:08.413 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:08 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:08.413 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 podman[126246]: 2024-09-21 13:47:08.080876259 +0000 UTC m=+0.016842144 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:47:08.413 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 podman[126246]: 2024-09-21 13:47:08.192777021 +0000 UTC m=+0.128742886 container create 956a2b78ed60a4455f516bffd4447e729b3fed2391a7f21ce2c96f7fc45c62f1 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate, GIT_CLEAN=True, ceph=True, 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, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-21T13:47:08.413 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 podman[126246]: 2024-09-21 13:47:08.41242057 +0000 UTC m=+0.348386445 container init 956a2b78ed60a4455f516bffd4447e729b3fed2391a7f21ce2c96f7fc45c62f1 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:47:08.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:08 smithi084 ceph-mon[88467]: pgmap v220: 161 pgs: 6 peering, 26 stale+active+clean, 129 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:47:08.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:08 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:08.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 podman[126246]: 2024-09-21 13:47:08.416612331 +0000 UTC m=+0.352578206 container start 956a2b78ed60a4455f516bffd4447e729b3fed2391a7f21ce2c96f7fc45c62f1 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, 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, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-21T13:47:08.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 podman[126246]: 2024-09-21 13:47:08.487054979 +0000 UTC m=+0.423020845 container attach 956a2b78ed60a4455f516bffd4447e729b3fed2391a7f21ce2c96f7fc45c62f1 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True) 2024-09-21T13:47:08.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:08.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 bash[126246]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:08.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:08.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:08 smithi066 bash[126246]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:09.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:09 smithi066 ceph-mon[100571]: Health check failed: Degraded data redundancy: 63/636 objects degraded (9.906%), 19 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:09.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:09 smithi066 ceph-mon[104155]: Health check failed: Degraded data redundancy: 63/636 objects degraded (9.906%), 19 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:09.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:09 smithi084 ceph-mon[88467]: Health check failed: Degraded data redundancy: 63/636 objects degraded (9.906%), 19 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:10.216 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:09.950721415Z 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-21T13:47:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:10 smithi066 ceph-mon[100571]: pgmap v221: 161 pgs: 28 active+undersized, 6 peering, 6 stale+active+clean, 19 active+undersized+degraded, 102 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 63/636 objects degraded (9.906%) 2024-09-21T13:47:10.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:10 smithi066 ceph-mon[104155]: pgmap v221: 161 pgs: 28 active+undersized, 6 peering, 6 stale+active+clean, 19 active+undersized+degraded, 102 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 63/636 objects degraded (9.906%) 2024-09-21T13:47:10.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:10 smithi084 ceph-mon[88467]: pgmap v221: 161 pgs: 28 active+undersized, 6 peering, 6 stale+active+clean, 19 active+undersized+degraded, 102 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 63/636 objects degraded (9.906%) 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-09-21T13:47:11.745 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-09-21T13:47:12.157 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-21T13:47:12.157 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate[126261]: --> ceph-volume lvm activate successful for osd ID: 3 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 bash[126246]: --> ceph-volume lvm activate successful for osd ID: 3 2024-09-21T13:47:12.158 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:11 smithi066 podman[126246]: 2024-09-21 13:47:11.871160748 +0000 UTC m=+3.807126627 container died 956a2b78ed60a4455f516bffd4447e729b3fed2391a7f21ce2c96f7fc45c62f1 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-21T13:47:12.448 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:12 smithi066 ceph-mon[100571]: pgmap v222: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:12.449 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:12 smithi066 ceph-mon[104155]: pgmap v222: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:12.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:12 smithi084 ceph-mon[88467]: pgmap v222: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:12.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:12 smithi066 podman[126477]: 2024-09-21 13:47:12.448589418 +0000 UTC m=+0.570894156 container remove 956a2b78ed60a4455f516bffd4447e729b3fed2391a7f21ce2c96f7fc45c62f1 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-activate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS) 2024-09-21T13:47:12.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:12 smithi066 podman[126538]: 2024-09-21 13:47:12.561989007 +0000 UTC m=+0.017002160 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:47:12.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:12 smithi066 podman[126538]: 2024-09-21 13:47:12.674357913 +0000 UTC m=+0.129371055 container create d021ca2303ff802fb46f2fe096c33924f74d769fd8d526839d9cb618e2ff6ff8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:47:13.244 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:12 smithi066 podman[126538]: 2024-09-21 13:47:12.926875033 +0000 UTC m=+0.381888185 container init d021ca2303ff802fb46f2fe096c33924f74d769fd8d526839d9cb618e2ff6ff8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-21T13:47:13.244 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:12 smithi066 podman[126538]: 2024-09-21 13:47:12.930775512 +0000 UTC m=+0.385788657 container start d021ca2303ff802fb46f2fe096c33924f74d769fd8d526839d9cb618e2ff6ff8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-21T13:47:13.244 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:12 smithi066 ceph-osd[126557]: -- 172.21.15.66:0/581058152 <== mon.2 v2:172.21.15.66:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x559d2b8bda40 con 0x559d2b89bc00 2024-09-21T13:47:13.244 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:12 smithi066 bash[126538]: d021ca2303ff802fb46f2fe096c33924f74d769fd8d526839d9cb618e2ff6ff8 2024-09-21T13:47:13.244 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:12 smithi066 systemd[1]: Started Ceph osd.3 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:47:13.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:12.949312079Z 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-21T13:47:13.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:13 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:13.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:13 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:13.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:13 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:13.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:13 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:13.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:13 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:13.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:13 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:13.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:13 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:13.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:13 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:13 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:13 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:13 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:13 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:14.812 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:14 smithi066 ceph-mon[100571]: pgmap v223: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:14.812 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:14 smithi066 ceph-mon[104155]: pgmap v223: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:14 smithi084 ceph-mon[88467]: pgmap v223: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:15.210 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:14 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[126552]: 2024-09-21T13:47:14.810+0000 7fe1ce81e640 -1 Falling back to public interface 2024-09-21T13:47:15.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:15 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 82/636 objects degraded (12.893%), 26 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:15.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:15 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 82/636 objects degraded (12.893%), 26 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:15.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:47:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:47:15] "GET /metrics HTTP/1.1" 200 38338 "" "Prometheus/2.51.0" 2024-09-21T13:47:15.951 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:15 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 82/636 objects degraded (12.893%), 26 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:16.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:15.950659353Z 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-21T13:47:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:16 smithi066 ceph-mon[100571]: pgmap v224: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:16 smithi066 ceph-mon[104155]: pgmap v224: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:17.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:16 smithi084 ceph-mon[88467]: pgmap v224: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:18.244 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[126552]: 2024-09-21T13:47:18.101+0000 7fe1ce81e640 -1 osd.3 125 log_to_monitors true 2024-09-21T13:47:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[100571]: pgmap v225: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:18.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[104155]: pgmap v225: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:18 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:18 smithi084 ceph-mon[88467]: pgmap v225: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:18 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:18 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:18 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:18.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:18 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:18.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:18 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:19.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:19 smithi066 ceph-mon[100571]: from='osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T13:47:19.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:19 smithi066 ceph-mon[100571]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T13:47:19.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:19 smithi066 ceph-mon[104155]: from='osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T13:47:19.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:19 smithi066 ceph-mon[104155]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T13:47:19.245 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:47:19 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[126552]: 2024-09-21T13:47:19.049+0000 7fe1c65c8640 -1 osd.3 125 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:47:19.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:19 smithi084 ceph-mon[88467]: from='osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T13:47:19.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:19 smithi084 ceph-mon[88467]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T13:47:19.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:18.958486205Z 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-21T13:47:20.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[100571]: pgmap v226: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:20.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[100571]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T13:47:20.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[100571]: osdmap e128: 8 total, 7 up, 8 in 2024-09-21T13:47:20.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[100571]: from='osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:47:20.352 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[100571]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:47:20.353 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[104155]: pgmap v226: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:20.353 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[104155]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T13:47:20.353 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[104155]: osdmap e128: 8 total, 7 up, 8 in 2024-09-21T13:47:20.353 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[104155]: from='osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:47:20.353 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-mon[104155]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:47:20.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:20 smithi084 ceph-mon[88467]: pgmap v226: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 82/636 objects degraded (12.893%) 2024-09-21T13:47:20.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:20 smithi084 ceph-mon[88467]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T13:47:20.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:20 smithi084 ceph-mon[88467]: osdmap e128: 8 total, 7 up, 8 in 2024-09-21T13:47:20.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:20 smithi084 ceph-mon[88467]: from='osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:47:20.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:20 smithi084 ceph-mon[88467]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]} : dispatch 2024-09-21T13:47:20.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:47:20 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:47:20.825+0000 7fbcbbd4d640 -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-21T13:47:21.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:47:21.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799] boot 2024-09-21T13:47:21.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: osdmap e129: 8 total, 8 up, 8 in 2024-09-21T13:47:21.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T13:47:21.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:21.367 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799] boot 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: osdmap e129: 8 total, 8 up, 8 in 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.368 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: osd.3 [v2:172.21.15.66:6826/3201653799,v1:172.21.15.66:6827/3201653799] boot 2024-09-21T13:47:21.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: osdmap e129: 8 total, 8 up, 8 in 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:21.370 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-21T13:47:22.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:21.944330766Z 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-21T13:47:22.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:22 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-21T13:47:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:22 smithi084 ceph-mon[88467]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:47:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:22 smithi084 ceph-mon[88467]: pgmap v229: 161 pgs: 12 peering, 33 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 71/636 objects degraded (11.164%) 2024-09-21T13:47:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:22 smithi084 ceph-mon[88467]: osdmap e130: 8 total, 8 up, 8 in 2024-09-21T13:47:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:22 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 71/636 objects degraded (11.164%), 21 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-21T13:47:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[104155]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:47:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[104155]: pgmap v229: 161 pgs: 12 peering, 33 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 71/636 objects degraded (11.164%) 2024-09-21T13:47:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[104155]: osdmap e130: 8 total, 8 up, 8 in 2024-09-21T13:47:22.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 71/636 objects degraded (11.164%), 21 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-21T13:47:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[100571]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:47:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[100571]: pgmap v229: 161 pgs: 12 peering, 33 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 71/636 objects degraded (11.164%) 2024-09-21T13:47:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[100571]: osdmap e130: 8 total, 8 up, 8 in 2024-09-21T13:47:22.495 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:22 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 71/636 objects degraded (11.164%), 21 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:24.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:24 smithi084 ceph-mon[88467]: pgmap v231: 161 pgs: 12 peering, 33 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 71/636 objects degraded (11.164%) 2024-09-21T13:47:24.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:24 smithi066 ceph-mon[100571]: pgmap v231: 161 pgs: 12 peering, 33 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 71/636 objects degraded (11.164%) 2024-09-21T13:47:24.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:24 smithi066 ceph-mon[104155]: pgmap v231: 161 pgs: 12 peering, 33 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 71/636 objects degraded (11.164%) 2024-09-21T13:47:25.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:25 smithi084 ceph-mon[88467]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/636 objects degraded (11.164%), 21 pgs degraded) 2024-09-21T13:47:25.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:25 smithi084 ceph-mon[88467]: Cluster is now healthy 2024-09-21T13:47:25.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:24.945108177Z 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-21T13:47:25.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:25 smithi066 ceph-mon[104155]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/636 objects degraded (11.164%), 21 pgs degraded) 2024-09-21T13:47:25.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:25 smithi066 ceph-mon[104155]: Cluster is now healthy 2024-09-21T13:47:25.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:25 smithi066 ceph-mon[100571]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/636 objects degraded (11.164%), 21 pgs degraded) 2024-09-21T13:47:25.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:25 smithi066 ceph-mon[100571]: Cluster is now healthy 2024-09-21T13:47:25.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:47:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:47:25] "GET /metrics HTTP/1.1" 200 38338 "" "Prometheus/2.51.0" 2024-09-21T13:47:26.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:26 smithi084 ceph-mon[88467]: pgmap v232: 161 pgs: 12 peering, 149 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:26.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:26 smithi066 ceph-mon[100571]: pgmap v232: 161 pgs: 12 peering, 149 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:26 smithi066 ceph-mon[104155]: pgmap v232: 161 pgs: 12 peering, 149 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:28.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:27.958396457Z 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-21T13:47:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:28 smithi066 ceph-mon[100571]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:28 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:28 smithi066 ceph-mon[104155]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:28 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:28 smithi084 ceph-mon[88467]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:28 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:29.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:29.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:30.947 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:30 smithi084 ceph-mon[88467]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:30 smithi066 ceph-mon[100571]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:30 smithi066 ceph-mon[104155]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:31.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:30.94722902Z 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-21T13:47:31.521 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:47:32.110 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:47:32.110 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (5m) 15s ago 26m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:47:32.110 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (5m) 4m ago 26m 71.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (6m) 15s ago 26m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (6m) 4m ago 30m 453M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (16m) 15s ago 32m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (3m) 15s ago 32m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (4m) 4m ago 31m 18.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (3m) 15s ago 31m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (6m) 15s ago 26m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (6m) 4m ago 26m 10.1M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (2m) 15s ago 30m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (108s) 15s ago 30m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (67s) 15s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (19s) 15s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:47:32.111 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (28m) 4m ago 28m 55.8M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 241dccfc2425 2024-09-21T13:47:32.112 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (28m) 4m ago 28m 53.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:47:32.112 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (28m) 4m ago 28m 61.7M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:47:32.112 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (27m) 4m ago 27m 57.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:47:32.112 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (6m) 4m ago 27m 42.7M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:47:32.112 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (26m) 15s ago 26m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:47:32.112 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (26m) 4m ago 26m 89.5M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:47:32.464 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:47:32.464 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:47:32.464 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:47:32.464 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 4, 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 4 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 6, 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 9 2024-09-21T13:47:32.465 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:47:32.466 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:47:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:32 smithi066 ceph-mon[104155]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:32 smithi066 ceph-mon[104155]: from='client.44406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:32.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:32 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1433802268' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:32.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:32 smithi066 ceph-mon[100571]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:32.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:32 smithi066 ceph-mon[100571]: from='client.44406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:32.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:32 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1433802268' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "4/8 daemons upgraded", 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:47:32.770 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:47:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:32 smithi084 ceph-mon[88467]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:32 smithi084 ceph-mon[88467]: from='client.44406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:32 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1433802268' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:34.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:33.947560182Z 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-21T13:47:34.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:33 smithi084 ceph-mon[88467]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:34.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:33 smithi084 ceph-mon[88467]: from='client.54422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:34.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:33 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:34.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:33 smithi084 ceph-mon[88467]: from='client.54434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:33 smithi066 ceph-mon[100571]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:33 smithi066 ceph-mon[100571]: from='client.54422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:33 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:33 smithi066 ceph-mon[100571]: from='client.54434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:34.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:33 smithi066 ceph-mon[104155]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:33 smithi066 ceph-mon[104155]: from='client.54422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:33 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:33 smithi066 ceph-mon[104155]: from='client.54434 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:47:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:34 smithi084 ceph-mon[88467]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:35.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:34 smithi066 ceph-mon[100571]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:35.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:34 smithi066 ceph-mon[104155]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-09-21T13:47:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:47:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:47:35] "GET /metrics HTTP/1.1" 200 38338 "" "Prometheus/2.51.0" 2024-09-21T13:47:37.086 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:36 smithi066 ceph-mon[100571]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T13:47:37.086 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:36 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-21T13:47:37.086 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:36 smithi066 ceph-mon[104155]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T13:47:37.086 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:36 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-21T13:47:37.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:36.954971614Z 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-21T13:47:37.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:36 smithi084 ceph-mon[88467]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T13:47:37.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:36 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-21T13:47:37.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:37 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-21T13:47:37.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:37 smithi084 ceph-mon[88467]: Upgrade: osd.4 is safe to restart 2024-09-21T13:47:37.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:37 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:37.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:37 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T13:47:37.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:37 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:38.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-21T13:47:38.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[104155]: Upgrade: osd.4 is safe to restart 2024-09-21T13:47:38.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:38.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T13:47:38.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:38.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-21T13:47:38.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[100571]: Upgrade: osd.4 is safe to restart 2024-09-21T13:47:38.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:38.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T13:47:38.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:37 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:38 smithi084 ceph-mon[88467]: pgmap v238: 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-21T13:47:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:38 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:38 smithi084 ceph-mon[88467]: Upgrade: Updating osd.4 2024-09-21T13:47:38.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:38 smithi084 ceph-mon[88467]: Deploying daemon osd.4 on smithi084 2024-09-21T13:47:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:38 smithi066 ceph-mon[100571]: pgmap v238: 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-21T13:47:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:38 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:38 smithi066 ceph-mon[100571]: Upgrade: Updating osd.4 2024-09-21T13:47:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:38 smithi066 ceph-mon[100571]: Deploying daemon osd.4 on smithi084 2024-09-21T13:47:39.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:38 smithi066 ceph-mon[104155]: pgmap v238: 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-21T13:47:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:38 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:38 smithi066 ceph-mon[104155]: Upgrade: Updating osd.4 2024-09-21T13:47:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:38 smithi066 ceph-mon[104155]: Deploying daemon osd.4 on smithi084 2024-09-21T13:47:40.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:39 smithi084 ceph-mon[88467]: pgmap v239: 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-21T13:47:40.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:39.952015617Z 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-21T13:47:40.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:39 smithi066 ceph-mon[104155]: pgmap v239: 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-21T13:47:40.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:39 smithi066 ceph-mon[100571]: pgmap v239: 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-21T13:47:40.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:40 smithi084 systemd[1]: Stopping Ceph osd.4 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:47:40.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[32418]: 2024-09-21T13:47:40.358+0000 7f7b279cc640 -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-21T13:47:40.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[32418]: 2024-09-21T13:47:40.358+0000 7f7b279cc640 -1 osd.4 130 *** Got signal Terminated *** 2024-09-21T13:47:40.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:40 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[32418]: 2024-09-21T13:47:40.358+0000 7f7b279cc640 -1 osd.4 130 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:47:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:40 smithi084 ceph-mon[88467]: osd.4 marked itself down and dead 2024-09-21T13:47:41.122 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:40 smithi066 ceph-mon[100571]: osd.4 marked itself down and dead 2024-09-21T13:47:41.122 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:40 smithi066 ceph-mon[104155]: osd.4 marked itself down and dead 2024-09-21T13:47:41.527 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:41 smithi084 podman[92845]: 2024-09-21 13:47:41.237289885 +0000 UTC m=+0.971545040 container died 241dccfc24254b3421ece5b36eff5e795eb5ba1e503c4178eff54ca90fdad6e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, GIT_BRANCH=HEAD, RELEASE=squid-4e45e6b, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-21T13:47:41.794 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:41 smithi084 podman[92845]: 2024-09-21 13:47:41.63429864 +0000 UTC m=+1.368553789 container cleanup 241dccfc24254b3421ece5b36eff5e795eb5ba1e503c4178eff54ca90fdad6e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, RELEASE=squid-4e45e6b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-21T13:47:41.794 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:41 smithi084 bash[92845]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4 2024-09-21T13:47:41.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:41 smithi066 ceph-mon[100571]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:47:41.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:41 smithi066 ceph-mon[100571]: osdmap e131: 8 total, 7 up, 8 in 2024-09-21T13:47:41.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:41 smithi066 ceph-mon[100571]: pgmap v241: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:47:41.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:41 smithi066 ceph-mon[104155]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:47:41.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:41 smithi066 ceph-mon[104155]: osdmap e131: 8 total, 7 up, 8 in 2024-09-21T13:47:41.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:41 smithi066 ceph-mon[104155]: pgmap v241: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:47:42.118 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:41 smithi084 podman[92861]: 2024-09-21 13:47:41.885991612 +0000 UTC m=+0.642598107 container remove 241dccfc24254b3421ece5b36eff5e795eb5ba1e503c4178eff54ca90fdad6e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=squid-4e45e6b, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-21T13:47:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:41 smithi084 ceph-mon[88467]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:47:42.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:41 smithi084 ceph-mon[88467]: osdmap e131: 8 total, 7 up, 8 in 2024-09-21T13:47:42.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:41 smithi084 ceph-mon[88467]: pgmap v241: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:47:42.597 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:42 smithi084 podman[92953]: 2024-09-21 13:47:42.1449521 +0000 UTC m=+0.016345257 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:47:42.598 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:42 smithi084 podman[92953]: 2024-09-21 13:47:42.253422679 +0000 UTC m=+0.124815897 container create ce7d7bf0d0a2eba4e195b5ab9b3343c15db1ab88f2f7a8a77dcc4cd24008a326 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:47:42.598 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:42 smithi084 podman[92953]: 2024-09-21 13:47:42.472178281 +0000 UTC m=+0.343571425 container init ce7d7bf0d0a2eba4e195b5ab9b3343c15db1ab88f2f7a8a77dcc4cd24008a326 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:47:42.598 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:42 smithi084 podman[92953]: 2024-09-21 13:47:42.475505373 +0000 UTC m=+0.346898516 container start ce7d7bf0d0a2eba4e195b5ab9b3343c15db1ab88f2f7a8a77dcc4cd24008a326 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, 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, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-21T13:47:42.598 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:42 smithi084 podman[92953]: 2024-09-21 13:47:42.597589986 +0000 UTC m=+0.468983158 container attach ce7d7bf0d0a2eba4e195b5ab9b3343c15db1ab88f2f7a8a77dcc4cd24008a326 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, ceph=True) 2024-09-21T13:47:42.868 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:42 smithi084 podman[92953]: 2024-09-21 13:47:42.671478031 +0000 UTC m=+0.542871184 container died ce7d7bf0d0a2eba4e195b5ab9b3343c15db1ab88f2f7a8a77dcc4cd24008a326 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:47:42.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:42 smithi084 ceph-mon[88467]: osdmap e132: 8 total, 7 up, 8 in 2024-09-21T13:47:42.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:42 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:42.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:42 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:42 smithi066 ceph-mon[104155]: osdmap e132: 8 total, 7 up, 8 in 2024-09-21T13:47:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:42 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:42 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:42 smithi066 ceph-mon[100571]: osdmap e132: 8 total, 7 up, 8 in 2024-09-21T13:47:43.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:42 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:43.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:42 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:43.267 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:42.945757951Z 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-21T13:47:43.618 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 podman[92976]: 2024-09-21 13:47:43.26778796 +0000 UTC m=+0.590455337 container remove ce7d7bf0d0a2eba4e195b5ab9b3343c15db1ab88f2f7a8a77dcc4cd24008a326 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, 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.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-21T13:47:43.618 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.4.service: Deactivated successfully. 2024-09-21T13:47:43.619 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 systemd[1]: Stopped Ceph osd.4 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:47:43.619 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.4.service: Consumed 15.164s CPU time. 2024-09-21T13:47:43.619 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 systemd[1]: Starting Ceph osd.4 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:47:43.979 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:43 smithi084 ceph-mon[88467]: pgmap v243: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:47:43.979 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 podman[93075]: 2024-09-21 13:47:43.605451075 +0000 UTC m=+0.015823345 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:47:43.980 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 podman[93075]: 2024-09-21 13:47:43.777265414 +0000 UTC m=+0.187637674 container create 99192b937e72b08e95b4abeb48d2c28ece70e17e720d231862120ac34882245f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, 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, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:47:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:43 smithi066 ceph-mon[100571]: pgmap v243: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:47:44.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:43 smithi066 ceph-mon[104155]: pgmap v243: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:47:44.368 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 podman[93075]: 2024-09-21 13:47:43.979661337 +0000 UTC m=+0.390033602 container init 99192b937e72b08e95b4abeb48d2c28ece70e17e720d231862120ac34882245f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:47:44.368 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:43 smithi084 podman[93075]: 2024-09-21 13:47:43.982940783 +0000 UTC m=+0.393313049 container start 99192b937e72b08e95b4abeb48d2c28ece70e17e720d231862120ac34882245f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-21T13:47:44.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:44 smithi084 podman[93075]: 2024-09-21 13:47:44.054532423 +0000 UTC m=+0.464904694 container attach 99192b937e72b08e95b4abeb48d2c28ece70e17e720d231862120ac34882245f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-21T13:47:44.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:44 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:44.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:44 smithi084 bash[93075]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:44.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:44 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:44.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:44 smithi084 bash[93075]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:45.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:44 smithi066 ceph-mon[100571]: Health check failed: Degraded data redundancy: 88/636 objects degraded (13.836%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:45.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:44 smithi066 ceph-mon[104155]: Health check failed: Degraded data redundancy: 88/636 objects degraded (13.836%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:45.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:44 smithi084 ceph-mon[88467]: Health check failed: Degraded data redundancy: 88/636 objects degraded (13.836%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:45.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:45 smithi066 ceph-mon[100571]: pgmap v244: 161 pgs: 31 active+undersized, 6 stale+active+clean, 20 active+undersized+degraded, 104 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 88/636 objects degraded (13.836%) 2024-09-21T13:47:45.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:45 smithi066 ceph-mon[104155]: pgmap v244: 161 pgs: 31 active+undersized, 6 stale+active+clean, 20 active+undersized+degraded, 104 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 88/636 objects degraded (13.836%) 2024-09-21T13:47:45.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:47:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:47:45] "GET /metrics HTTP/1.1" 200 38342 "" "Prometheus/2.51.0" 2024-09-21T13:47:46.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:45 smithi084 ceph-mon[88467]: pgmap v244: 161 pgs: 31 active+undersized, 6 stale+active+clean, 20 active+undersized+degraded, 104 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 88/636 objects degraded (13.836%) 2024-09-21T13:47:46.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:45.944116729Z 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-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-09-21T13:47:47.369 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-09-21T13:47:47.717 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-21T13:47:47.717 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-21T13:47:47.717 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-09-21T13:47:47.717 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-09-21T13:47:47.717 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-21T13:47:47.717 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-21T13:47:47.717 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-21T13:47:47.717 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-21T13:47:47.718 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate[93090]: --> ceph-volume lvm activate successful for osd ID: 4 2024-09-21T13:47:47.718 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 bash[93075]: --> ceph-volume lvm activate successful for osd ID: 4 2024-09-21T13:47:47.718 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:47 smithi084 podman[93075]: 2024-09-21 13:47:47.411006434 +0000 UTC m=+3.821378702 container died 99192b937e72b08e95b4abeb48d2c28ece70e17e720d231862120ac34882245f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-21T13:47:47.999 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-mon[88467]: 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; 255 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:48.000 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:47 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:47 smithi066 ceph-mon[100571]: 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; 255 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:47 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:48.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:47 smithi066 ceph-mon[104155]: 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; 255 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:48.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:47 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:48.317 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:48 smithi084 podman[93309]: 2024-09-21 13:47:47.999791444 +0000 UTC m=+0.579226235 container remove 99192b937e72b08e95b4abeb48d2c28ece70e17e720d231862120ac34882245f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-activate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-21T13:47:48.317 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:48 smithi084 podman[93367]: 2024-09-21 13:47:48.110276495 +0000 UTC m=+0.015904024 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:47:48.317 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:48 smithi084 podman[93367]: 2024-09-21 13:47:48.217197206 +0000 UTC m=+0.122824764 container create 7931a60610e06322ce7f2a8a792bf06594b43862bcae56de89a38d4f22d2ff50 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:47:48.868 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:48 smithi084 podman[93367]: 2024-09-21 13:47:48.410976482 +0000 UTC m=+0.316604002 container init 7931a60610e06322ce7f2a8a792bf06594b43862bcae56de89a38d4f22d2ff50 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, 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 , CEPH_POINT_RELEASE=) 2024-09-21T13:47:48.869 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:48 smithi084 podman[93367]: 2024-09-21 13:47:48.415054899 +0000 UTC m=+0.320682415 container start 7931a60610e06322ce7f2a8a792bf06594b43862bcae56de89a38d4f22d2ff50 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731) 2024-09-21T13:47:48.869 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:48 smithi084 ceph-osd[93386]: -- 172.21.15.84:0/345268949 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55773df67a40 con 0x55773ed36000 2024-09-21T13:47:48.869 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:48 smithi084 bash[93367]: 7931a60610e06322ce7f2a8a792bf06594b43862bcae56de89a38d4f22d2ff50 2024-09-21T13:47:48.869 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:48 smithi084 systemd[1]: Started Ceph osd.4 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:47:49.241 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:48.953889276Z 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-21T13:47:49.843 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:49 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:49.843 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:49 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:49.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:49 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:49.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:49 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:49.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:49 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:49.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:49 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:50.118 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:50 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:47:50.056+0000 7f2559f94640 -1 Falling back to public interface 2024-09-21T13:47:50.823 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:50 smithi084 ceph-mon[88467]: 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; 108/636 objects degraded (16.981%) 2024-09-21T13:47:50.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:50 smithi066 ceph-mon[100571]: 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; 108/636 objects degraded (16.981%) 2024-09-21T13:47:50.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:50 smithi066 ceph-mon[104155]: 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; 108/636 objects degraded (16.981%) 2024-09-21T13:47:52.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:51.958737771Z 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-21T13:47:52.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:52 smithi084 ceph-mon[88467]: pgmap v247: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:52.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:52 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:52.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:52 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:52 smithi066 ceph-mon[100571]: pgmap v247: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:52 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:52 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:52 smithi066 ceph-mon[104155]: pgmap v247: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:52 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:52.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:52 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:53.748 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:53 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:47:53.634+0000 7f2559f94640 -1 osd.4 130 log_to_monitors true 2024-09-21T13:47:54.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:54 smithi084 ceph-mon[88467]: pgmap v248: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 185 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:54.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:54.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:54 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:54.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:54 smithi084 ceph-mon[88467]: from='osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T13:47:54.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:54 smithi084 ceph-mon[88467]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T13:47:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[100571]: pgmap v248: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 185 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[100571]: from='osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T13:47:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[100571]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T13:47:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[104155]: pgmap v248: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 185 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[104155]: from='osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T13:47:54.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:54 smithi066 ceph-mon[104155]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T13:47:54.810 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:47:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:47:54.598+0000 7f2551d3e640 -1 osd.4 130 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:47:55.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:54.954181703Z 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-21T13:47:55.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:55 smithi084 ceph-mon[88467]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T13:47:55.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:55 smithi084 ceph-mon[88467]: osdmap e133: 8 total, 7 up, 8 in 2024-09-21T13:47:55.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:55 smithi084 ceph-mon[88467]: from='osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:47:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:55 smithi084 ceph-mon[88467]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:47:55.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:55 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 108/636 objects degraded (16.981%), 27 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:55.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:47:55] "GET /metrics HTTP/1.1" 200 38342 "" "Prometheus/2.51.0" 2024-09-21T13:47:55.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[100571]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T13:47:55.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[100571]: osdmap e133: 8 total, 7 up, 8 in 2024-09-21T13:47:55.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[100571]: from='osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:47:55.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[100571]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:47:55.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 108/636 objects degraded (16.981%), 27 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:55.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[104155]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T13:47:55.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[104155]: osdmap e133: 8 total, 7 up, 8 in 2024-09-21T13:47:55.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[104155]: from='osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:47:55.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[104155]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:47:55.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:55 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 108/636 objects degraded (16.981%), 27 pgs degraded (PG_DEGRADED) 2024-09-21T13:47:56.588 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:47:56.306+0000 7fbcbbd4d640 -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-21T13:47:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: pgmap v250: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:56.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144] boot 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: osdmap e134: 8 total, 8 up, 8 in 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-21T13:47:56.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:56 smithi084 ceph-mon[88467]: osdmap e135: 8 total, 8 up, 8 in 2024-09-21T13:47:56.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: pgmap v250: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144] boot 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: osdmap e134: 8 total, 8 up, 8 in 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[100571]: osdmap e135: 8 total, 8 up, 8 in 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: pgmap v250: 161 pgs: 41 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: osd.4 [v2:172.21.15.84:6800/1926362144,v1:172.21.15.84:6801/1926362144] boot 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: osdmap e134: 8 total, 8 up, 8 in 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:56.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:47:56.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:47:56.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-21T13:47:56.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:56 smithi066 ceph-mon[104155]: osdmap e135: 8 total, 8 up, 8 in 2024-09-21T13:47:57.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:57 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-21T13:47:57.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:57 smithi084 ceph-mon[88467]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-21T13:47:57.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:57 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-21T13:47:57.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:57 smithi066 ceph-mon[100571]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-21T13:47:57.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:57 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-21T13:47:57.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:57 smithi066 ceph-mon[104155]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-21T13:47:58.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:47:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:47:57.952746766Z 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-21T13:47:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:58 smithi066 ceph-mon[100571]: pgmap v253: 161 pgs: 4 peering, 37 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:58 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:47:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:58.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:58 smithi066 ceph-mon[104155]: pgmap v253: 161 pgs: 4 peering, 37 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:58.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:58 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:58.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:58.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:47:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:47:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:58 smithi084 ceph-mon[88467]: pgmap v253: 161 pgs: 4 peering, 37 active+undersized, 27 active+undersized+degraded, 93 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 108/636 objects degraded (16.981%) 2024-09-21T13:47:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:58 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:47:59.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:47:59.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:47:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:00.951 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:00 smithi084 ceph-mon[88467]: pgmap v254: 161 pgs: 4 peering, 20 active+undersized, 14 active+undersized+degraded, 123 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 41/636 objects degraded (6.447%) 2024-09-21T13:48:00.951 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:00 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 41/636 objects degraded (6.447%), 14 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:00 smithi066 ceph-mon[100571]: pgmap v254: 161 pgs: 4 peering, 20 active+undersized, 14 active+undersized+degraded, 123 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 41/636 objects degraded (6.447%) 2024-09-21T13:48:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:00 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 41/636 objects degraded (6.447%), 14 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:00.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:00 smithi066 ceph-mon[104155]: pgmap v254: 161 pgs: 4 peering, 20 active+undersized, 14 active+undersized+degraded, 123 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 41/636 objects degraded (6.447%) 2024-09-21T13:48:00.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:00 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 41/636 objects degraded (6.447%), 14 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:00.951429387Z 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-21T13:48:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:01 smithi066 ceph-mon[100571]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/636 objects degraded (6.447%), 14 pgs degraded) 2024-09-21T13:48:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:01 smithi066 ceph-mon[100571]: Cluster is now healthy 2024-09-21T13:48:01.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:01 smithi066 ceph-mon[104155]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/636 objects degraded (6.447%), 14 pgs degraded) 2024-09-21T13:48:01.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:01 smithi066 ceph-mon[104155]: Cluster is now healthy 2024-09-21T13:48:02.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:01 smithi084 ceph-mon[88467]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/636 objects degraded (6.447%), 14 pgs degraded) 2024-09-21T13:48:02.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:01 smithi084 ceph-mon[88467]: Cluster is now healthy 2024-09-21T13:48:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:02 smithi066 ceph-mon[100571]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 815 B/s rd, 0 op/s 2024-09-21T13:48:02.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:02 smithi066 ceph-mon[104155]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 815 B/s rd, 0 op/s 2024-09-21T13:48:03.020 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:02 smithi084 ceph-mon[88467]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 815 B/s rd, 0 op/s 2024-09-21T13:48:03.097 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:48:03.690 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:48:03.690 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (6m) 46s ago 27m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:48:03.690 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (5m) 11s ago 27m 75.7M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (7m) 46s ago 26m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (7m) 11s ago 31m 457M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (16m) 46s ago 32m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (4m) 46s ago 33m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (5m) 11s ago 31m 42.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (4m) 46s ago 31m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (7m) 46s ago 26m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (6m) 11s ago 26m 10.4M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (2m) 46s ago 31m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (2m) 46s ago 30m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (98s) 46s ago 30m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (51s) 46s ago 29m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (15s) 11s ago 29m 12.2M 3248M 19.3.0-5104-g44178494 b415816db8b4 7931a60610e0 2024-09-21T13:48:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (29m) 11s ago 29m 56.3M 3248M 19.1.1-373-g4e45e6b4 164465d2334a e2cb9817e63f 2024-09-21T13:48:03.692 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (28m) 11s ago 28m 64.4M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:48:03.692 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (28m) 11s ago 28m 60.5M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:48:03.692 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (6m) 11s ago 27m 51.6M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:48:03.692 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (26m) 46s ago 26m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:48:03.692 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (26m) 11s ago 26m 89.9M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3, 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 5 2024-09-21T13:48:04.047 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:48:04.048 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:48:04.048 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:48:04.048 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:48:04.048 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:48:04.048 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 5, 2024-09-21T13:48:04.048 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 10 2024-09-21T13:48:04.048 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:48:04.048 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:48:04.204 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:03.951323702Z 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-21T13:48:04.349 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:48:04.349 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:48:04.350 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:48:04.350 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-21T13:48:04.350 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:48:04.350 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "5/8 daemons upgraded", 2024-09-21T13:48:04.350 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:48:04.350 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:48:04.350 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:48:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[104155]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:48:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[104155]: from='client.44439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[104155]: from='client.54446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[104155]: from='client.44451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1274785483' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[100571]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:48:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[100571]: from='client.44439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[100571]: from='client.54446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[100571]: from='client.44451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:04.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:04 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1274785483' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:04 smithi084 ceph-mon[88467]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-21T13:48:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:04 smithi084 ceph-mon[88467]: from='client.44439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:04 smithi084 ceph-mon[88467]: from='client.54446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:04 smithi084 ceph-mon[88467]: from='client.44451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:04 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1274785483' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:05.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:05 smithi066 ceph-mon[100571]: from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:05.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:05 smithi066 ceph-mon[104155]: from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:05.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:48:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:48:05] "GET /metrics HTTP/1.1" 200 38192 "" "Prometheus/2.51.0" 2024-09-21T13:48:06.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:05 smithi084 ceph-mon[88467]: from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:06.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:06 smithi066 ceph-mon[100571]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:48:06.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:06 smithi066 ceph-mon[104155]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:48:07.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:06 smithi084 ceph-mon[88467]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:48:07.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:06.950475385Z 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-21T13:48:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:08 smithi084 ceph-mon[88467]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 996 B/s rd, 0 op/s 2024-09-21T13:48:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:08 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:09.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:08 smithi066 ceph-mon[100571]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 996 B/s rd, 0 op/s 2024-09-21T13:48:09.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:08 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:09.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:08 smithi066 ceph-mon[104155]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 996 B/s rd, 0 op/s 2024-09-21T13:48:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:08 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:10.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:09.958234712Z 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-21T13:48:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:10 smithi084 ceph-mon[88467]: 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-21T13:48:11.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:10 smithi066 ceph-mon[104155]: 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-21T13:48:11.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:10 smithi066 ceph-mon[100571]: 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-21T13:48:11.981 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:11 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-21T13:48:12.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:11 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-21T13:48:12.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:11 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-21T13:48:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-mon[88467]: pgmap v260: 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-21T13:48:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-21T13:48:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-mon[88467]: Upgrade: osd.5 is safe to restart 2024-09-21T13:48:12.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:12.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T13:48:12.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:12.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:12.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:13.202 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:12.948223094Z 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-21T13:48:13.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[104155]: pgmap v260: 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-21T13:48:13.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-21T13:48:13.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[104155]: Upgrade: osd.5 is safe to restart 2024-09-21T13:48:13.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:13.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T13:48:13.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:13.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:13.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:13.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[100571]: pgmap v260: 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-21T13:48:13.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-21T13:48:13.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[100571]: Upgrade: osd.5 is safe to restart 2024-09-21T13:48:13.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:13.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T13:48:13.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:13.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:13.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:13.969 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:13 smithi084 ceph-mon[88467]: Upgrade: Updating osd.5 2024-09-21T13:48:13.969 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:13 smithi084 ceph-mon[88467]: Deploying daemon osd.5 on smithi084 2024-09-21T13:48:14.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:13 smithi066 ceph-mon[100571]: Upgrade: Updating osd.5 2024-09-21T13:48:14.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:13 smithi066 ceph-mon[100571]: Deploying daemon osd.5 on smithi084 2024-09-21T13:48:14.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:13 smithi066 ceph-mon[104155]: Upgrade: Updating osd.5 2024-09-21T13:48:14.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:13 smithi066 ceph-mon[104155]: Deploying daemon osd.5 on smithi084 2024-09-21T13:48:14.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:14 smithi084 ceph-mon[88467]: pgmap v261: 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-21T13:48:15.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:14 smithi066 ceph-mon[100571]: pgmap v261: 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-21T13:48:15.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:14 smithi066 ceph-mon[104155]: pgmap v261: 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-21T13:48:15.951 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:15 smithi084 ceph-mon[88467]: pgmap v262: 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-21T13:48:15.951 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:15 smithi084 systemd[1]: Stopping Ceph osd.5 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:48:15.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:15 smithi066 ceph-mon[100571]: pgmap v262: 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-21T13:48:15.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:15 smithi066 ceph-mon[104155]: pgmap v262: 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-21T13:48:15.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:48:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:48:15] "GET /metrics HTTP/1.1" 200 38331 "" "Prometheus/2.51.0" 2024-09-21T13:48:16.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:15.950174115Z 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-21T13:48:16.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[38080]: 2024-09-21T13:48:15.951+0000 7f4d7f436640 -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-21T13:48:16.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[38080]: 2024-09-21T13:48:15.951+0000 7f4d7f436640 -1 osd.5 135 *** Got signal Terminated *** 2024-09-21T13:48:16.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[38080]: 2024-09-21T13:48:15.951+0000 7f4d7f436640 -1 osd.5 135 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:48:17.116 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:16 smithi066 ceph-mon[100571]: osd.5 marked itself down and dead 2024-09-21T13:48:17.116 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:16 smithi066 ceph-mon[104155]: osd.5 marked itself down and dead 2024-09-21T13:48:17.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:16 smithi084 ceph-mon[88467]: osd.5 marked itself down and dead 2024-09-21T13:48:17.570 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:17 smithi084 podman[97203]: 2024-09-21 13:48:17.293910882 +0000 UTC m=+1.445843852 container died e2cb9817e63f24093f9375c5da8463ac876209b238394d372287246a0c4c9aff (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-4e45e6b, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-21T13:48:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:17 smithi084 ceph-mon[88467]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:48:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:17 smithi084 ceph-mon[88467]: osdmap e136: 8 total, 7 up, 8 in 2024-09-21T13:48:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:17 smithi084 ceph-mon[88467]: pgmap v264: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:17.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:17 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:17.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:17 smithi084 podman[97203]: 2024-09-21 13:48:17.667520672 +0000 UTC m=+1.819453628 container cleanup e2cb9817e63f24093f9375c5da8463ac876209b238394d372287246a0c4c9aff (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, 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, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=squid-4e45e6b, ceph=True) 2024-09-21T13:48:17.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:17 smithi084 bash[97203]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5 2024-09-21T13:48:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:17 smithi066 ceph-mon[100571]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:48:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:17 smithi066 ceph-mon[100571]: osdmap e136: 8 total, 7 up, 8 in 2024-09-21T13:48:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:17 smithi066 ceph-mon[100571]: pgmap v264: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:17 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:18.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:17 smithi066 ceph-mon[104155]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:48:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:17 smithi066 ceph-mon[104155]: osdmap e136: 8 total, 7 up, 8 in 2024-09-21T13:48:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:17 smithi066 ceph-mon[104155]: pgmap v264: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:17 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:18.277 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:17 smithi084 podman[97229]: 2024-09-21 13:48:17.919051591 +0000 UTC m=+0.625725008 container remove e2cb9817e63f24093f9375c5da8463ac876209b238394d372287246a0c4c9aff (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=squid-4e45e6b, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:48:18.588 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:18 smithi084 podman[97319]: 2024-09-21 13:48:18.180142452 +0000 UTC m=+0.016047045 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:48:18.589 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:18 smithi084 podman[97319]: 2024-09-21 13:48:18.294891609 +0000 UTC m=+0.130796181 container create ca539c61135351d25dd5a7d390383c4f749f776d291cebc451aee3df31eceebe (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-21T13:48:18.589 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:18 smithi084 podman[97319]: 2024-09-21 13:48:18.5140452 +0000 UTC m=+0.349949783 container init ca539c61135351d25dd5a7d390383c4f749f776d291cebc451aee3df31eceebe (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:48:18.589 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:18 smithi084 podman[97319]: 2024-09-21 13:48:18.517999445 +0000 UTC m=+0.353904016 container start ca539c61135351d25dd5a7d390383c4f749f776d291cebc451aee3df31eceebe (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-21T13:48:18.589 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:18 smithi084 podman[97319]: 2024-09-21 13:48:18.588837072 +0000 UTC m=+0.424741641 container attach ca539c61135351d25dd5a7d390383c4f749f776d291cebc451aee3df31eceebe (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2) 2024-09-21T13:48:18.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:18 smithi084 ceph-mon[88467]: osdmap e137: 8 total, 7 up, 8 in 2024-09-21T13:48:18.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:18 smithi084 podman[97319]: 2024-09-21 13:48:18.70132018 +0000 UTC m=+0.537224757 container died ca539c61135351d25dd5a7d390383c4f749f776d291cebc451aee3df31eceebe (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-21T13:48:19.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:18 smithi066 ceph-mon[100571]: osdmap e137: 8 total, 7 up, 8 in 2024-09-21T13:48:19.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:18 smithi066 ceph-mon[104155]: osdmap e137: 8 total, 7 up, 8 in 2024-09-21T13:48:19.259 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:18.94774973Z 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-21T13:48:19.618 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 podman[97342]: 2024-09-21 13:48:19.259460547 +0000 UTC m=+0.552233461 container remove ca539c61135351d25dd5a7d390383c4f749f776d291cebc451aee3df31eceebe (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, maintainer=Guillaume Abrioux , ceph=True, 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.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0) 2024-09-21T13:48:19.618 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.5.service: Deactivated successfully. 2024-09-21T13:48:19.618 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 systemd[1]: Stopped Ceph osd.5 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:48:19.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.5.service: Consumed 15.416s CPU time. 2024-09-21T13:48:19.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 systemd[1]: Starting Ceph osd.5 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:48:19.946 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:19 smithi084 ceph-mon[88467]: pgmap v266: 161 pgs: 11 active+undersized, 16 stale+active+clean, 10 active+undersized+degraded, 124 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 27/636 objects degraded (4.245%) 2024-09-21T13:48:19.947 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 podman[97439]: 2024-09-21 13:48:19.590137542 +0000 UTC m=+0.016112777 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:48:19.947 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 podman[97439]: 2024-09-21 13:48:19.710394608 +0000 UTC m=+0.136369831 container create 80c96599e291ad4aeb8fb00cae77b1aad3829ca992bab3134380ed972e41c4c6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:48:19.947 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 podman[97439]: 2024-09-21 13:48:19.946395861 +0000 UTC m=+0.372371093 container init 80c96599e291ad4aeb8fb00cae77b1aad3829ca992bab3134380ed972e41c4c6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:48:20.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:19 smithi066 ceph-mon[100571]: pgmap v266: 161 pgs: 11 active+undersized, 16 stale+active+clean, 10 active+undersized+degraded, 124 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 27/636 objects degraded (4.245%) 2024-09-21T13:48:20.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:19 smithi066 ceph-mon[104155]: pgmap v266: 161 pgs: 11 active+undersized, 16 stale+active+clean, 10 active+undersized+degraded, 124 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 27/636 objects degraded (4.245%) 2024-09-21T13:48:20.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:19 smithi084 podman[97439]: 2024-09-21 13:48:19.950107089 +0000 UTC m=+0.376082322 container start 80c96599e291ad4aeb8fb00cae77b1aad3829ca992bab3134380ed972e41c4c6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux ) 2024-09-21T13:48:20.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:20 smithi084 podman[97439]: 2024-09-21 13:48:20.021025336 +0000 UTC m=+0.447000569 container attach 80c96599e291ad4aeb8fb00cae77b1aad3829ca992bab3134380ed972e41c4c6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:48:20.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:20.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:20 smithi084 bash[97439]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:20.369 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:20.369 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:20 smithi084 bash[97439]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:20 smithi084 ceph-mon[88467]: Health check failed: Degraded data redundancy: 27/636 objects degraded (4.245%), 10 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:21.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:20 smithi066 ceph-mon[100571]: Health check failed: Degraded data redundancy: 27/636 objects degraded (4.245%), 10 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:21.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:20 smithi066 ceph-mon[104155]: Health check failed: Degraded data redundancy: 27/636 objects degraded (4.245%), 10 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:22.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:21 smithi084 ceph-mon[88467]: pgmap v267: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:22.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:21.943962819Z 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-21T13:48:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:21 smithi066 ceph-mon[100571]: pgmap v267: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:21 smithi066 ceph-mon[104155]: pgmap v267: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:23.352 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:48:23.352 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:23.352 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:22 smithi084 bash[97439]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:48:23.352 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:22 smithi084 bash[97439]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:23.353 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:23.353 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 bash[97439]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:23.353 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-21T13:48:23.353 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 bash[97439]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-21T13:48:23.353 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-09-21T13:48:23.353 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 bash[97439]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-09-21T13:48:23.353 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-21T13:48:23.353 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 bash[97439]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-21T13:48:23.618 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-21T13:48:23.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 bash[97439]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-21T13:48:23.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-21T13:48:23.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 bash[97439]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-21T13:48:23.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-21T13:48:23.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 bash[97439]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-21T13:48:23.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate[97454]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-21T13:48:23.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 bash[97439]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-21T13:48:23.619 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 podman[97439]: 2024-09-21 13:48:23.379713185 +0000 UTC m=+3.805688420 container died 80c96599e291ad4aeb8fb00cae77b1aad3829ca992bab3134380ed972e41c4c6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:48:23.932 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:23 smithi084 ceph-mon[88467]: pgmap v268: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:24.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:23 smithi066 ceph-mon[100571]: pgmap v268: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:24.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:23 smithi066 ceph-mon[104155]: pgmap v268: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:24.282 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:23 smithi084 podman[97657]: 2024-09-21 13:48:23.932720311 +0000 UTC m=+0.545756181 container remove 80c96599e291ad4aeb8fb00cae77b1aad3829ca992bab3134380ed972e41c4c6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-activate, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:48:24.283 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:24 smithi084 podman[97718]: 2024-09-21 13:48:24.040996765 +0000 UTC m=+0.016340451 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:48:24.283 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:24 smithi084 podman[97718]: 2024-09-21 13:48:24.158763023 +0000 UTC m=+0.134106757 container create 98d3f21221ddac5667f8f8e01a4cc3d6219a18cc6ce3d60cb190e945b44196d7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:48:24.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:24 smithi084 podman[97718]: 2024-09-21 13:48:24.411139459 +0000 UTC m=+0.386483139 container init 98d3f21221ddac5667f8f8e01a4cc3d6219a18cc6ce3d60cb190e945b44196d7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-21T13:48:24.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:24 smithi084 podman[97718]: 2024-09-21 13:48:24.414607951 +0000 UTC m=+0.389951622 container start 98d3f21221ddac5667f8f8e01a4cc3d6219a18cc6ce3d60cb190e945b44196d7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, 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, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-21T13:48:24.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:24 smithi084 ceph-osd[97737]: -- 172.21.15.84:0/2635731439 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563aca029a40 con 0x563acadf8000 2024-09-21T13:48:24.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:24 smithi084 bash[97718]: 98d3f21221ddac5667f8f8e01a4cc3d6219a18cc6ce3d60cb190e945b44196d7 2024-09-21T13:48:24.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:24 smithi084 systemd[1]: Started Ceph osd.5 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:48:25.275 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:24.947328034Z 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-21T13:48:25.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:25.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:25.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:25 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 78/636 objects degraded (12.264%), 23 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:25.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:48:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:48:25] "GET /metrics HTTP/1.1" 200 38331 "" "Prometheus/2.51.0" 2024-09-21T13:48:25.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:25 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 78/636 objects degraded (12.264%), 23 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:25 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 78/636 objects degraded (12.264%), 23 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:26.566 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:48:26.302+0000 7fc232562640 -1 Falling back to public interface 2024-09-21T13:48:26.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:26 smithi084 ceph-mon[88467]: pgmap v269: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:26.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:26 smithi066 ceph-mon[100571]: pgmap v269: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:26.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:26 smithi066 ceph-mon[104155]: pgmap v269: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:28.202 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:27.948390861Z 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-21T13:48:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:28 smithi084 ceph-mon[88467]: pgmap v270: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:28 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:28.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:28 smithi066 ceph-mon[104155]: pgmap v270: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:28 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:28.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:28 smithi066 ceph-mon[100571]: pgmap v270: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:28.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:28 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:28.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:28.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:29.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:29 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:29 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:29 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:29 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.984 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:48:29.839+0000 7fc232562640 -1 osd.5 135 log_to_monitors true 2024-09-21T13:48:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:29 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:29 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:29 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:29 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:29 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:29 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:29 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:29.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:29 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:30.892 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:30 smithi084 ceph-mon[88467]: pgmap v271: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:30.892 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:30 smithi084 ceph-mon[88467]: from='osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T13:48:30.892 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:30 smithi084 ceph-mon[88467]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T13:48:30.892 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:48:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:48:30.752+0000 7fc22a30c640 -1 osd.5 135 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:48:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:30 smithi066 ceph-mon[100571]: pgmap v271: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:30 smithi066 ceph-mon[100571]: from='osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T13:48:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:30 smithi066 ceph-mon[100571]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T13:48:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:30 smithi066 ceph-mon[104155]: pgmap v271: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 248 MiB used, 715 GiB / 715 GiB avail; 78/636 objects degraded (12.264%) 2024-09-21T13:48:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:30 smithi066 ceph-mon[104155]: from='osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T13:48:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:30 smithi066 ceph-mon[104155]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T13:48:31.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:30.944951196Z 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-21T13:48:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:31 smithi066 ceph-mon[104155]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T13:48:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:31 smithi066 ceph-mon[104155]: osdmap e138: 8 total, 7 up, 8 in 2024-09-21T13:48:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:31 smithi066 ceph-mon[104155]: from='osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:48:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:31 smithi066 ceph-mon[104155]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:48:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:31 smithi066 ceph-mon[100571]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T13:48:31.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:31 smithi066 ceph-mon[100571]: osdmap e138: 8 total, 7 up, 8 in 2024-09-21T13:48:31.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:31 smithi066 ceph-mon[100571]: from='osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:48:31.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:31 smithi066 ceph-mon[100571]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:48:32.002 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:31 smithi084 ceph-mon[88467]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T13:48:32.003 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:31 smithi084 ceph-mon[88467]: osdmap e138: 8 total, 7 up, 8 in 2024-09-21T13:48:32.003 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:31 smithi084 ceph-mon[88467]: from='osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:48:32.003 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:31 smithi084 ceph-mon[88467]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:48:32.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:48:32.482+0000 7fbcbbd4d640 -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-21T13:48:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: pgmap v273: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 78/636 objects degraded (12.264%) 2024-09-21T13:48:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662] boot 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: osdmap e139: 8 total, 8 up, 8 in 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:32 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-21T13:48:33.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: pgmap v273: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 78/636 objects degraded (12.264%) 2024-09-21T13:48:33.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:48:33.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662] boot 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: osdmap e139: 8 total, 8 up, 8 in 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-21T13:48:33.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: pgmap v273: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 78/636 objects degraded (12.264%) 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: osd.5 [v2:172.21.15.84:6808/1351025662,v1:172.21.15.84:6809/1351025662] boot 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: osdmap e139: 8 total, 8 up, 8 in 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:33.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:32 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-21T13:48:34.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:33.952635451Z 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-21T13:48:34.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:33 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-21T13:48:34.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:33 smithi084 ceph-mon[88467]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-21T13:48:34.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:33 smithi084 ceph-mon[88467]: osdmap e140: 8 total, 8 up, 8 in 2024-09-21T13:48:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:33 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-21T13:48:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:33 smithi066 ceph-mon[100571]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-21T13:48:34.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:33 smithi066 ceph-mon[100571]: osdmap e140: 8 total, 8 up, 8 in 2024-09-21T13:48:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:33 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-21T13:48:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:33 smithi066 ceph-mon[104155]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-21T13:48:34.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:33 smithi066 ceph-mon[104155]: osdmap e140: 8 total, 8 up, 8 in 2024-09-21T13:48:34.676 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:48:34.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:34 smithi084 ceph-mon[88467]: pgmap v276: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 78/636 objects degraded (12.264%) 2024-09-21T13:48:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:34 smithi066 ceph-mon[100571]: pgmap v276: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 78/636 objects degraded (12.264%) 2024-09-21T13:48:34.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:34 smithi066 ceph-mon[104155]: pgmap v276: 161 pgs: 37 active+undersized, 23 active+undersized+degraded, 101 active+clean; 585 KiB data, 244 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 78/636 objects degraded (12.264%) 2024-09-21T13:48:35.268 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (6m) 78s ago 27m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (6m) 6s ago 27m 80.9M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (7m) 78s ago 27m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (7m) 6s ago 31m 457M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (17m) 78s ago 33m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (4m) 78s ago 33m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (5m) 6s ago 32m 44.6M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (4m) 78s ago 32m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (7m) 78s ago 27m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (7m) 6s ago 27m 10.3M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (3m) 78s ago 31m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:48:35.269 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (2m) 78s ago 31m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (2m) 78s ago 30m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (82s) 78s ago 30m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (47s) 6s ago 29m 44.7M 3248M 19.3.0-5104-g44178494 b415816db8b4 7931a60610e0 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (11s) 6s ago 29m 12.1M 3248M 19.3.0-5104-g44178494 b415816db8b4 98d3f21221dd 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (29m) 6s ago 29m 64.9M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 74e5d611a784 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (28m) 6s ago 28m 61.0M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (7m) 6s ago 28m 53.8M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (27m) 78s ago 27m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:48:35.270 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (27m) 6s ago 27m 90.0M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:48:35.623 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2, 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 6 2024-09-21T13:48:35.624 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:48:35.625 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:48:35.625 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:48:35.625 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:48:35.625 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:48:35.625 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 4, 2024-09-21T13:48:35.625 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 11 2024-09-21T13:48:35.625 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:48:35.625 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:48:35.929 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:48:35.929 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:48:35.930 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:48:35.930 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-21T13:48:35.930 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:48:35.930 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "6/8 daemons upgraded", 2024-09-21T13:48:35.930 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:48:35.930 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:48:35.930 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:48:35.930 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:35 smithi066 ceph-mon[100571]: from='client.44472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:35.930 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:35 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1517822879' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:35.931 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:48:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:48:35] "GET /metrics HTTP/1.1" 200 38337 "" "Prometheus/2.51.0" 2024-09-21T13:48:35.931 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:35 smithi066 ceph-mon[104155]: from='client.44472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:35.931 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:35 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1517822879' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:36.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:35 smithi084 ceph-mon[88467]: from='client.44472 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:36.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:35 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1517822879' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:48:37.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:36.943503916Z 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-21T13:48:37.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:36 smithi084 ceph-mon[88467]: pgmap v277: 161 pgs: 24 active+undersized, 10 active+undersized+degraded, 127 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 47/636 objects degraded (7.390%) 2024-09-21T13:48:37.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:36 smithi084 ceph-mon[88467]: from='client.54479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:37.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:36 smithi084 ceph-mon[88467]: from='client.44484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:37.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:36 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 47/636 objects degraded (7.390%), 10 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:37.126 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:36 smithi066 ceph-mon[100571]: pgmap v277: 161 pgs: 24 active+undersized, 10 active+undersized+degraded, 127 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 47/636 objects degraded (7.390%) 2024-09-21T13:48:37.126 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:36 smithi066 ceph-mon[100571]: from='client.54479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:37.126 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:36 smithi066 ceph-mon[100571]: from='client.44484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:37.126 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:36 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 47/636 objects degraded (7.390%), 10 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:37.126 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:36 smithi066 ceph-mon[104155]: pgmap v277: 161 pgs: 24 active+undersized, 10 active+undersized+degraded, 127 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 47/636 objects degraded (7.390%) 2024-09-21T13:48:37.126 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:36 smithi066 ceph-mon[104155]: from='client.54479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:37.126 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:36 smithi066 ceph-mon[104155]: from='client.44484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:37.126 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:36 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 47/636 objects degraded (7.390%), 10 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:38.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:37 smithi084 ceph-mon[88467]: from='client.54497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:38.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:37 smithi066 ceph-mon[100571]: from='client.54497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:38.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:37 smithi066 ceph-mon[104155]: from='client.54497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:48:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:38 smithi084 ceph-mon[88467]: pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:48:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:38 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:38 smithi084 ceph-mon[88467]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/636 objects degraded (7.390%), 10 pgs degraded) 2024-09-21T13:48:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:38 smithi084 ceph-mon[88467]: Cluster is now healthy 2024-09-21T13:48:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:38 smithi066 ceph-mon[100571]: pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:48:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:38 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:38 smithi066 ceph-mon[100571]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/636 objects degraded (7.390%), 10 pgs degraded) 2024-09-21T13:48:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:38 smithi066 ceph-mon[100571]: Cluster is now healthy 2024-09-21T13:48:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:38 smithi066 ceph-mon[104155]: pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:48:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:38 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:38 smithi066 ceph-mon[104155]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/636 objects degraded (7.390%), 10 pgs degraded) 2024-09-21T13:48:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:38 smithi066 ceph-mon[104155]: Cluster is now healthy 2024-09-21T13:48:40.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:39.94350636Z 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-21T13:48:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:40 smithi084 ceph-mon[88467]: pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:40 smithi066 ceph-mon[100571]: pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:41.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:40 smithi066 ceph-mon[104155]: pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:43.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:42.94860597Z 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-21T13:48:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:42 smithi084 ceph-mon[88467]: pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-21T13:48:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:42 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:43.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:42 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:42 smithi066 ceph-mon[100571]: pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-21T13:48:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:42 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:42 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:42 smithi066 ceph-mon[104155]: pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-21T13:48:43.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:42 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:42 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:44.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:44.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:45.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:44 smithi084 ceph-mon[88467]: pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:48:45.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:44 smithi066 ceph-mon[100571]: pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:48:45.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:44 smithi066 ceph-mon[104155]: pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-21T13:48:45.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:45 smithi066 ceph-mon[100571]: pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-09-21T13:48:46.053 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:45 smithi066 ceph-mon[104155]: pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-09-21T13:48:46.053 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:48:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:48:45] "GET /metrics HTTP/1.1" 200 38330 "" "Prometheus/2.51.0" 2024-09-21T13:48:46.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:45 smithi084 ceph-mon[88467]: pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-09-21T13:48:46.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:45.957491026Z 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-21T13:48:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:47 smithi084 ceph-mon[88467]: pgmap v283: 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-21T13:48:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:47 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:47 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-21T13:48:48.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:47 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-21T13:48:48.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:47 smithi084 ceph-mon[88467]: Upgrade: osd.6 is safe to restart 2024-09-21T13:48:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[100571]: pgmap v283: 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-21T13:48:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-21T13:48:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-21T13:48:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[100571]: Upgrade: osd.6 is safe to restart 2024-09-21T13:48:48.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[104155]: pgmap v283: 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-21T13:48:48.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:48.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-21T13:48:48.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-21T13:48:48.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:47 smithi066 ceph-mon[104155]: Upgrade: osd.6 is safe to restart 2024-09-21T13:48:49.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:48.951587848Z 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-21T13:48:50.089 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:49 smithi084 ceph-mon[88467]: Upgrade: Updating osd.6 2024-09-21T13:48:50.089 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:49 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:50.090 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:49 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T13:48:50.090 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:49 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:50.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:49 smithi066 ceph-mon[100571]: Upgrade: Updating osd.6 2024-09-21T13:48:50.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:49 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:50.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:49 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T13:48:50.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:49 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:50.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:49 smithi066 ceph-mon[104155]: Upgrade: Updating osd.6 2024-09-21T13:48:50.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:49 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:50.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:49 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T13:48:50.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:49 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:48:51.046 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:50 smithi084 ceph-mon[88467]: Deploying daemon osd.6 on smithi084 2024-09-21T13:48:51.046 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:50 smithi084 ceph-mon[88467]: pgmap v284: 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-21T13:48:51.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:50 smithi066 ceph-mon[100571]: Deploying daemon osd.6 on smithi084 2024-09-21T13:48:51.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:50 smithi066 ceph-mon[100571]: pgmap v284: 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-21T13:48:51.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:50 smithi066 ceph-mon[104155]: Deploying daemon osd.6 on smithi084 2024-09-21T13:48:51.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:50 smithi066 ceph-mon[104155]: pgmap v284: 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-21T13:48:51.918 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:51 smithi084 systemd[1]: Stopping Ceph osd.6 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:48:51.918 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:51 smithi084 ceph-mon[88467]: pgmap v285: 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-21T13:48:52.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:51 smithi066 ceph-mon[100571]: pgmap v285: 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-21T13:48:52.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:51 smithi066 ceph-mon[104155]: pgmap v285: 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-21T13:48:52.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[43967]: 2024-09-21T13:48:51.916+0000 7fbb3913d640 -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-21T13:48:52.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[43967]: 2024-09-21T13:48:51.916+0000 7fbb3913d640 -1 osd.6 140 *** Got signal Terminated *** 2024-09-21T13:48:52.369 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[43967]: 2024-09-21T13:48:51.916+0000 7fbb3913d640 -1 osd.6 140 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:48:52.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:51.951295115Z 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-21T13:48:53.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:52 smithi084 ceph-mon[88467]: osd.6 marked itself down and dead 2024-09-21T13:48:53.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:52 smithi066 ceph-mon[100571]: osd.6 marked itself down and dead 2024-09-21T13:48:53.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:52 smithi066 ceph-mon[104155]: osd.6 marked itself down and dead 2024-09-21T13:48:53.610 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:53 smithi084 podman[101979]: 2024-09-21 13:48:53.311725181 +0000 UTC m=+1.486236083 container died 74e5d611a7841e5582a94b9cf1aeadfa3c6b8641cbb9df6befdcd5f5cf5a5666 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=squid-4e45e6b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-21T13:48:53.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:53 smithi084 ceph-mon[88467]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:48:53.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:53 smithi084 ceph-mon[88467]: osdmap e141: 8 total, 7 up, 8 in 2024-09-21T13:48:53.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:53 smithi084 ceph-mon[88467]: pgmap v287: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:53.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:53 smithi084 podman[101979]: 2024-09-21 13:48:53.717321352 +0000 UTC m=+1.891832243 container cleanup 74e5d611a7841e5582a94b9cf1aeadfa3c6b8641cbb9df6befdcd5f5cf5a5666 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-4e45e6b, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:48:53.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:53 smithi084 bash[101979]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6 2024-09-21T13:48:54.227 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:53 smithi084 podman[102004]: 2024-09-21 13:48:53.943943764 +0000 UTC m=+0.628952178 container remove 74e5d611a7841e5582a94b9cf1aeadfa3c6b8641cbb9df6befdcd5f5cf5a5666 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=squid-4e45e6b, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True) 2024-09-21T13:48:54.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:53 smithi066 ceph-mon[100571]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:48:54.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:53 smithi066 ceph-mon[100571]: osdmap e141: 8 total, 7 up, 8 in 2024-09-21T13:48:54.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:53 smithi066 ceph-mon[100571]: pgmap v287: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:54.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:53 smithi066 ceph-mon[104155]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:48:54.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:53 smithi066 ceph-mon[104155]: osdmap e141: 8 total, 7 up, 8 in 2024-09-21T13:48:54.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:53 smithi066 ceph-mon[104155]: pgmap v287: 161 pgs: 13 stale+active+clean, 148 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:48:54.556 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:54 smithi084 podman[102094]: 2024-09-21 13:48:54.227948864 +0000 UTC m=+0.086153121 container create b9105407af399f8186941a98d1d028d36d89c233b787aed77549cbf6aa8a08bb (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:48:54.556 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:54 smithi084 podman[102094]: 2024-09-21 13:48:54.158250096 +0000 UTC m=+0.016454366 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:48:54.556 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:54 smithi084 podman[102094]: 2024-09-21 13:48:54.46375193 +0000 UTC m=+0.321956197 container init b9105407af399f8186941a98d1d028d36d89c233b787aed77549cbf6aa8a08bb (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, 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.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-21T13:48:54.556 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:54 smithi084 podman[102094]: 2024-09-21 13:48:54.46696774 +0000 UTC m=+0.325172003 container start b9105407af399f8186941a98d1d028d36d89c233b787aed77549cbf6aa8a08bb (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:48:54.817 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:54 smithi084 podman[102094]: 2024-09-21 13:48:54.55554548 +0000 UTC m=+0.413749759 container attach b9105407af399f8186941a98d1d028d36d89c233b787aed77549cbf6aa8a08bb (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:48:54.817 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:54 smithi084 podman[102094]: 2024-09-21 13:48:54.659007765 +0000 UTC m=+0.517212033 container died b9105407af399f8186941a98d1d028d36d89c233b787aed77549cbf6aa8a08bb (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:48:55.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:54 smithi084 ceph-mon[88467]: osdmap e142: 8 total, 7 up, 8 in 2024-09-21T13:48:55.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:54.946452118Z 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-21T13:48:55.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:54 smithi066 ceph-mon[100571]: osdmap e142: 8 total, 7 up, 8 in 2024-09-21T13:48:55.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:54 smithi066 ceph-mon[104155]: osdmap e142: 8 total, 7 up, 8 in 2024-09-21T13:48:55.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 podman[102116]: 2024-09-21 13:48:55.288833479 +0000 UTC m=+0.623916512 container remove b9105407af399f8186941a98d1d028d36d89c233b787aed77549cbf6aa8a08bb (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-21T13:48:55.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.6.service: Deactivated successfully. 2024-09-21T13:48:55.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 systemd[1]: Stopped Ceph osd.6 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:48:55.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.6.service: Consumed 13.261s CPU time. 2024-09-21T13:48:55.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 systemd[1]: Starting Ceph osd.6 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:48:55.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:55 smithi066 ceph-mon[100571]: pgmap v289: 161 pgs: 17 active+undersized, 13 peering, 3 stale+active+clean, 9 active+undersized+degraded, 119 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 37/636 objects degraded (5.818%) 2024-09-21T13:48:55.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:55 smithi066 ceph-mon[104155]: pgmap v289: 161 pgs: 17 active+undersized, 13 peering, 3 stale+active+clean, 9 active+undersized+degraded, 119 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 37/636 objects degraded (5.818%) 2024-09-21T13:48:55.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:48:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:48:55] "GET /metrics HTTP/1.1" 200 38330 "" "Prometheus/2.51.0" 2024-09-21T13:48:56.047 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:55 smithi084 ceph-mon[88467]: pgmap v289: 161 pgs: 17 active+undersized, 13 peering, 3 stale+active+clean, 9 active+undersized+degraded, 119 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 37/636 objects degraded (5.818%) 2024-09-21T13:48:56.048 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 podman[102218]: 2024-09-21 13:48:55.631576173 +0000 UTC m=+0.016482524 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:48:56.048 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 podman[102218]: 2024-09-21 13:48:55.733355562 +0000 UTC m=+0.118261905 container create d83bd8c7c872bf99c93501962cb6909e5b453552be1e89951c4e747b3d95b82a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-21T13:48:56.048 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 podman[102218]: 2024-09-21 13:48:55.956188655 +0000 UTC m=+0.341095004 container init d83bd8c7c872bf99c93501962cb6909e5b453552be1e89951c4e747b3d95b82a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, 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-21-0842-4417849, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-21T13:48:56.048 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:55 smithi084 podman[102218]: 2024-09-21 13:48:55.959582389 +0000 UTC m=+0.344488741 container start d83bd8c7c872bf99c93501962cb6909e5b453552be1e89951c4e747b3d95b82a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True) 2024-09-21T13:48:56.048 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:56 smithi084 podman[102218]: 2024-09-21 13:48:56.048015907 +0000 UTC m=+0.432922266 container attach d83bd8c7c872bf99c93501962cb6909e5b453552be1e89951c4e747b3d95b82a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS) 2024-09-21T13:48:56.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:56.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:56 smithi084 bash[102218]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:56.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:56 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:56.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:56 smithi084 bash[102218]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:56 smithi084 ceph-mon[88467]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-21T13:48:57.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:56 smithi084 ceph-mon[88467]: Health check failed: Degraded data redundancy: 37/636 objects degraded (5.818%), 9 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:57.140 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:56 smithi066 ceph-mon[100571]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-21T13:48:57.141 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:56 smithi066 ceph-mon[100571]: Health check failed: Degraded data redundancy: 37/636 objects degraded (5.818%), 9 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:57.141 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:56 smithi066 ceph-mon[104155]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-21T13:48:57.141 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:56 smithi066 ceph-mon[104155]: Health check failed: Degraded data redundancy: 37/636 objects degraded (5.818%), 9 pgs degraded (PG_DEGRADED) 2024-09-21T13:48:58.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:48:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:48:57.944313139Z 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-21T13:48:58.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:58 smithi084 ceph-mon[88467]: pgmap v290: 161 pgs: 26 active+undersized, 13 peering, 14 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 58/636 objects degraded (9.119%) 2024-09-21T13:48:58.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:58 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:58.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:58.983 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:58 smithi066 ceph-mon[100571]: pgmap v290: 161 pgs: 26 active+undersized, 13 peering, 14 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 58/636 objects degraded (9.119%) 2024-09-21T13:48:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:58 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:58 smithi066 ceph-mon[104155]: pgmap v290: 161 pgs: 26 active+undersized, 13 peering, 14 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 58/636 objects degraded (9.119%) 2024-09-21T13:48:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:58 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:48:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:48:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:48:59.339 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:58 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:58 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:58 smithi084 bash[102218]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:58 smithi084 bash[102218]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:58 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:58 smithi084 bash[102218]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 bash[102218]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 bash[102218]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-21T13:48:59.340 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 bash[102218]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-21T13:48:59.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-21T13:48:59.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 bash[102218]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-21T13:48:59.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-21T13:48:59.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 bash[102218]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-21T13:48:59.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-21T13:48:59.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 bash[102218]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-21T13:48:59.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate[102233]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-21T13:48:59.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 bash[102218]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-21T13:48:59.619 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 podman[102218]: 2024-09-21 13:48:59.368404481 +0000 UTC m=+3.753310825 container died d83bd8c7c872bf99c93501962cb6909e5b453552be1e89951c4e747b3d95b82a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate, 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, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True) 2024-09-21T13:48:59.936 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:48:59 smithi084 ceph-mon[88467]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-21T13:48:59.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:48:59 smithi066 ceph-mon[100571]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-21T13:48:59.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:48:59 smithi066 ceph-mon[104155]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-21T13:49:00.250 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:48:59 smithi084 podman[102438]: 2024-09-21 13:48:59.936348298 +0000 UTC m=+0.557778420 container remove d83bd8c7c872bf99c93501962cb6909e5b453552be1e89951c4e747b3d95b82a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:49:00.251 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:00 smithi084 podman[102496]: 2024-09-21 13:49:00.137311204 +0000 UTC m=+0.105996422 container create c77ce93b7ecae32c8f49d5a793f6895008c4ccebcad813f8bfc7fc5188e6ba4b (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, 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, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD) 2024-09-21T13:49:00.251 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:00 smithi084 podman[102496]: 2024-09-21 13:49:00.047125502 +0000 UTC m=+0.015810691 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:49:00.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:00 smithi084 podman[102496]: 2024-09-21 13:49:00.347769601 +0000 UTC m=+0.316454785 container init c77ce93b7ecae32c8f49d5a793f6895008c4ccebcad813f8bfc7fc5188e6ba4b (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-21T13:49:00.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:00 smithi084 podman[102496]: 2024-09-21 13:49:00.351115488 +0000 UTC m=+0.319800667 container start c77ce93b7ecae32c8f49d5a793f6895008c4ccebcad813f8bfc7fc5188e6ba4b (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-21T13:49:00.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:00 smithi084 ceph-osd[102516]: -- 172.21.15.84:0/3013354624 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a24950da40 con 0x55a2494ebc00 2024-09-21T13:49:00.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:00 smithi084 bash[102496]: c77ce93b7ecae32c8f49d5a793f6895008c4ccebcad813f8bfc7fc5188e6ba4b 2024-09-21T13:49:00.618 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:00 smithi084 systemd[1]: Started Ceph osd.6 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:49:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:00 smithi066 ceph-mon[100571]: pgmap v291: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:00.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:00 smithi066 ceph-mon[104155]: pgmap v291: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:00.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:00.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:01.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:00 smithi084 ceph-mon[88467]: pgmap v291: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:01.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:01.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:01.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:00.94330443Z 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-21T13:49:02.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:02 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:49:02.221+0000 7ff641b10640 -1 Falling back to public interface 2024-09-21T13:49:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:02 smithi066 ceph-mon[100571]: pgmap v292: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:02.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:02 smithi066 ceph-mon[104155]: pgmap v292: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:03.071 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:02 smithi084 ceph-mon[88467]: pgmap v292: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:04.211 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:03.957211835Z 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-21T13:49:04.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:04 smithi084 ceph-mon[88467]: pgmap v293: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:04.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:04 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:04.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:04 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:04 smithi066 ceph-mon[100571]: pgmap v293: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:04 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:04 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:04 smithi066 ceph-mon[104155]: pgmap v293: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 77/636 objects degraded (12.107%) 2024-09-21T13:49:04.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:04 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:04.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:04 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:05.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:05 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 77/636 objects degraded (12.107%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:05.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:05 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:05.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:05 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:05.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:49:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:49:05] "GET /metrics HTTP/1.1" 200 38400 "" "Prometheus/2.51.0" 2024-09-21T13:49:05.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:05 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 77/636 objects degraded (12.107%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:05.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:05 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:05.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:05 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:06.118 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:49:05.801+0000 7ff641b10640 -1 osd.6 140 log_to_monitors true 2024-09-21T13:49:06.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:05 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 77/636 objects degraded (12.107%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:06.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:06.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:05 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:06.255 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:49:06.847 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:49:06.847 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (7m) 109s ago 28m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:49:06.847 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (6m) 2s ago 28m 79.9M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:49:06.847 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (8m) 109s ago 27m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:49:06.847 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (8m) 2s ago 32m 457M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (17m) 109s ago 33m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (5m) 109s ago 34m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (6m) 2s ago 32m 45.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (5m) 109s ago 32m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (8m) 109s ago 28m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (8m) 2s ago 27m 10.4M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (3m) 109s ago 32m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (3m) 109s ago 31m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (2m) 109s ago 31m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (114s) 109s ago 30m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (78s) 2s ago 30m 45.1M 3248M 19.3.0-5104-g44178494 b415816db8b4 7931a60610e0 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (42s) 2s ago 30m 43.8M 3248M 19.3.0-5104-g44178494 b415816db8b4 98d3f21221dd 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (6s) 2s ago 29m 11.2M 3248M 19.3.0-5104-g44178494 b415816db8b4 c77ce93b7eca 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (29m) 2s ago 29m 62.3M 3248M 19.1.1-373-g4e45e6b4 164465d2334a 085524664fbd 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (7m) 2s ago 28m 53.8M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:49:06.848 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (27m) 109s ago 27m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:49:06.849 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (27m) 2s ago 27m 90.0M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:49:06.948 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:49:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:49:06.770+0000 7ff6358b2640 -1 osd.6 140 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:49:06.949 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:06 smithi084 ceph-mon[88467]: pgmap v294: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 277 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-21T13:49:06.949 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:06 smithi084 ceph-mon[88467]: from='osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T13:49:06.949 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:06 smithi084 ceph-mon[88467]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T13:49:07.150 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:06 smithi066 ceph-mon[100571]: pgmap v294: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 277 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-21T13:49:07.151 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:06 smithi066 ceph-mon[100571]: from='osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T13:49:07.151 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:06 smithi066 ceph-mon[100571]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T13:49:07.151 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:06 smithi066 ceph-mon[104155]: pgmap v294: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 245 MiB used, 715 GiB / 715 GiB avail; 277 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-21T13:49:07.151 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:06 smithi066 ceph-mon[104155]: from='osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T13:49:07.151 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:06 smithi066 ceph-mon[104155]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T13:49:07.205 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 1, 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 6 2024-09-21T13:49:07.206 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:49:07.207 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:49:07.207 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:49:07.207 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:49:07.207 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:49:07.207 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 3, 2024-09-21T13:49:07.207 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 11 2024-09-21T13:49:07.207 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:49:07.207 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:49:07.256 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:06.949062872Z 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-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "7/8 daemons upgraded", 2024-09-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:49:07.508 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:49:08.043 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:07 smithi084 ceph-mon[88467]: from='client.54506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:08.044 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:07 smithi084 ceph-mon[88467]: from='client.44511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:08.044 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:07 smithi084 ceph-mon[88467]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T13:49:08.044 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:07 smithi084 ceph-mon[88467]: osdmap e143: 8 total, 7 up, 8 in 2024-09-21T13:49:08.044 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:07 smithi084 ceph-mon[88467]: from='osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:08.044 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:07 smithi084 ceph-mon[88467]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:08.044 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:07 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/4027120397' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[100571]: from='client.54506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[100571]: from='client.44511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[100571]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T13:49:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[100571]: osdmap e143: 8 total, 7 up, 8 in 2024-09-21T13:49:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[100571]: from='osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[100571]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/4027120397' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[104155]: from='client.54506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[104155]: from='client.44511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[104155]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[104155]: osdmap e143: 8 total, 7 up, 8 in 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[104155]: from='osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[104155]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:08.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:07 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/4027120397' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:08.744 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:49:08.487+0000 7fbcbbd4d640 -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-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='client.44517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: pgmap v296: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='client.54530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508] boot 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: osdmap e144: 8 total, 8 up, 8 in 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-21T13:49:09.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:08 smithi084 ceph-mon[88467]: osdmap e145: 8 total, 8 up, 8 in 2024-09-21T13:49:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='client.44517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: pgmap v296: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-21T13:49:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='client.54530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:09.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508] boot 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: osdmap e144: 8 total, 8 up, 8 in 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[104155]: osdmap e145: 8 total, 8 up, 8 in 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='client.44517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: pgmap v296: 161 pgs: 33 active+undersized, 20 active+undersized+degraded, 108 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='client.54530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: osd.6 [v2:172.21.15.84:6816/571608508,v1:172.21.15.84:6817/571608508] boot 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: osdmap e144: 8 total, 8 up, 8 in 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T13:49:09.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-21T13:49:09.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:08 smithi066 ceph-mon[100571]: osdmap e145: 8 total, 8 up, 8 in 2024-09-21T13:49:10.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:09.955270549Z 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-21T13:49:10.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:09 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-21T13:49:10.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:09 smithi084 ceph-mon[88467]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:49:10.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:09 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-21T13:49:10.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:09 smithi066 ceph-mon[100571]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:49:10.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:09 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-21T13:49:10.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:09 smithi066 ceph-mon[104155]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-21T13:49:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:10 smithi084 ceph-mon[88467]: pgmap v299: 161 pgs: 10 peering, 28 active+undersized, 15 active+undersized+degraded, 108 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:49:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:10 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 60/636 objects degraded (9.434%), 15 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:11.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:10 smithi066 ceph-mon[100571]: pgmap v299: 161 pgs: 10 peering, 28 active+undersized, 15 active+undersized+degraded, 108 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:49:11.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:10 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 60/636 objects degraded (9.434%), 15 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:11.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:10 smithi066 ceph-mon[104155]: pgmap v299: 161 pgs: 10 peering, 28 active+undersized, 15 active+undersized+degraded, 108 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 60/636 objects degraded (9.434%) 2024-09-21T13:49:11.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:10 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 60/636 objects degraded (9.434%), 15 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:12 smithi084 ceph-mon[88467]: pgmap v300: 161 pgs: 10 peering, 9 active+undersized, 4 active+undersized+degraded, 138 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 14/636 objects degraded (2.201%) 2024-09-21T13:49:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:13.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:13.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:12.943792367Z 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-21T13:49:13.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:12 smithi066 ceph-mon[100571]: pgmap v300: 161 pgs: 10 peering, 9 active+undersized, 4 active+undersized+degraded, 138 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 14/636 objects degraded (2.201%) 2024-09-21T13:49:13.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:13.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:13.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:12 smithi066 ceph-mon[104155]: pgmap v300: 161 pgs: 10 peering, 9 active+undersized, 4 active+undersized+degraded, 138 active+clean; 585 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 14/636 objects degraded (2.201%) 2024-09-21T13:49:13.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:13.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:13 smithi084 ceph-mon[88467]: pgmap v301: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2024-09-21T13:49:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:13 smithi084 ceph-mon[88467]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/636 objects degraded (2.201%), 4 pgs degraded) 2024-09-21T13:49:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:13 smithi084 ceph-mon[88467]: Cluster is now healthy 2024-09-21T13:49:14.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:13 smithi066 ceph-mon[100571]: pgmap v301: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2024-09-21T13:49:14.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:13 smithi066 ceph-mon[100571]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/636 objects degraded (2.201%), 4 pgs degraded) 2024-09-21T13:49:14.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:13 smithi066 ceph-mon[100571]: Cluster is now healthy 2024-09-21T13:49:14.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:13 smithi066 ceph-mon[104155]: pgmap v301: 161 pgs: 10 peering, 151 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 667 B/s rd, 0 op/s 2024-09-21T13:49:14.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:13 smithi066 ceph-mon[104155]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 14/636 objects degraded (2.201%), 4 pgs degraded) 2024-09-21T13:49:14.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:13 smithi066 ceph-mon[104155]: Cluster is now healthy 2024-09-21T13:49:15.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:15 smithi066 ceph-mon[100571]: pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:49:15.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:15 smithi066 ceph-mon[104155]: pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:49:15.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:49:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:49:15] "GET /metrics HTTP/1.1" 200 38394 "" "Prometheus/2.51.0" 2024-09-21T13:49:16.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:15 smithi084 ceph-mon[88467]: pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-21T13:49:16.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:15.948309958Z 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-21T13:49:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:17 smithi066 ceph-mon[100571]: pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 0 op/s 2024-09-21T13:49:18.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:17 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:17 smithi066 ceph-mon[104155]: pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 0 op/s 2024-09-21T13:49:18.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:17 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:17 smithi084 ceph-mon[88467]: pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 0 op/s 2024-09-21T13:49:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:17 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:19.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:18.944659894Z 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-21T13:49:20.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:19 smithi066 ceph-mon[100571]: pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 910 B/s rd, 0 op/s 2024-09-21T13:49:20.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:19 smithi066 ceph-mon[104155]: pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 910 B/s rd, 0 op/s 2024-09-21T13:49:20.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:19 smithi084 ceph-mon[88467]: pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 910 B/s rd, 0 op/s 2024-09-21T13:49:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:21 smithi066 ceph-mon[100571]: pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:21 smithi066 ceph-mon[104155]: pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:22.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:21 smithi084 ceph-mon[88467]: pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:22.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:21.948949248Z 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-21T13:49:24.078 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:24.079 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-21T13:49:24.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:24.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-21T13:49:24.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:24.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-21T13:49:25.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:24.95408849Z 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-21T13:49:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:24 smithi084 ceph-mon[88467]: pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:24 smithi084 ceph-mon[88467]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-21T13:49:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:24 smithi084 ceph-mon[88467]: Upgrade: osd.7 is safe to restart 2024-09-21T13:49:25.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:24 smithi066 ceph-mon[100571]: pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:25.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:24 smithi066 ceph-mon[100571]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-21T13:49:25.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:24 smithi066 ceph-mon[100571]: Upgrade: osd.7 is safe to restart 2024-09-21T13:49:25.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:24 smithi066 ceph-mon[104155]: pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:25.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:24 smithi066 ceph-mon[104155]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-21T13:49:25.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:24 smithi066 ceph-mon[104155]: Upgrade: osd.7 is safe to restart 2024-09-21T13:49:25.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:49:25] "GET /metrics HTTP/1.1" 200 38394 "" "Prometheus/2.51.0" 2024-09-21T13:49:25.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[100571]: Upgrade: Updating osd.7 2024-09-21T13:49:25.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:25.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[100571]: Deploying daemon osd.7 on smithi084 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[100571]: pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[104155]: Upgrade: Updating osd.7 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[104155]: Deploying daemon osd.7 on smithi084 2024-09-21T13:49:25.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:25 smithi066 ceph-mon[104155]: pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:25 smithi084 ceph-mon[88467]: Upgrade: Updating osd.7 2024-09-21T13:49:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T13:49:26.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:25 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:26.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:25 smithi084 ceph-mon[88467]: Deploying daemon osd.7 on smithi084 2024-09-21T13:49:26.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:25 smithi084 ceph-mon[88467]: pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:27.868 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:27 smithi084 systemd[1]: Stopping Ceph osd.7 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:49:28.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:27.95245423Z 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-21T13:49:28.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[49756]: 2024-09-21T13:49:27.892+0000 7f78581d6640 -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-21T13:49:28.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[49756]: 2024-09-21T13:49:27.892+0000 7f78581d6640 -1 osd.7 145 *** Got signal Terminated *** 2024-09-21T13:49:28.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[49756]: 2024-09-21T13:49:27.892+0000 7f78581d6640 -1 osd.7 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:49:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[100571]: pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:28.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[100571]: osd.7 marked itself down and dead 2024-09-21T13:49:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[104155]: pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:28.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:28 smithi066 ceph-mon[104155]: osd.7 marked itself down and dead 2024-09-21T13:49:29.113 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:28 smithi084 ceph-mon[88467]: pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:29.113 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:28 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:29.113 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:29.114 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:29.114 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:28 smithi084 ceph-mon[88467]: osd.7 marked itself down and dead 2024-09-21T13:49:29.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:29 smithi084 podman[106346]: 2024-09-21 13:49:29.113343266 +0000 UTC m=+1.310535227 container died 085524664fbdcf2dcd650b4f00ede6f4feaa359b9f3faf48da9b283d3ecfdb08 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-4e45e6b, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-21T13:49:29.676 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:29 smithi084 podman[106346]: 2024-09-21 13:49:29.459343847 +0000 UTC m=+1.656535787 container cleanup 085524664fbdcf2dcd650b4f00ede6f4feaa359b9f3faf48da9b283d3ecfdb08 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, 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, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=squid-4e45e6b) 2024-09-21T13:49:29.676 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:29 smithi084 bash[106346]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7 2024-09-21T13:49:29.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:29 smithi066 ceph-mon[104155]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:49:29.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:29 smithi066 ceph-mon[104155]: osdmap e146: 8 total, 7 up, 8 in 2024-09-21T13:49:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:29 smithi066 ceph-mon[100571]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:49:29.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:29 smithi066 ceph-mon[100571]: osdmap e146: 8 total, 7 up, 8 in 2024-09-21T13:49:30.072 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:29 smithi084 ceph-mon[88467]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-21T13:49:30.072 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:29 smithi084 ceph-mon[88467]: osdmap e146: 8 total, 7 up, 8 in 2024-09-21T13:49:30.072 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:29 smithi084 podman[106372]: 2024-09-21 13:49:29.73604333 +0000 UTC m=+0.621786445 container remove 085524664fbdcf2dcd650b4f00ede6f4feaa359b9f3faf48da9b283d3ecfdb08 (image=quay.ceph.io/ceph-ci/ceph@sha256:f3429f9fdc6da1a3bba9b3b7353043861d7430d80bfe651414b12f783f35cd64, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=squid-4e45e6b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-21T13:49:30.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:30 smithi084 podman[106460]: 2024-09-21 13:49:29.975030558 +0000 UTC m=+0.015762291 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:49:30.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:30 smithi084 podman[106460]: 2024-09-21 13:49:30.078341095 +0000 UTC m=+0.119072817 container create b3f4ab96df10ff1550c7466bfe7151f925ac2de6f655f055a61447d4f8ec8b40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True) 2024-09-21T13:49:30.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:30 smithi084 podman[106460]: 2024-09-21 13:49:30.305683474 +0000 UTC m=+0.346415203 container init b3f4ab96df10ff1550c7466bfe7151f925ac2de6f655f055a61447d4f8ec8b40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-21T13:49:30.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:30 smithi084 podman[106460]: 2024-09-21 13:49:30.309203806 +0000 UTC m=+0.349935530 container start b3f4ab96df10ff1550c7466bfe7151f925ac2de6f655f055a61447d4f8ec8b40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:49:30.688 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:30 smithi084 podman[106460]: 2024-09-21 13:49:30.389152234 +0000 UTC m=+0.429883979 container attach b3f4ab96df10ff1550c7466bfe7151f925ac2de6f655f055a61447d4f8ec8b40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True) 2024-09-21T13:49:30.688 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:30 smithi084 podman[106460]: 2024-09-21 13:49:30.498868622 +0000 UTC m=+0.539600351 container died b3f4ab96df10ff1550c7466bfe7151f925ac2de6f655f055a61447d4f8ec8b40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-21T13:49:30.946 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:30 smithi084 ceph-mon[88467]: pgmap v310: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:49:30.946 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:30 smithi084 ceph-mon[88467]: osdmap e147: 8 total, 7 up, 8 in 2024-09-21T13:49:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:30 smithi066 ceph-mon[100571]: pgmap v310: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:49:30.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:30 smithi066 ceph-mon[100571]: osdmap e147: 8 total, 7 up, 8 in 2024-09-21T13:49:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:30 smithi066 ceph-mon[104155]: pgmap v310: 161 pgs: 23 stale+active+clean, 138 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-21T13:49:30.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:30 smithi066 ceph-mon[104155]: osdmap e147: 8 total, 7 up, 8 in 2024-09-21T13:49:31.293 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:30.946500779Z 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-21T13:49:31.294 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 podman[106483]: 2024-09-21 13:49:31.059417847 +0000 UTC m=+0.554707281 container remove b3f4ab96df10ff1550c7466bfe7151f925ac2de6f655f055a61447d4f8ec8b40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-21T13:49:31.294 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.7.service: Deactivated successfully. 2024-09-21T13:49:31.294 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 systemd[1]: Stopped Ceph osd.7 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:49:31.294 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.7.service: Consumed 15.101s CPU time. 2024-09-21T13:49:31.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 systemd[1]: Starting Ceph osd.7 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:49:31.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 podman[106583]: 2024-09-21 13:49:31.40721399 +0000 UTC m=+0.015935487 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:49:31.619 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 podman[106583]: 2024-09-21 13:49:31.527039324 +0000 UTC m=+0.135760809 container create 22e723502b57508e63e96ffec25cc995c7812661114b82d51aaf50e3266976f8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, ceph=True, 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, org.label-schema.vendor=CentOS) 2024-09-21T13:49:31.921 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:31 smithi084 ceph-mon[88467]: Health check failed: Reduced data availability: 1 pg inactive, 7 pgs peering (PG_AVAILABILITY) 2024-09-21T13:49:31.922 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:31 smithi084 ceph-mon[88467]: Health check failed: Degraded data redundancy: 21/636 objects degraded (3.302%), 9 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:31.922 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 podman[106583]: 2024-09-21 13:49:31.787992297 +0000 UTC m=+0.396713789 container init 22e723502b57508e63e96ffec25cc995c7812661114b82d51aaf50e3266976f8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-21T13:49:31.922 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 podman[106583]: 2024-09-21 13:49:31.791232277 +0000 UTC m=+0.399953762 container start 22e723502b57508e63e96ffec25cc995c7812661114b82d51aaf50e3266976f8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, 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, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-21T13:49:31.922 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 podman[106583]: 2024-09-21 13:49:31.879647472 +0000 UTC m=+0.488368965 container attach 22e723502b57508e63e96ffec25cc995c7812661114b82d51aaf50e3266976f8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-21T13:49:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:31 smithi066 ceph-mon[100571]: Health check failed: Reduced data availability: 1 pg inactive, 7 pgs peering (PG_AVAILABILITY) 2024-09-21T13:49:31.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:31 smithi066 ceph-mon[100571]: Health check failed: Degraded data redundancy: 21/636 objects degraded (3.302%), 9 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:31.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:31 smithi066 ceph-mon[104155]: Health check failed: Reduced data availability: 1 pg inactive, 7 pgs peering (PG_AVAILABILITY) 2024-09-21T13:49:31.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:31 smithi066 ceph-mon[104155]: Health check failed: Degraded data redundancy: 21/636 objects degraded (3.302%), 9 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:32.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:49:32.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 bash[106583]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:49:32.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:49:32.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:31 smithi084 bash[106583]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:49:32.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:32 smithi066 ceph-mon[100571]: pgmap v312: 161 pgs: 12 active+undersized, 24 peering, 8 stale+active+clean, 9 active+undersized+degraded, 108 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 21/636 objects degraded (3.302%) 2024-09-21T13:49:32.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:32 smithi066 ceph-mon[104155]: pgmap v312: 161 pgs: 12 active+undersized, 24 peering, 8 stale+active+clean, 9 active+undersized+degraded, 108 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 21/636 objects degraded (3.302%) 2024-09-21T13:49:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:32 smithi084 ceph-mon[88467]: pgmap v312: 161 pgs: 12 active+undersized, 24 peering, 8 stale+active+clean, 9 active+undersized+degraded, 108 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 21/636 objects degraded (3.302%) 2024-09-21T13:49:34.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:33.943437879Z 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-21T13:49:34.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:34 smithi066 ceph-mon[100571]: pgmap v313: 161 pgs: 21 active+undersized, 24 peering, 3 stale+active+clean, 11 active+undersized+degraded, 102 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 24/636 objects degraded (3.774%) 2024-09-21T13:49:34.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:34 smithi066 ceph-mon[104155]: pgmap v313: 161 pgs: 21 active+undersized, 24 peering, 3 stale+active+clean, 11 active+undersized+degraded, 102 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 24/636 objects degraded (3.774%) 2024-09-21T13:49:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:34 smithi084 ceph-mon[88467]: pgmap v313: 161 pgs: 21 active+undersized, 24 peering, 3 stale+active+clean, 11 active+undersized+degraded, 102 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 24/636 objects degraded (3.774%) 2024-09-21T13:49:35.118 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:49:35.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:49:35.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 bash[106583]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-09-21T13:49:35.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 bash[106583]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:49:35.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:49:35.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 bash[106583]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-21T13:49:35.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-21T13:49:35.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 bash[106583]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-21T13:49:35.120 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-09-21T13:49:35.120 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:34 smithi084 bash[106583]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 bash[106583]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 bash[106583]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 bash[106583]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 bash[106583]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-21T13:49:35.509 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate[106598]: --> ceph-volume lvm activate successful for osd ID: 7 2024-09-21T13:49:35.510 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 bash[106583]: --> ceph-volume lvm activate successful for osd ID: 7 2024-09-21T13:49:35.510 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 podman[106583]: 2024-09-21 13:49:35.223424742 +0000 UTC m=+3.832146237 container died 22e723502b57508e63e96ffec25cc995c7812661114b82d51aaf50e3266976f8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2) 2024-09-21T13:49:35.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:35 smithi066 ceph-mon[100571]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 7 pgs peering) 2024-09-21T13:49:35.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:35 smithi066 ceph-mon[104155]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 7 pgs peering) 2024-09-21T13:49:35.995 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:49:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:49:35] "GET /metrics HTTP/1.1" 200 38397 "" "Prometheus/2.51.0" 2024-09-21T13:49:36.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:35 smithi084 ceph-mon[88467]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 7 pgs peering) 2024-09-21T13:49:36.118 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 podman[106803]: 2024-09-21 13:49:35.783325302 +0000 UTC m=+0.553440372 container remove 22e723502b57508e63e96ffec25cc995c7812661114b82d51aaf50e3266976f8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-activate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-21T13:49:36.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:35 smithi084 podman[106863]: 2024-09-21 13:49:35.897392552 +0000 UTC m=+0.015739509 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:49:36.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:36 smithi084 podman[106863]: 2024-09-21 13:49:36.000971031 +0000 UTC m=+0.119317976 container create 54e0a7b238f94a000b72556ef7ec78ff8d19532516aecce425150ee8df96321c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:49:36.378 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:36 smithi084 podman[106863]: 2024-09-21 13:49:36.286899164 +0000 UTC m=+0.405246115 container init 54e0a7b238f94a000b72556ef7ec78ff8d19532516aecce425150ee8df96321c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , 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) 2024-09-21T13:49:36.378 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:36 smithi084 podman[106863]: 2024-09-21 13:49:36.290095637 +0000 UTC m=+0.408442579 container start 54e0a7b238f94a000b72556ef7ec78ff8d19532516aecce425150ee8df96321c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-21T13:49:36.378 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:36 smithi084 ceph-osd[106882]: -- 172.21.15.84:0/3418537752 <== mon.1 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55bc4c08fa40 con 0x55bc4c06dc00 2024-09-21T13:49:36.797 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:36 smithi084 ceph-mon[88467]: pgmap v314: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:36.797 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:36 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:36.797 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:36 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:36.797 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:36 smithi084 bash[106863]: 54e0a7b238f94a000b72556ef7ec78ff8d19532516aecce425150ee8df96321c 2024-09-21T13:49:36.798 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:36 smithi084 systemd[1]: Started Ceph osd.7 for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:49:37.108 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:36.950649513Z 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-21T13:49:37.178 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:36 smithi066 ceph-mon[100571]: pgmap v314: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:37.178 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:36 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:37.179 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:36 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:37.179 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:36 smithi066 ceph-mon[104155]: pgmap v314: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:37.179 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:36 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:37.179 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:36 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:37.841 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:49:38.429 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:49:38.429 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (7m) 2m ago 28m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (7m) 33s ago 28m 79.9M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (9m) 2m ago 28m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (8m) 33s ago 33m 457M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (18m) 2m ago 34m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (5m) 2m ago 34m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (6m) 33s ago 33m 45.9M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (5m) 2m ago 33m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (8m) 2m ago 28m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (8m) 33s ago 28m 10.4M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:49:38.430 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (4m) 2m ago 32m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (3m) 2m ago 32m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (3m) 2m ago 31m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (2m) 2m ago 31m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (110s) 33s ago 31m 45.1M 3248M 19.3.0-5104-g44178494 b415816db8b4 7931a60610e0 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (74s) 33s ago 30m 43.8M 3248M 19.3.0-5104-g44178494 b415816db8b4 98d3f21221dd 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (38s) 33s ago 30m 11.2M 3248M 19.3.0-5104-g44178494 b415816db8b4 c77ce93b7eca 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 starting - - - 3248M 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (8m) 33s ago 29m 53.8M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (28m) 2m ago 28m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:49:38.431 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (28m) 33s ago 28m 90.0M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:49:38.545 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:49:38.170+0000 7f3e6f119640 -1 Falling back to public interface 2024-09-21T13:49:38.783 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:49:38.783 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:49:38.783 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 7 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2, 2024-09-21T13:49:38.784 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 12 2024-09-21T13:49:38.785 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:49:38.785 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:49:39.085 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:49:39.085 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:49:39.085 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:49:39.086 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-21T13:49:39.086 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:49:39.086 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "7/8 daemons upgraded", 2024-09-21T13:49:39.086 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading osd daemons", 2024-09-21T13:49:39.086 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:49:39.086 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:49:39.086 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:38 smithi066 ceph-mon[100571]: pgmap v315: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:39.086 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:38 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:39.086 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:38 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/2958187065' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:39.087 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:38 smithi066 ceph-mon[104155]: pgmap v315: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:39.087 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:38 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:39.087 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:38 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/2958187065' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:38 smithi084 ceph-mon[88467]: pgmap v315: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:38 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:38 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/2958187065' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:40.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:39 smithi084 ceph-mon[88467]: from='client.44535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:40.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:39 smithi084 ceph-mon[88467]: from='client.44541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:40.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:39 smithi084 ceph-mon[88467]: from='client.54548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:40.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:39.952927113Z 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-21T13:49:40.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:39 smithi066 ceph-mon[100571]: from='client.44535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:40.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:39 smithi066 ceph-mon[100571]: from='client.44541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:40.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:39 smithi066 ceph-mon[100571]: from='client.54548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:40.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:39 smithi066 ceph-mon[104155]: from='client.44535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:40.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:39 smithi066 ceph-mon[104155]: from='client.44541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:40.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:39 smithi066 ceph-mon[104155]: from='client.54548 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:40 smithi084 ceph-mon[88467]: pgmap v316: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:41.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:40 smithi084 ceph-mon[88467]: from='client.44559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:40 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 85/636 objects degraded (13.365%), 28 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:40 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:41.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:40 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[100571]: pgmap v316: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[100571]: from='client.44559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 85/636 objects degraded (13.365%), 28 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:41.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[104155]: pgmap v316: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[104155]: from='client.44559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:49:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 85/636 objects degraded (13.365%), 28 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:41.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:40 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:41.819 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:49:41.724+0000 7f3e6f119640 -1 osd.7 145 log_to_monitors true 2024-09-21T13:49:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:41 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:41 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:41 smithi084 ceph-mon[88467]: pgmap v317: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:41 smithi084 ceph-mon[88467]: from='osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T13:49:42.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:41 smithi084 ceph-mon[88467]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T13:49:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[100571]: pgmap v317: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[100571]: from='osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T13:49:42.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[100571]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T13:49:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[104155]: pgmap v317: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 238 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[104155]: from='osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T13:49:42.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:41 smithi066 ceph-mon[104155]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T13:49:42.413 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:49:42.294+0000 7f3e62ebb640 -1 osd.7 145 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T13:49:43.117 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:42.944865163Z 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-21T13:49:43.117 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-mon[88467]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T13:49:43.117 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-mon[88467]: osdmap e148: 8 total, 7 up, 8 in 2024-09-21T13:49:43.117 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-mon[88467]: from='osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:43.117 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-mon[88467]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:43.117 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-mon[88467]: from='osd.7 ' entity='osd.7' 2024-09-21T13:49:43.117 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:43.117 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:42 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[100571]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T13:49:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[100571]: osdmap e148: 8 total, 7 up, 8 in 2024-09-21T13:49:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[100571]: from='osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[100571]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[100571]: from='osd.7 ' entity='osd.7' 2024-09-21T13:49:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:43.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[104155]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T13:49:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[104155]: osdmap e148: 8 total, 7 up, 8 in 2024-09-21T13:49:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[104155]: from='osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[104155]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi084", "root=default"]} : dispatch 2024-09-21T13:49:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[104155]: from='osd.7 ' entity='osd.7' 2024-09-21T13:49:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:43.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:42 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:44.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: pgmap v319: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:44.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:49:44.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739] boot 2024-09-21T13:49:44.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: osdmap e149: 8 total, 8 up, 8 in 2024-09-21T13:49:44.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T13:49:44.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:44.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:44.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:44.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:44.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: pgmap v319: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:49:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739] boot 2024-09-21T13:49:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: osdmap e149: 8 total, 8 up, 8 in 2024-09-21T13:49:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T13:49:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:44.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: pgmap v319: 161 pgs: 41 active+undersized, 28 active+undersized+degraded, 92 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: osd.7 [v2:172.21.15.84:6824/2991179739,v1:172.21.15.84:6825/2991179739] boot 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: osdmap e149: 8 total, 8 up, 8 in 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:44.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all osd 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-21T13:49:45.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-21T13:49:45.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mds 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nfs 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.121 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: Upgrade: Finalizing container_image settings 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:49:45.122 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:49:45.123 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: Upgrade: Complete! 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:45.124 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.125 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:45.125 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:45.125 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.125 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:44 smithi084 ceph-mon[88467]: osdmap e150: 8 total, 8 up, 8 in 2024-09-21T13:49:45.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all osd 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-21T13:49:45.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-21T13:49:45.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all osd 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-21T13:49:45.247 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-21T13:49:45.248 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mds 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all nfs 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:49:45.249 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: Upgrade: Finalizing container_image settings 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:49:45.250 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mds 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.251 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all nfs 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: Upgrade: Finalizing container_image settings 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:49:45.252 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:49:45.253 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.254 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: Upgrade: Complete! 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:49:45.255 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:49:45.256 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: Upgrade: Complete! 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.257 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[100571]: osdmap e150: 8 total, 8 up, 8 in 2024-09-21T13:49:45.258 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:45.258 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.258 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:49:45.258 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:49:45.258 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:45.258 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:44 smithi066 ceph-mon[104155]: osdmap e150: 8 total, 8 up, 8 in 2024-09-21T13:49:45.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:45 smithi066 ceph-mon[100571]: pgmap v322: 161 pgs: 12 peering, 33 active+undersized, 20 active+undersized+degraded, 96 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 59/636 objects degraded (9.277%) 2024-09-21T13:49:45.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:45 smithi066 ceph-mon[104155]: pgmap v322: 161 pgs: 12 peering, 33 active+undersized, 20 active+undersized+degraded, 96 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 59/636 objects degraded (9.277%) 2024-09-21T13:49:45.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:49:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:49:45] "GET /metrics HTTP/1.1" 200 38254 "" "Prometheus/2.51.0" 2024-09-21T13:49:46.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:45 smithi084 ceph-mon[88467]: pgmap v322: 161 pgs: 12 peering, 33 active+undersized, 20 active+undersized+degraded, 96 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 59/636 objects degraded (9.277%) 2024-09-21T13:49:46.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:45.953684789Z 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-21T13:49:47.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:46 smithi084 ceph-mon[88467]: Health check update: Degraded data redundancy: 59/636 objects degraded (9.277%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:47.185 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:46 smithi066 ceph-mon[100571]: Health check update: Degraded data redundancy: 59/636 objects degraded (9.277%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:47.185 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:46 smithi066 ceph-mon[104155]: Health check update: Degraded data redundancy: 59/636 objects degraded (9.277%), 20 pgs degraded (PG_DEGRADED) 2024-09-21T13:49:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:47 smithi084 ceph-mon[88467]: pgmap v323: 161 pgs: 12 peering, 7 active+undersized, 3 active+undersized+degraded, 139 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 7/636 objects degraded (1.101%) 2024-09-21T13:49:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:47 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:48.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:47 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:47 smithi066 ceph-mon[100571]: pgmap v323: 161 pgs: 12 peering, 7 active+undersized, 3 active+undersized+degraded, 139 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 7/636 objects degraded (1.101%) 2024-09-21T13:49:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:47 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:48.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:47 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:48.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:47 smithi066 ceph-mon[104155]: pgmap v323: 161 pgs: 12 peering, 7 active+undersized, 3 active+undersized+degraded, 139 active+clean; 585 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 7/636 objects degraded (1.101%) 2024-09-21T13:49:48.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:47 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:48.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:47 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:49.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:48 smithi066 ceph-mon[100571]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/636 objects degraded (1.101%), 3 pgs degraded) 2024-09-21T13:49:49.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:48 smithi066 ceph-mon[100571]: Cluster is now healthy 2024-09-21T13:49:49.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:48 smithi066 ceph-mon[104155]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/636 objects degraded (1.101%), 3 pgs degraded) 2024-09-21T13:49:49.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:48 smithi066 ceph-mon[104155]: Cluster is now healthy 2024-09-21T13:49:49.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:48.957914923Z 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-21T13:49:49.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:48 smithi084 ceph-mon[88467]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/636 objects degraded (1.101%), 3 pgs degraded) 2024-09-21T13:49:49.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:48 smithi084 ceph-mon[88467]: Cluster is now healthy 2024-09-21T13:49:50.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:49 smithi066 ceph-mon[100571]: pgmap v324: 161 pgs: 12 peering, 149 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 726 B/s rd, 0 op/s 2024-09-21T13:49:50.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:49 smithi066 ceph-mon[104155]: pgmap v324: 161 pgs: 12 peering, 149 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 726 B/s rd, 0 op/s 2024-09-21T13:49:50.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:49 smithi084 ceph-mon[88467]: pgmap v324: 161 pgs: 12 peering, 149 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 726 B/s rd, 0 op/s 2024-09-21T13:49:52.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:51 smithi066 ceph-mon[100571]: pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:52.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:51 smithi066 ceph-mon[104155]: pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:52.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:51 smithi084 ceph-mon[88467]: pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:49:52.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:51.952248852Z 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-21T13:49:54.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:53 smithi084 ceph-mon[88467]: pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:49:54.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:53 smithi066 ceph-mon[100571]: pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:49:54.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:53 smithi066 ceph-mon[104155]: pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-21T13:49:55.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:54.953370393Z 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-21T13:49:55.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:49:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:49:55] "GET /metrics HTTP/1.1" 200 38254 "" "Prometheus/2.51.0" 2024-09-21T13:49:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:55 smithi084 ceph-mon[88467]: pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-09-21T13:49:56.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:55 smithi066 ceph-mon[100571]: pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-09-21T13:49:56.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:55 smithi066 ceph-mon[104155]: pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 966 B/s rd, 0 op/s 2024-09-21T13:49:58.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:49:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:49:57.954355914Z 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-21T13:49:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[104155]: pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:58.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:58.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[100571]: pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:58.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:58.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:58.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:58.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:49:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:58 smithi084 ceph-mon[88467]: pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:49:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:58 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:49:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:49:59.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:49:59.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:49:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:00.950 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:00 smithi084 ceph-mon[88467]: pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:00.951 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:00 smithi084 ceph-mon[88467]: overall HEALTH_OK 2024-09-21T13:50:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:00 smithi066 ceph-mon[100571]: pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:00.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:00 smithi066 ceph-mon[100571]: overall HEALTH_OK 2024-09-21T13:50:00.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:00 smithi066 ceph-mon[104155]: pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:00.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:00 smithi066 ceph-mon[104155]: overall HEALTH_OK 2024-09-21T13:50:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:00.950848723Z 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-21T13:50:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:02 smithi066 ceph-mon[100571]: pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:02.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:02 smithi066 ceph-mon[104155]: pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:03.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:02 smithi084 ceph-mon[88467]: pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:04.291 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:03.951590838Z 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-21T13:50:04.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:04 smithi066 ceph-mon[100571]: pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:04.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:04 smithi066 ceph-mon[104155]: pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:05.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:04 smithi084 ceph-mon[88467]: pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:05.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:50:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:50:05] "GET /metrics HTTP/1.1" 200 38388 "" "Prometheus/2.51.0" 2024-09-21T13:50:06.954 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:06 smithi084 ceph-mon[88467]: pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:06.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:06 smithi066 ceph-mon[100571]: pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:06.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:06 smithi066 ceph-mon[104155]: pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:07.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:06.954615123Z 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-21T13:50:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:08 smithi066 ceph-mon[100571]: pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:08.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:08 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:08 smithi066 ceph-mon[104155]: pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:08.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:08 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:08 smithi084 ceph-mon[88467]: pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:09.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:08 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:10.224 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:50:10.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:09.947542901Z 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-21T13:50:10.488 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:50:10.950 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:10 smithi066 ceph-mon[100571]: pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:10.950 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:10 smithi066 ceph-mon[100571]: from='client.54569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:10.951 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:10 smithi066 ceph-mon[104155]: pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:10.951 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:10 smithi066 ceph-mon[104155]: from='client.54569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:10 smithi084 ceph-mon[88467]: pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:11.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:10 smithi084 ceph-mon[88467]: from='client.54569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:11.148 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:50:11.148 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (8m) 2m ago 29m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:50:11.148 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (8m) 30s ago 29m 79.9M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:50:11.148 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (9m) 2m ago 28m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:50:11.148 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (9m) 30s ago 33m 458M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:50:11.148 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (18m) 2m ago 35m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:50:11.148 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (6m) 2m ago 35m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:50:11.148 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (7m) 30s ago 33m 44.7M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (6m) 2m ago 33m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (9m) 2m ago 29m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (9m) 30s ago 29m 10.3M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (5m) 2m ago 33m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (4m) 2m ago 32m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (3m) 2m ago 32m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (2m) 2m ago 31m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (2m) 30s ago 31m 47.1M 3248M 19.3.0-5104-g44178494 b415816db8b4 7931a60610e0 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (107s) 30s ago 31m 44.4M 3248M 19.3.0-5104-g44178494 b415816db8b4 98d3f21221dd 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (71s) 30s ago 30m 42.0M 3248M 19.3.0-5104-g44178494 b415816db8b4 c77ce93b7eca 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (35s) 30s ago 30m 11.7M 3248M 19.3.0-5104-g44178494 b415816db8b4 54e0a7b238f9 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (8m) 30s ago 29m 53.8M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:50:11.149 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (28m) 2m ago 28m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:50:11.150 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (28m) 30s ago 28m 90.1M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:50:11.950 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 1'"'"'' 2024-09-21T13:50:12.214 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:50:12.954 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:12 smithi084 ceph-mon[88467]: pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:12.954 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:12 smithi084 ceph-mon[88467]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:12.955 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:12 smithi066 ceph-mon[100571]: pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:12 smithi066 ceph-mon[100571]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:12.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:12.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:12 smithi066 ceph-mon[104155]: pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:12.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:12 smithi066 ceph-mon[104155]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:12.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:13.013 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:50:13.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:12.954925364Z 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-21T13:50:13.768 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.osd | keys'"'"' | grep $sha1' 2024-09-21T13:50:13.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:13 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1709325679' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:13.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:13 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1709325679' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:14.026 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:50:14.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:13 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1709325679' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:14.744 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)" 2024-09-21T13:50:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:14 smithi066 ceph-mon[100571]: pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:14.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:14 smithi066 ceph-mon[104155]: pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:15.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:14 smithi084 ceph-mon[88467]: pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:15.478 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade status' 2024-09-21T13:50:15.740 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:50:15.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:15 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/730871976' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:15.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:50:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:50:15] "GET /metrics HTTP/1.1" 200 38390 "" "Prometheus/2.51.0" 2024-09-21T13:50:15.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:15 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/730871976' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:16.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:15 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/730871976' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:16.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:15.954143289Z 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-21T13:50:16.442 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:50:16.442 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": null, 2024-09-21T13:50:16.442 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": false, 2024-09-21T13:50:16.442 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "", 2024-09-21T13:50:16.443 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:50:16.443 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": null, 2024-09-21T13:50:16.443 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "", 2024-09-21T13:50:16.443 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:50:16.443 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:50:16.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:16 smithi066 ceph-mon[100571]: pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:16.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:16 smithi066 ceph-mon[104155]: pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:17.081 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph health detail' 2024-09-21T13:50:17.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:16 smithi084 ceph-mon[88467]: pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:17.333 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:50:17.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:17 smithi066 ceph-mon[104155]: from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:17.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:17 smithi066 ceph-mon[100571]: from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:18.059 INFO:teuthology.orchestra.run.smithi066.stdout:HEALTH_OK 2024-09-21T13:50:18.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:17 smithi084 ceph-mon[88467]: from='client.44592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:18.746 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.foo' 2024-09-21T13:50:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:18 smithi066 ceph-mon[104155]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:18 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:18.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:18 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/453240515' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:50:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:18 smithi066 ceph-mon[100571]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:18 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:18.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:18 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/453240515' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:50:18.998 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:50:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:18 smithi084 ceph-mon[88467]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:18 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:19.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:18 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/453240515' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-21T13:50:19.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:18.951012383Z 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-21T13:50:20.876 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:20 smithi066 ceph-mon[100571]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:20.877 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:20 smithi066 ceph-mon[100571]: from='client.54605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:20.877 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:20 smithi066 ceph-mon[104155]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:20.877 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:20 smithi066 ceph-mon[104155]: from='client.54605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:20.913 INFO:teuthology.orchestra.run.smithi066.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:50:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:20 smithi084 ceph-mon[88467]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:21.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:20 smithi084 ceph-mon[88467]: from='client.54605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:21.524 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- 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-21T13:50:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[100571]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[100571]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:50:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:50:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[100571]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:50:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[104155]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[104155]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:50:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:50:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:22.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:21 smithi066 ceph-mon[104155]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:50:22.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:21.947404088Z 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-21T13:50:22.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:21 smithi084 ceph-mon[88467]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:22.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:21 smithi084 ceph-mon[88467]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:50:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:50:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:21 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:22.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:21 smithi084 ceph-mon[88467]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:50:22.752 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:50:23.469 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:50:23.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:50:23.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mgr 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mon 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all crash 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all osd 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all mds 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mgr 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mon 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.996 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all crash 2024-09-21T13:50:23.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all osd 2024-09-21T13:50:23.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:23.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:23.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all mds 2024-09-21T13:50:23.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:23 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.068 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:50:24.068 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (8m) 3m ago 29m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (8m) 43s ago 29m 79.9M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (9m) 3m ago 28m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (9m) 43s ago 33m 458M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (18m) 3m ago 35m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (6m) 3m ago 35m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (7m) 43s ago 34m 44.7M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (6m) 3m ago 34m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (9m) 3m ago 29m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (9m) 43s ago 29m 10.3M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (5m) 3m ago 33m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (4m) 3m ago 33m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (3m) 3m ago 32m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:50:24.069 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (3m) 3m ago 32m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:50:24.070 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (2m) 43s ago 31m 47.1M 3248M 19.3.0-5104-g44178494 b415816db8b4 7931a60610e0 2024-09-21T13:50:24.070 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (2m) 43s ago 31m 44.4M 3248M 19.3.0-5104-g44178494 b415816db8b4 98d3f21221dd 2024-09-21T13:50:24.070 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (84s) 43s ago 30m 42.0M 3248M 19.3.0-5104-g44178494 b415816db8b4 c77ce93b7eca 2024-09-21T13:50:24.070 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (48s) 43s ago 30m 11.7M 3248M 19.3.0-5104-g44178494 b415816db8b4 54e0a7b238f9 2024-09-21T13:50:24.070 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (8m) 43s ago 30m 53.8M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:50:24.070 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (29m) 3m ago 29m - - 19.1.1-373-g4e45e6b4 164465d2334a bd48d9671da3 2024-09-21T13:50:24.070 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (29m) 43s ago 29m 90.1M - 19.1.1-373-g4e45e6b4 164465d2334a d4a729cfdb3e 2024-09-21T13:50:24.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: Upgrade: Target is version 19.3.0-5104-g44178494 (squid) 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5'] 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mgr 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mon 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all crash 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all osd 2024-09-21T13:50:24.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:24.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all mds 2024-09-21T13:50:24.120 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:23 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.450 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 8 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2 2024-09-21T13:50:24.451 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:50:24.452 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:50:24.452 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2, 2024-09-21T13:50:24.452 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 13 2024-09-21T13:50:24.452 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:50:24.452 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:50:24.768 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:50:24.769 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:50:24.769 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:50:24.769 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons in service(s) rgw.foo", 2024-09-21T13:50:24.769 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:50:24.769 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "0/2 daemons upgraded", 2024-09-21T13:50:24.769 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading rgw daemons", 2024-09-21T13:50:24.769 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:50:24.769 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:50:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[104155]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[104155]: from='client.44610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[104155]: from='client.54617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T13:50:24.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:24.995 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/690606062' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:24.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[100571]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:24.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[100571]: from='client.44610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:24.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[100571]: from='client.54617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:24.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:24.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T13:50:24.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:24.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:24 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/690606062' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:25.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:24.955616626Z 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-21T13:50:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:24 smithi084 ceph-mon[88467]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:25.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:24 smithi084 ceph-mon[88467]: from='client.44610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:24 smithi084 ceph-mon[88467]: from='client.54617 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:24 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:24 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi066.ajuwvs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T13:50:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:24 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:25.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:24 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/690606062' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:25.989 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:50:25] "GET /metrics HTTP/1.1" 200 38390 "" "Prometheus/2.51.0" 2024-09-21T13:50:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-mon[100571]: from='client.44622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-mon[100571]: Upgrade: Updating rgw.foo.smithi066.ajuwvs (1/2) 2024-09-21T13:50:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-mon[100571]: Deploying daemon rgw.foo.smithi066.ajuwvs on smithi066 2024-09-21T13:50:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-mon[100571]: from='client.54635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:25.989 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-mon[104155]: from='client.44622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:25.989 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-mon[104155]: Upgrade: Updating rgw.foo.smithi066.ajuwvs (1/2) 2024-09-21T13:50:25.989 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-mon[104155]: Deploying daemon rgw.foo.smithi066.ajuwvs on smithi066 2024-09-21T13:50:25.990 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:25 smithi066 ceph-mon[104155]: from='client.54635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:25 smithi084 ceph-mon[88467]: from='client.44622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:25 smithi084 ceph-mon[88467]: Upgrade: Updating rgw.foo.smithi066.ajuwvs (1/2) 2024-09-21T13:50:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:25 smithi084 ceph-mon[88467]: Deploying daemon rgw.foo.smithi066.ajuwvs on smithi066 2024-09-21T13:50:26.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:25 smithi084 ceph-mon[88467]: from='client.54635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:27.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:26 smithi084 ceph-mon[88467]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:27.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:26 smithi066 ceph-mon[100571]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:27.220 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:26 smithi066 ceph-mon[104155]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:28.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:27 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:28.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:27.954816789Z 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-21T13:50:28.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:27 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:28.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:27 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:28 smithi084 ceph-mon[88467]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:29.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:28 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:28 smithi066 ceph-mon[104155]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:28 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:28 smithi066 ceph-mon[100571]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:28 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:31.046 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:30 smithi066 ceph-mon[104155]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:31.047 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:30 smithi066 ceph-mon[100571]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:31.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:30 smithi084 ceph-mon[88467]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:31.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:30.957617751Z 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-21T13:50:33.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:32 smithi084 ceph-mon[88467]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:33.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:32 smithi066 ceph-mon[100571]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:33.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:32 smithi066 ceph-mon[104155]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:34.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:33.951767619Z 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-21T13:50:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:34 smithi084 ceph-mon[88467]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:35.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:34 smithi066 ceph-mon[100571]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:35.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:34 smithi066 ceph-mon[104155]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:50:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:50:35] "GET /metrics HTTP/1.1" 200 38392 "" "Prometheus/2.51.0" 2024-09-21T13:50:36.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:36 smithi066 ceph-mon[100571]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:36.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:36 smithi066 ceph-mon[104155]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:37.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:36 smithi084 ceph-mon[88467]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-21T13:50:37.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:36.947043616Z 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-21T13:50:39.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:38 smithi084 ceph-mon[88467]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:38 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:38 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:39.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:38 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:38 smithi066 ceph-mon[100571]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:38 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:38 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:39.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:38 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:39.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:38 smithi066 ceph-mon[104155]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:38 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:38 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:39.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:38 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:40.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:39.947155428Z 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-21T13:50:40.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[100571]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:40.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[100571]: Upgrade: Updating rgw.foo.smithi084.qbnikv (2/2) 2024-09-21T13:50:40.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:40.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T13:50:40.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:40.745 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[100571]: Deploying daemon rgw.foo.smithi084.qbnikv on smithi084 2024-09-21T13:50:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[104155]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[104155]: Upgrade: Updating rgw.foo.smithi084.qbnikv (2/2) 2024-09-21T13:50:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T13:50:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:40.745 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:40 smithi066 ceph-mon[104155]: Deploying daemon rgw.foo.smithi084.qbnikv on smithi084 2024-09-21T13:50:40.760 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:40 smithi084 ceph-mon[88467]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:50:40.760 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:40 smithi084 ceph-mon[88467]: Upgrade: Updating rgw.foo.smithi084.qbnikv (2/2) 2024-09-21T13:50:40.760 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:40 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:40.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:40 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi084.qbnikv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T13:50:40.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:40 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:50:40.761 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:40 smithi084 ceph-mon[88467]: Deploying daemon rgw.foo.smithi084.qbnikv on smithi084 2024-09-21T13:50:42.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:42 smithi066 ceph-mon[104155]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 85 B/s wr, 51 op/s 2024-09-21T13:50:42.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:42 smithi066 ceph-mon[100571]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 85 B/s wr, 51 op/s 2024-09-21T13:50:42.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:42 smithi084 ceph-mon[88467]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 85 B/s wr, 51 op/s 2024-09-21T13:50:43.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:42.949144893Z 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-21T13:50:43.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:43 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:43.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:43 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:43.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:43 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:44.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:44 smithi066 ceph-mon[100571]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 85 B/s wr, 72 op/s 2024-09-21T13:50:44.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:44 smithi066 ceph-mon[104155]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 85 B/s wr, 72 op/s 2024-09-21T13:50:44.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:44 smithi084 ceph-mon[88467]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 85 B/s wr, 72 op/s 2024-09-21T13:50:45.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:50:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:50:45] "GET /metrics HTTP/1.1" 200 38380 "" "Prometheus/2.51.0" 2024-09-21T13:50:46.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:45.953769782Z 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-21T13:50:46.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:46 smithi066 ceph-mon[100571]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:46.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:46 smithi066 ceph-mon[104155]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:46.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:46 smithi084 ceph-mon[88467]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:48.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:48 smithi084 ceph-mon[88467]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:48.982 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:48 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:48 smithi066 ceph-mon[100571]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:48.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:48 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:48 smithi066 ceph-mon[104155]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:48.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:48 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:49.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:48.949270255Z 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-21T13:50:50.868 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:50 smithi084 ceph-mon[88467]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:50.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:50 smithi066 ceph-mon[100571]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:50.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:50 smithi066 ceph-mon[104155]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:52.065 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:51.947318098Z 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-21T13:50:52.706 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:52 smithi084 ceph-mon[88467]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:52.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:52 smithi066 ceph-mon[100571]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:52.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:52 smithi066 ceph-mon[104155]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:50:54.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:53 smithi066 ceph-mon[100571]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 33 op/s 2024-09-21T13:50:54.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:54.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:53 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:54.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:53 smithi066 ceph-mon[104155]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 33 op/s 2024-09-21T13:50:54.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:54.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:53 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:54.273 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:53 smithi084 ceph-mon[88467]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 33 op/s 2024-09-21T13:50:54.274 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:54.274 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:53 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:55.086 INFO:teuthology.orchestra.run.smithi066.stdout:true 2024-09-21T13:50:55.223 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:54.952582726Z 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-21T13:50:55.688 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:50:55.688 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (9m) 3m ago 30m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (8m) 75s ago 29m 79.9M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (10m) 3m ago 29m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (10m) 75s ago 34m 458M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (19m) 3m ago 35m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (7m) 3m ago 35m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (8m) 75s ago 34m 44.7M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (7m) 3m ago 34m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (9m) 3m ago 29m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (9m) 75s ago 29m 10.3M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (5m) 3m ago 33m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (5m) 3m ago 33m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (4m) 3m ago 33m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (3m) 3m ago 32m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:50:55.689 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (3m) 75s ago 32m 47.1M 3248M 19.3.0-5104-g44178494 b415816db8b4 7931a60610e0 2024-09-21T13:50:55.690 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (2m) 75s ago 31m 44.4M 3248M 19.3.0-5104-g44178494 b415816db8b4 98d3f21221dd 2024-09-21T13:50:55.690 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (115s) 75s ago 31m 42.0M 3248M 19.3.0-5104-g44178494 b415816db8b4 c77ce93b7eca 2024-09-21T13:50:55.690 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (79s) 75s ago 31m 11.7M 3248M 19.3.0-5104-g44178494 b415816db8b4 54e0a7b238f9 2024-09-21T13:50:55.690 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (9m) 75s ago 30m 53.8M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:50:55.690 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 starting - - - - 2024-09-21T13:50:55.690 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 starting - - - - 2024-09-21T13:50:55.964 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:50:55] "GET /metrics HTTP/1.1" 200 38380 "" "Prometheus/2.51.0" 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout: "mon": { 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 3 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout: "mgr": { 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout: "osd": { 2024-09-21T13:50:56.050 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 8 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: "rgw": { 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2, 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 2 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: }, 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: "overall": { 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.1.1-373-g4e45e6b4 (4e45e6b490e6cbe082cdf155fea780438ec53fc7) squid (stable)": 2, 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)": 15 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout: } 2024-09-21T13:50:56.051 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:50:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-mon[104155]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 37 op/s 2024-09-21T13:50:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-mon[104155]: from='client.54686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-mon[104155]: from='client.44691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-mon[104155]: from='client.44697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-mon[100571]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 37 op/s 2024-09-21T13:50:56.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-mon[100571]: from='client.54686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-mon[100571]: from='client.44691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:55 smithi066 ceph-mon[100571]: from='client.44697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:55 smithi084 ceph-mon[88467]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 37 op/s 2024-09-21T13:50:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:55 smithi084 ceph-mon[88467]: from='client.54686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:55 smithi084 ceph-mon[88467]: from='client.44691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:55 smithi084 ceph-mon[88467]: from='client.44697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a", 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout: "in_progress": true, 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout: "which": "Upgrading daemons in service(s) rgw.foo", 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout: "services_complete": [], 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout: "progress": "1/2 daemons upgraded", 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout: "message": "Currently upgrading rgw daemons", 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout: "is_paused": false 2024-09-21T13:50:56.374 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-09-21T13:50:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/2092267180' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[100571]: from='client.54710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/2092267180' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:57.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[104155]: from='client.54710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:57.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.245 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:56 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.299 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:56 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/2092267180' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:50:57.299 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.299 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.299 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:56 smithi084 ceph-mon[88467]: from='client.54710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:50:57.299 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.299 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.299 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:57.299 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:56 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:58.265 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:50:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:50:57.955713378Z 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-21T13:50:58.266 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:58 smithi084 ceph-mon[88467]: pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 85 B/s wr, 72 op/s 2024-09-21T13:50:58.266 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:58.266 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:58.266 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:58 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:58.266 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:50:58 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:58.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[100571]: pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 85 B/s wr, 72 op/s 2024-09-21T13:50:58.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:58.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:58.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:58.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:50:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[104155]: pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 85 B/s wr, 72 op/s 2024-09-21T13:50:58.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:58.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:50:58.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:50:58.495 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:50:58 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:51:00.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:00 smithi084 ceph-mon[88467]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:00.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:00.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:00 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:00.413 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:00 smithi066 ceph-mon[100571]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:00.413 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:00.413 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:00 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:00.413 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:00 smithi066 ceph-mon[104155]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:00.413 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:00.413 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:00 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:00.943522474Z 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-21T13:51:01.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:01.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:01.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:51:01.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.869 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Upgrade: 2 rgw daemon(s) are 19.1.1-373-g4e45e6b4 != target 19.3.0-5104-g44178494 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all rgw 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi066.ajuwvs"} : dispatch 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi066.ajuwvs"}]': finished 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi084.qbnikv"} : dispatch 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi084.qbnikv"}]': finished 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.870 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nfs 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.871 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Upgrade: Finalizing container_image settings 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:51:01.872 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:51:01.873 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Upgrade: Complete! 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: Checking dashboard <-> RGW credentials 2024-09-21T13:51:01.874 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:01.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:01.875 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:01 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.995 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Upgrade: 2 rgw daemon(s) are 19.1.1-373-g4e45e6b4 != target 19.3.0-5104-g44178494 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all rgw 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi066.ajuwvs"} : dispatch 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi066.ajuwvs"}]': finished 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi084.qbnikv"} : dispatch 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi084.qbnikv"}]': finished 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.996 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all nfs 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.997 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Upgrade: 2 rgw daemon(s) are 19.1.1-373-g4e45e6b4 != target 19.3.0-5104-g44178494 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all rgw 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi066.ajuwvs"} : dispatch 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi066.ajuwvs"}]': finished 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi084.qbnikv"} : dispatch 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi084.qbnikv"}]': finished 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.998 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all rbd-mirror 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all ceph-exporter 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all nfs 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:01.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Upgrade: Finalizing container_image settings 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:51:02.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.001 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Upgrade: Setting container_image for all nvmeof 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Upgrade: Finalizing container_image settings 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-21T13:51:02.002 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:51:02.003 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Upgrade: Complete! 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:51:02.004 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: Checking dashboard <-> RGW credentials 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-21T13:51:02.005 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Upgrade: Complete! 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:02.006 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: Checking dashboard <-> RGW credentials 2024-09-21T13:51:02.007 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:02.007 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T13:51:02.007 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T13:51:02.007 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:01 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:02.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:02 smithi066 ceph-mon[100571]: pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:02.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:02 smithi066 ceph-mon[104155]: pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:03.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:02 smithi084 ceph-mon[88467]: pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:04.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:03.954589582Z 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-21T13:51:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:03 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:04.119 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:03 smithi084 ceph-mon[88467]: pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:04.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:03 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:04.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:03 smithi066 ceph-mon[100571]: pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:04.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:03 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' 2024-09-21T13:51:04.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:03 smithi066 ceph-mon[104155]: pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-21T13:51:05.994 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:05 smithi066 ceph-mon[100571]: pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 85 op/s 2024-09-21T13:51:05.994 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:05 smithi066 ceph-mon[104155]: pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 85 op/s 2024-09-21T13:51:05.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:05 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:51:05] "GET /metrics HTTP/1.1" 200 38397 "" "Prometheus/2.51.0" 2024-09-21T13:51:06.369 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:05 smithi084 ceph-mon[88467]: pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 85 op/s 2024-09-21T13:51:07.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:06.957185939Z 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-21T13:51:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:07 smithi066 ceph-mon[100571]: pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 85 B/s wr, 61 op/s 2024-09-21T13:51:08.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:07 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:08.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:07 smithi066 ceph-mon[104155]: pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 85 B/s wr, 61 op/s 2024-09-21T13:51:08.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:07 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:07 smithi084 ceph-mon[88467]: pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 41 KiB/s rd, 85 B/s wr, 61 op/s 2024-09-21T13:51:08.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:07 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:10.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:09 smithi066 ceph-mon[100571]: pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T13:51:10.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:09 smithi066 ceph-mon[104155]: pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T13:51:10.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:09 smithi084 ceph-mon[88467]: pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-21T13:51:10.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:09.950270232Z 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-21T13:51:12.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:11 smithi066 ceph-mon[100571]: pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-21T13:51:12.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:11 smithi066 ceph-mon[104155]: pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-21T13:51:12.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:11 smithi084 ceph-mon[88467]: pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-21T13:51:13.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:12 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:51:13.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:12 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:51:13.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:12.954840218Z 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-21T13:51:13.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:12 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:51:14.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:13 smithi066 ceph-mon[104155]: pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:51:14.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:13 smithi066 ceph-mon[100571]: pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:51:14.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:13 smithi084 ceph-mon[88467]: pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-21T13:51:15.983 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:15 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:51:15] "GET /metrics HTTP/1.1" 200 38402 "" "Prometheus/2.51.0" 2024-09-21T13:51:16.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:15 smithi066 ceph-mon[100571]: pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-09-21T13:51:16.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:15 smithi066 ceph-mon[104155]: pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-09-21T13:51:16.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:15 smithi084 ceph-mon[88467]: pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 3 op/s 2024-09-21T13:51:16.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:15.95519211Z 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-21T13:51:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:17 smithi066 ceph-mon[100571]: pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-21T13:51:18.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:17 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:18.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:17 smithi066 ceph-mon[104155]: pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-21T13:51:18.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:17 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:17 smithi084 ceph-mon[88467]: pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-09-21T13:51:18.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:17 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:19.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:18.952864187Z 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-21T13:51:20.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:19 smithi066 ceph-mon[100571]: pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:20.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:19 smithi066 ceph-mon[104155]: pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:20.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:19 smithi084 ceph-mon[88467]: pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:22.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:21 smithi066 ceph-mon[100571]: pgmap v370: 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-21T13:51:22.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:21 smithi066 ceph-mon[104155]: pgmap v370: 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-21T13:51:22.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:21 smithi084 ceph-mon[88467]: pgmap v370: 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-21T13:51:22.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:21.953633707Z 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-21T13:51:24.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:23 smithi084 ceph-mon[88467]: pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:24.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:23 smithi066 ceph-mon[100571]: pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:24.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:23 smithi066 ceph-mon[104155]: pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:25.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:24.957238867Z 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-21T13:51:25.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:25 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:51:25] "GET /metrics HTTP/1.1" 200 38402 "" "Prometheus/2.51.0" 2024-09-21T13:51:26.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:25 smithi084 ceph-mon[88467]: pgmap v372: 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-21T13:51:26.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:25 smithi066 ceph-mon[100571]: pgmap v372: 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-21T13:51:26.494 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:25 smithi066 ceph-mon[104155]: pgmap v372: 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-21T13:51:27.269 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:27 smithi066 ceph-mon[100571]: from='client.44748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:51:27.269 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:27 smithi066 ceph-mon[104155]: from='client.44748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:51:27.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:27 smithi084 ceph-mon[88467]: from='client.44748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:51:27.427 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph orch ps' 2024-09-21T13:51:27.687 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:51:28.078 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:28 smithi066 ceph-mon[100571]: pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:28.079 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:28 smithi066 ceph-mon[100571]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:28.079 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:28 smithi066 ceph-mon[100571]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:51:28.079 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:28 smithi066 ceph-mon[104155]: pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:28.079 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:28 smithi066 ceph-mon[104155]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:28.079 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:28 smithi066 ceph-mon[104155]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:51:28.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:28 smithi084 ceph-mon[88467]: pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:28.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:28 smithi084 ceph-mon[88467]: from='client.15501 -' entity='client.iscsi.foo.smithi066.gmfzpw' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-21T13:51:28.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:28 smithi084 ceph-mon[88467]: from='mgr.15315 172.21.15.66:0/1327187213' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T13:51:28.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:27.946115321Z 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-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.a smithi066 *:9093,9094 running (9m) 31s ago 30m - - 0.27.0 11f11916f8cd 03b5d41fcf0c 2024-09-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.a smithi084 *:3000 running (9m) 32s ago 30m 79.9M - 10.4.8 5aad1d7cf004 a0cc083c2fa8 2024-09-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:iscsi.foo.smithi066.gmfzpw smithi066 *:5000 running (10m) 31s ago 29m - - 3.8 164465d2334a e61e46cb2a33 2024-09-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.x smithi084 *:8443,9283,8765 running (10m) 32s ago 34m 458M - 19.3.0-5104-g44178494 b415816db8b4 184169115fe8 2024-09-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.y smithi066 *:8443,9283,8765 running (20m) 31s ago 36m - - 19.3.0-5104-g44178494 b415816db8b4 5a9290cd5501 2024-09-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:mon.a smithi066 running (7m) 31s ago 36m - 2048M 19.3.0-5104-g44178494 b415816db8b4 9acc18ba8a90 2024-09-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:mon.b smithi084 running (8m) 32s ago 35m 47.8M 2048M 19.3.0-5104-g44178494 b415816db8b4 8754488f91a3 2024-09-21T13:51:28.507 INFO:teuthology.orchestra.run.smithi066.stdout:mon.c smithi066 running (7m) 31s ago 35m - 2048M 19.3.0-5104-g44178494 b415816db8b4 7580b3aa0372 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.a smithi066 *:9100 running (10m) 31s ago 30m - - 1.7.0 72c9c2088986 b7d79da4f38e 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.b smithi084 *:9100 running (10m) 32s ago 30m 11.8M - 1.7.0 72c9c2088986 36ed6ad9a355 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi066 running (6m) 31s ago 34m - 2992M 19.3.0-5104-g44178494 b415816db8b4 26803ed69818 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (5m) 31s ago 34m - 2992M 19.3.0-5104-g44178494 b415816db8b4 1f9cb9fcdb97 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi066 running (5m) 31s ago 33m - 2992M 19.3.0-5104-g44178494 b415816db8b4 3346cb6de3c5 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (4m) 31s ago 33m - 2992M 19.3.0-5104-g44178494 b415816db8b4 d021ca2303ff 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi084 running (3m) 32s ago 32m 51.2M 3248M 19.3.0-5104-g44178494 b415816db8b4 7931a60610e0 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi084 running (3m) 32s ago 32m 47.9M 3248M 19.3.0-5104-g44178494 b415816db8b4 98d3f21221dd 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi084 running (2m) 32s ago 32m 45.4M 3248M 19.3.0-5104-g44178494 b415816db8b4 c77ce93b7eca 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi084 running (112s) 32s ago 31m 53.4M 3248M 19.3.0-5104-g44178494 b415816db8b4 54e0a7b238f9 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.a smithi084 *:9095 running (10m) 32s ago 31m 53.9M - 2.51.0 1d3b7f56885b 0186cc213363 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi066.ajuwvs smithi066 *:8000 running (51s) 31s ago 30m - - 19.3.0-5104-g44178494 b415816db8b4 1927671d3731 2024-09-21T13:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:rgw.foo.smithi084.qbnikv smithi084 *:8000 running (36s) 32s ago 30m 76.2M - 19.3.0-5104-g44178494 b415816db8b4 6b43355bf441 2024-09-21T13:51:29.140 DEBUG:teuthology.orchestra.run.smithi066:> 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c 'ceph versions | jq -e '"'"'.rgw | length == 1'"'"'' 2024-09-21T13:51:29.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:29 smithi066 ceph-mon[100571]: from='client.44754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:51:29.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:29 smithi066 ceph-mon[104155]: from='client.44754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:51:29.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:29 smithi084 ceph-mon[88467]: from='client.44754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T13:51:29.394 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T13:51:30.022 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:30 smithi066 ceph-mon[100571]: pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:30.022 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:30 smithi066 ceph-mon[104155]: pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:30.291 INFO:teuthology.orchestra.run.smithi066.stdout:false 2024-09-21T13:51:30.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:30 smithi084 ceph-mon[88467]: pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-21T13:51:30.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:51:30.897 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_441784946648ff53dd310293f9dd752afeeea72a/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/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 smithi066 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c \'ceph versions | jq -e \'"\'"\'.rgw | length == 1\'"\'"\'\'' 2024-09-21T13:51:31.061 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0c41d2f7224442bc82de1aa19912e46e 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_441784946648ff53dd310293f9dd752afeeea72a/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/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 smithi066 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c \'ceph versions | jq -e \'"\'"\'.rgw | length == 1\'"\'"\'\'' 2024-09-21T13:51:31.064 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T13:51:31.121 INFO:tasks.cephadm:Teardown begin 2024-09-21T13:51:31.122 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:51:31.148 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-mon[100571]: from='client.? 172.21.15.66:0/1271495542' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:31.148 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-mon[104155]: from='client.? 172.21.15.66:0/1271495542' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:31.153 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:51:31.187 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T13:51:31.187 DEBUG:teuthology.orchestra.run.smithi066:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T13:51:31.208 DEBUG:teuthology.orchestra.run.smithi084:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T13:51:31.245 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T13:51:31.245 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-21T13:51:31.245 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a 2024-09-21T13:51:31.368 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:31 smithi084 ceph-mon[88467]: from='client.? 172.21.15.66:0/1271495542' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-21T13:51:31.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:30.950792936Z 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-21T13:51:31.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:31 smithi066 systemd[1]: Stopping Ceph mon.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:51:31.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a[100567]: 2024-09-21T13:51:31.603+0000 7f426fd11640 -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-21T13:51:31.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a[100567]: 2024-09-21T13:51:31.603+0000 7f426fd11640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-21T13:51:31.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:31 smithi066 podman[138695]: 2024-09-21 13:51:31.665194812 +0000 UTC m=+0.176224035 container died 9acc18ba8a90495839366fa6e84b35bed20b76edce9dbec7ee4eb012c4d97419 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True) 2024-09-21T13:51:31.972 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:51:31] ENGINE Bus STOPPING 2024-09-21T13:51:31.973 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:51:31] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-21T13:51:31.973 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:51:31] ENGINE Bus STOPPED 2024-09-21T13:51:31.973 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:51:31] ENGINE Bus STARTING 2024-09-21T13:51:31.973 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:51:31] ENGINE Serving on http://:::9283 2024-09-21T13:51:31.973 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:31 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: [21/Sep/2024:13:51:31] ENGINE Bus STARTED 2024-09-21T13:51:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:32 smithi066 podman[138695]: 2024-09-21 13:51:32.146021482 +0000 UTC m=+0.657050734 container cleanup 9acc18ba8a90495839366fa6e84b35bed20b76edce9dbec7ee4eb012c4d97419 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, 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, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True) 2024-09-21T13:51:32.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Sep 21 13:51:32 smithi066 bash[138695]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-a 2024-09-21T13:51:32.581 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.a.service' 2024-09-21T13:51:32.633 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:51:32.633 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-21T13:51:32.633 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-09-21T13:51:32.633 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.c 2024-09-21T13:51:32.951 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:32 smithi066 systemd[1]: Stopping Ceph mon.c for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:51:33.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:32 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c[104151]: 2024-09-21T13:51:32.949+0000 7fa959914640 -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-21T13:51:33.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:32 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c[104151]: 2024-09-21T13:51:32.949+0000 7fa959914640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2024-09-21T13:51:33.244 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:33 smithi066 podman[138829]: 2024-09-21 13:51:33.073537661 +0000 UTC m=+0.255112237 container died 7580b3aa037239deb536a8e7af8659cba4ec83f20771ace10f72088e09bfcf0d (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-21T13:51:33.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:33 smithi066 podman[138829]: 2024-09-21 13:51:33.55921805 +0000 UTC m=+0.740792618 container cleanup 7580b3aa037239deb536a8e7af8659cba4ec83f20771ace10f72088e09bfcf0d (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True) 2024-09-21T13:51:33.744 INFO:journalctl@ceph.mon.c.smithi066.stdout:Sep 21 13:51:33 smithi066 bash[138829]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-c 2024-09-21T13:51:33.987 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.c.service' 2024-09-21T13:51:34.023 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:51:34.023 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-09-21T13:51:34.023 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-21T13:51:34.023 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.b 2024-09-21T13:51:34.327 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:34 smithi084 systemd[1]: Stopping Ceph mon.b for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:51:34.327 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:33.955685575Z 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-21T13:51:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b[88463]: 2024-09-21T13:51:34.422+0000 7f4429ef8640 -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-21T13:51:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b[88463]: 2024-09-21T13:51:34.422+0000 7f4429ef8640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2024-09-21T13:51:34.618 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:34 smithi084 podman[115321]: 2024-09-21 13:51:34.545525979 +0000 UTC m=+0.297853271 container died 8754488f91a38907ace63b884440ca9d8c79df0a46eab2a71ddf01ea5245805f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , 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, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2) 2024-09-21T13:51:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:34 smithi084 podman[115321]: 2024-09-21 13:51:34.914592076 +0000 UTC m=+0.666919365 container cleanup 8754488f91a38907ace63b884440ca9d8c79df0a46eab2a71ddf01ea5245805f (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-21T13:51:35.118 INFO:journalctl@ceph.mon.b.smithi084.stdout:Sep 21 13:51:34 smithi084 bash[115321]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mon-b 2024-09-21T13:51:35.391 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mon.b.service' 2024-09-21T13:51:35.439 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:51:35.440 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-21T13:51:35.440 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-21T13:51:35.440 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y 2024-09-21T13:51:35.726 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:35 smithi066 systemd[1]: Stopping Ceph mgr.y for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:51:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: ::ffff:172.21.15.84 - - [21/Sep/2024:13:51:35] "GET /metrics HTTP/1.1" 200 38400 "" "Prometheus/2.51.0" 2024-09-21T13:51:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:51:35.729+0000 7fbd26283640 -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-21T13:51:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:35 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y[79020]: 2024-09-21T13:51:35.729+0000 7fbd26283640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-21T13:51:35.994 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:35 smithi066 podman[138950]: 2024-09-21 13:51:35.77206149 +0000 UTC m=+0.125539210 container died 5a9290cd550134b54eb6e644f369c4dee82d78a5ec710c1799b30d75564c071c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, 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_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True) 2024-09-21T13:51:36.415 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:36 smithi066 podman[138950]: 2024-09-21 13:51:36.138969608 +0000 UTC m=+0.492447312 container cleanup 5a9290cd550134b54eb6e644f369c4dee82d78a5ec710c1799b30d75564c071c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS) 2024-09-21T13:51:36.415 INFO:journalctl@ceph.mgr.y.smithi066.stdout:Sep 21 13:51:36 smithi066 bash[138950]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-y 2024-09-21T13:51:36.561 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.y.service' 2024-09-21T13:51:36.598 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:51:36.598 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-21T13:51:36.598 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-21T13:51:36.599 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x 2024-09-21T13:51:36.925 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:51:36 smithi084 systemd[1]: Stopping Ceph mgr.x for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:51:37.229 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:51:36 smithi084 podman[115453]: 2024-09-21 13:51:36.925187814 +0000 UTC m=+0.133388718 container died 184169115fe86b01e73e90914a97b914c09924ac6ec7eefdb84326d086bea306 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-21T13:51:37.229 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:36.950902172Z 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-21T13:51:37.521 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:51:37 smithi084 podman[115453]: 2024-09-21 13:51:37.302929707 +0000 UTC m=+0.511130599 container cleanup 184169115fe86b01e73e90914a97b914c09924ac6ec7eefdb84326d086bea306 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:51:37.521 INFO:journalctl@ceph.mgr.x.smithi084.stdout:Sep 21 13:51:37 smithi084 bash[115453]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-mgr-x 2024-09-21T13:51:37.670 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@mgr.x.service' 2024-09-21T13:51:37.705 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:51:37.705 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-21T13:51:37.706 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-21T13:51:37.706 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.0 2024-09-21T13:51:37.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:37 smithi066 systemd[1]: Stopping Ceph osd.0 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:51:38.494 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[109992]: 2024-09-21T13:51:38.051+0000 7fd6f4f63640 -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-21T13:51:38.494 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[109992]: 2024-09-21T13:51:38.051+0000 7fd6f4f63640 -1 osd.0 150 *** Got signal Terminated *** 2024-09-21T13:51:38.494 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:38 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0[109992]: 2024-09-21T13:51:38.051+0000 7fd6f4f63640 -1 osd.0 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:51:40.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:39.944359475Z 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-21T13:51:43.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:42.954658953Z 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-21T13:51:43.662 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:43 smithi066 podman[139070]: 2024-09-21 13:51:43.380127266 +0000 UTC m=+5.475944135 container died 26803ed69818c7a1ab02a5f64fa9690f4a298fd27bda0949aec1b5e7d0cf875e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2) 2024-09-21T13:51:43.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:43 smithi066 podman[139070]: 2024-09-21 13:51:43.751063492 +0000 UTC m=+5.846880358 container cleanup 26803ed69818c7a1ab02a5f64fa9690f4a298fd27bda0949aec1b5e7d0cf875e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-21T13:51:43.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:43 smithi066 bash[139070]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0 2024-09-21T13:51:44.335 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:44 smithi066 podman[139086]: 2024-09-21 13:51:44.010729924 +0000 UTC m=+0.625763636 container remove 26803ed69818c7a1ab02a5f64fa9690f4a298fd27bda0949aec1b5e7d0cf875e (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, 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.schema-version=1.0) 2024-09-21T13:51:44.589 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:44 smithi066 podman[139174]: 2024-09-21 13:51:44.238644846 +0000 UTC m=+0.017067980 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:51:44.589 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:44 smithi066 podman[139174]: 2024-09-21 13:51:44.353253888 +0000 UTC m=+0.131677003 container create 93d99e1a0dd9304254cb49806c014da6a6c62b670cddab97da45cb8724c32f2a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-21T13:51:44.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:44 smithi066 podman[139174]: 2024-09-21 13:51:44.589169433 +0000 UTC m=+0.367592560 container init 93d99e1a0dd9304254cb49806c014da6a6c62b670cddab97da45cb8724c32f2a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True) 2024-09-21T13:51:44.994 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:44 smithi066 podman[139174]: 2024-09-21 13:51:44.593315638 +0000 UTC m=+0.371738748 container start 93d99e1a0dd9304254cb49806c014da6a6c62b670cddab97da45cb8724c32f2a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:51:44.995 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:44 smithi066 podman[139174]: 2024-09-21 13:51:44.663997131 +0000 UTC m=+0.442420247 container attach 93d99e1a0dd9304254cb49806c014da6a6c62b670cddab97da45cb8724c32f2a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:51:44.995 INFO:journalctl@ceph.osd.0.smithi066.stdout:Sep 21 13:51:44 smithi066 podman[139174]: 2024-09-21 13:51:44.785105376 +0000 UTC m=+0.563528490 container died 93d99e1a0dd9304254cb49806c014da6a6c62b670cddab97da45cb8724c32f2a (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-0-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-21T13:51:45.438 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.0.service' 2024-09-21T13:51:45.481 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:51:45.481 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-21T13:51:45.481 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-21T13:51:45.481 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.1 2024-09-21T13:51:45.744 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:45 smithi066 systemd[1]: Stopping Ceph osd.1 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:51:46.244 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[114574]: 2024-09-21T13:51:45.854+0000 7f5348c95640 -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-21T13:51:46.244 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[114574]: 2024-09-21T13:51:45.854+0000 7f5348c95640 -1 osd.1 150 *** Got signal Terminated *** 2024-09-21T13:51:46.244 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:45 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1[114574]: 2024-09-21T13:51:45.854+0000 7f5348c95640 -1 osd.1 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:51:46.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:45.946095831Z 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-21T13:51:49.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:48.954694644Z 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-21T13:51:51.463 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:51 smithi066 podman[139279]: 2024-09-21 13:51:51.182873163 +0000 UTC m=+5.466384326 container died 1f9cb9fcdb97d17f3f0d3ab8f7b36c317b418520573545c32a78d4a27fe1eea6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:51:51.744 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:51 smithi066 podman[139279]: 2024-09-21 13:51:51.645867033 +0000 UTC m=+5.929378242 container cleanup 1f9cb9fcdb97d17f3f0d3ab8f7b36c317b418520573545c32a78d4a27fe1eea6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-21T13:51:51.744 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:51 smithi066 bash[139279]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1 2024-09-21T13:51:52.244 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:51 smithi066 podman[139295]: 2024-09-21 13:51:51.964055511 +0000 UTC m=+0.774138691 container remove 1f9cb9fcdb97d17f3f0d3ab8f7b36c317b418520573545c32a78d4a27fe1eea6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, 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.schema-version=1.0) 2024-09-21T13:51:52.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:51.948621686Z 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-21T13:51:52.658 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:52 smithi066 podman[139384]: 2024-09-21 13:51:52.232023266 +0000 UTC m=+0.016801541 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:51:52.659 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:52 smithi066 podman[139384]: 2024-09-21 13:51:52.355201793 +0000 UTC m=+0.139980051 container create a9fd9c4d19ac11d91e4e6d9b9e84e1793e9ac92ea10293560620856dfe021db7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-21T13:51:52.659 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:52 smithi066 podman[139384]: 2024-09-21 13:51:52.567424073 +0000 UTC m=+0.352202343 container init a9fd9c4d19ac11d91e4e6d9b9e84e1793e9ac92ea10293560620856dfe021db7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True) 2024-09-21T13:51:52.659 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:52 smithi066 podman[139384]: 2024-09-21 13:51:52.571050785 +0000 UTC m=+0.355829044 container start a9fd9c4d19ac11d91e4e6d9b9e84e1793e9ac92ea10293560620856dfe021db7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, 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, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-21T13:51:52.659 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:52 smithi066 podman[139384]: 2024-09-21 13:51:52.658726114 +0000 UTC m=+0.443504372 container attach a9fd9c4d19ac11d91e4e6d9b9e84e1793e9ac92ea10293560620856dfe021db7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:51:52.994 INFO:journalctl@ceph.osd.1.smithi066.stdout:Sep 21 13:51:52 smithi066 podman[139384]: 2024-09-21 13:51:52.773042889 +0000 UTC m=+0.557821154 container died a9fd9c4d19ac11d91e4e6d9b9e84e1793e9ac92ea10293560620856dfe021db7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-1-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True) 2024-09-21T13:51:53.424 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.1.service' 2024-09-21T13:51:53.472 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:51:53.472 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-21T13:51:53.473 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-21T13:51:53.473 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.2 2024-09-21T13:51:53.744 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:51:53 smithi066 systemd[1]: Stopping Ceph osd.2 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:51:54.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:51:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[120616]: 2024-09-21T13:51:53.776+0000 7f7a15dd6640 -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-21T13:51:54.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:51:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[120616]: 2024-09-21T13:51:53.776+0000 7f7a15dd6640 -1 osd.2 150 *** Got signal Terminated *** 2024-09-21T13:51:54.244 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:51:53 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2[120616]: 2024-09-21T13:51:53.776+0000 7f7a15dd6640 -1 osd.2 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:51:55.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:54.952382458Z 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-21T13:51:58.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:51:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:51:57.943783603Z 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-21T13:51:59.494 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:51:59 smithi066 podman[139489]: 2024-09-21 13:51:59.200037974 +0000 UTC m=+5.532626810 container died 3346cb6de3c57cd0b1339b08547b803212d02971046250c036d5fb62bf4f82f6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:51:59.994 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:51:59 smithi066 podman[139489]: 2024-09-21 13:51:59.59031147 +0000 UTC m=+5.922900301 container cleanup 3346cb6de3c57cd0b1339b08547b803212d02971046250c036d5fb62bf4f82f6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:51:59.994 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:51:59 smithi066 bash[139489]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2 2024-09-21T13:51:59.994 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:51:59 smithi066 podman[139504]: 2024-09-21 13:51:59.816476545 +0000 UTC m=+0.609125504 container remove 3346cb6de3c57cd0b1339b08547b803212d02971046250c036d5fb62bf4f82f6 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:52:00.419 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:52:00 smithi066 podman[139594]: 2024-09-21 13:52:00.053596465 +0000 UTC m=+0.016358568 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:52:00.420 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:52:00 smithi066 podman[139594]: 2024-09-21 13:52:00.150857116 +0000 UTC m=+0.113619263 container create 715be25a38e9097ea9fa99324c865ec441fa5d5b4e1dd345d2c49a6e8b673a40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T13:52:00.420 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:52:00 smithi066 podman[139594]: 2024-09-21 13:52:00.344906113 +0000 UTC m=+0.307668205 container init 715be25a38e9097ea9fa99324c865ec441fa5d5b4e1dd345d2c49a6e8b673a40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:52:00.420 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:52:00 smithi066 podman[139594]: 2024-09-21 13:52:00.348380264 +0000 UTC m=+0.311142357 container start 715be25a38e9097ea9fa99324c865ec441fa5d5b4e1dd345d2c49a6e8b673a40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux ) 2024-09-21T13:52:00.420 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:52:00 smithi066 podman[139594]: 2024-09-21 13:52:00.419730804 +0000 UTC m=+0.382492904 container attach 715be25a38e9097ea9fa99324c865ec441fa5d5b4e1dd345d2c49a6e8b673a40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:52:00.744 INFO:journalctl@ceph.osd.2.smithi066.stdout:Sep 21 13:52:00 smithi066 podman[139594]: 2024-09-21 13:52:00.548305731 +0000 UTC m=+0.511067833 container died 715be25a38e9097ea9fa99324c865ec441fa5d5b4e1dd345d2c49a6e8b673a40 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-2-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, 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, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-21T13:52:01.295 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.2.service' 2024-09-21T13:52:01.337 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:52:01.338 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-21T13:52:01.338 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-21T13:52:01.338 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.3 2024-09-21T13:52:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:00.957961871Z 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-21T13:52:01.538 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:01 smithi066 systemd[1]: Stopping Ceph osd.3 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:52:01.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:01 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[126552]: 2024-09-21T13:52:01.676+0000 7fe1cb7b6640 -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-21T13:52:01.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:01 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[126552]: 2024-09-21T13:52:01.676+0000 7fe1cb7b6640 -1 osd.3 150 *** Got signal Terminated *** 2024-09-21T13:52:01.994 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:01 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3[126552]: 2024-09-21T13:52:01.676+0000 7fe1cb7b6640 -1 osd.3 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:52:04.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:03.952704251Z 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-21T13:52:05.086 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:04 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:04.770+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:05.866 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:05.773+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:06.118 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:05.866+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:06.118 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:05 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:05.988+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:07.033 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:06.748+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:07.034 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:06.953301108Z 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-21T13:52:07.034 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:06.840+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:07.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:07.032+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:07.477 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:07 smithi066 podman[139699]: 2024-09-21 13:52:07.192897105 +0000 UTC m=+5.619847164 container died d021ca2303ff802fb46f2fe096c33924f74d769fd8d526839d9cb618e2ff6ff8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-21T13:52:07.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:07 smithi066 podman[139699]: 2024-09-21 13:52:07.668069045 +0000 UTC m=+6.095019104 container cleanup d021ca2303ff802fb46f2fe096c33924f74d769fd8d526839d9cb618e2ff6ff8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:52:07.744 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:07 smithi066 bash[139699]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3 2024-09-21T13:52:07.999 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:07.889+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:07.999 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:07.731+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:08.244 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:07 smithi066 podman[139725]: 2024-09-21 13:52:07.944468404 +0000 UTC m=+0.747158224 container remove d021ca2303ff802fb46f2fe096c33924f74d769fd8d526839d9cb618e2ff6ff8 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T13:52:08.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:07 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:07.998+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:08.564 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:08 smithi066 podman[139815]: 2024-09-21 13:52:08.199430619 +0000 UTC m=+0.017046543 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:52:08.564 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:08 smithi066 podman[139815]: 2024-09-21 13:52:08.311814922 +0000 UTC m=+0.129430874 container create 44420063fa56956883e618fba1e03743c347ff43db27dd3bdfb0dc8747443260 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , 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, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-21T13:52:08.564 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:08 smithi066 podman[139815]: 2024-09-21 13:52:08.489092412 +0000 UTC m=+0.306708339 container init 44420063fa56956883e618fba1e03743c347ff43db27dd3bdfb0dc8747443260 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-21T13:52:08.565 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:08 smithi066 podman[139815]: 2024-09-21 13:52:08.492418687 +0000 UTC m=+0.310034597 container start 44420063fa56956883e618fba1e03743c347ff43db27dd3bdfb0dc8747443260 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-21T13:52:08.565 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:08 smithi066 podman[139815]: 2024-09-21 13:52:08.563883756 +0000 UTC m=+0.381499674 container attach 44420063fa56956883e618fba1e03743c347ff43db27dd3bdfb0dc8747443260 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-21T13:52:08.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:08 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:08.590+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:08.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:08 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:08.704+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:08.966 INFO:journalctl@ceph.osd.3.smithi066.stdout:Sep 21 13:52:08 smithi066 podman[139815]: 2024-09-21 13:52:08.686165931 +0000 UTC m=+0.503781841 container died 44420063fa56956883e618fba1e03743c347ff43db27dd3bdfb0dc8747443260 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-3-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, 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.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:52:09.237 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.3.service' 2024-09-21T13:52:09.283 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:52:09.284 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-21T13:52:09.284 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-21T13:52:09.284 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.4 2024-09-21T13:52:09.314 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:08 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:08.929+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:09.314 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:09.016+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:09.586 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:09 smithi084 systemd[1]: Stopping Ceph osd.4 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:52:09.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:09.623+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:09.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:09.749+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:09.869 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:09.585+0000 7f2556f2c640 -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-21T13:52:09.869 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:09.585+0000 7f2556f2c640 -1 osd.4 150 *** Got signal Terminated *** 2024-09-21T13:52:09.869 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:09.585+0000 7f2556f2c640 -1 osd.4 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:52:10.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:10 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:10.046+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:10.368 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:09.918+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:10.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=cleanup t=2024-09-21T13:52:09.879132168Z level=info msg="Completed cleanup jobs" duration=2.456642ms 2024-09-21T13:52:10.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:09.957176026Z 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-21T13:52:10.369 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:10 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=plugins.update.checker t=2024-09-21T13:52:10.030187151Z level=info msg="Update check succeeded" duration=64.929816ms 2024-09-21T13:52:10.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:10 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:10.599+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:10.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:10 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:10.717+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:11.368 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:10 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:10.877+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:11.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:11 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:11.018+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:11.854 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:11 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:11.747+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:11.854 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:11 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:11.593+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:11.855 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:11 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:11.593+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:12.118 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:11 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:11.853+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:12.118 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:12.041+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:12.829 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:12.781+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:12.830 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:12.569+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:12.830 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:12.569+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:13.118 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:13.072+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:13.119 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:12.954883332Z 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-21T13:52:13.119 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:12.828+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:13.120 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:12.828+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.073658+0000 front 2024-09-21T13:51:48.073788+0000 (oldest deadline 2024-09-21T13:52:12.773505+0000) 2024-09-21T13:52:13.827 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:13.566+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:13.828 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:13.566+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:14.118 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:14 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:14.035+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:14.118 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:13.830+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:40.473000+0000 front 2024-09-21T13:51:40.473068+0000 (oldest deadline 2024-09-21T13:52:05.772776+0000) 2024-09-21T13:52:14.119 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4[93381]: 2024-09-21T13:52:13.830+0000 7f2553541640 -1 osd.4 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.073658+0000 front 2024-09-21T13:51:48.073788+0000 (oldest deadline 2024-09-21T13:52:12.773505+0000) 2024-09-21T13:52:14.119 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:13.827+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:14.119 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:13 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:13.827+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:14.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:14 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:14.608+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:14.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:14 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:14.608+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:14.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:14 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:14.815+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:14.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:14 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:14.815+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:15.255 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:14 smithi084 podman[115589]: 2024-09-21 13:52:14.981743501 +0000 UTC m=+5.499008863 container died 7931a60610e06322ce7f2a8a792bf06594b43862bcae56de89a38d4f22d2ff50 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, 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.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-21T13:52:15.255 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:15.062+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:15.255 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:15.062+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:15.604 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:15 smithi084 podman[115589]: 2024-09-21 13:52:15.34456495 +0000 UTC m=+5.861830311 container cleanup 7931a60610e06322ce7f2a8a792bf06594b43862bcae56de89a38d4f22d2ff50 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-21T13:52:15.604 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:15 smithi084 bash[115589]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4 2024-09-21T13:52:15.875 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:15 smithi084 podman[115604]: 2024-09-21 13:52:15.604055346 +0000 UTC m=+0.624159940 container remove 7931a60610e06322ce7f2a8a792bf06594b43862bcae56de89a38d4f22d2ff50 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-21T13:52:15.939 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:15.643+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:15.940 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:15.643+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:15.940 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:15.829+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:15.940 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:15.829+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:16.274 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:15 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:15.953992458Z 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-21T13:52:16.274 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:16.033+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:16.274 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:16.033+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:16.275 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:15 smithi084 podman[115694]: 2024-09-21 13:52:15.867407847 +0000 UTC m=+0.015852896 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:52:16.275 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:16 smithi084 podman[115694]: 2024-09-21 13:52:16.013599186 +0000 UTC m=+0.162044226 container create a4f4eedd2ab24cce9723d7b76d5538762ad529359d5aa1dba93045210a72f49c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, ceph=True) 2024-09-21T13:52:16.618 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:16 smithi084 podman[115694]: 2024-09-21 13:52:16.274293256 +0000 UTC m=+0.422738308 container init a4f4eedd2ab24cce9723d7b76d5538762ad529359d5aa1dba93045210a72f49c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-21T13:52:16.618 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:16 smithi084 podman[115694]: 2024-09-21 13:52:16.278285415 +0000 UTC m=+0.426730458 container start a4f4eedd2ab24cce9723d7b76d5538762ad529359d5aa1dba93045210a72f49c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731) 2024-09-21T13:52:16.618 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:16 smithi084 podman[115694]: 2024-09-21 13:52:16.374364221 +0000 UTC m=+0.522809274 container attach a4f4eedd2ab24cce9723d7b76d5538762ad529359d5aa1dba93045210a72f49c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-21T13:52:16.619 INFO:journalctl@ceph.osd.4.smithi084.stdout:Sep 21 13:52:16 smithi084 podman[115694]: 2024-09-21 13:52:16.470897773 +0000 UTC m=+0.619342821 container died a4f4eedd2ab24cce9723d7b76d5538762ad529359d5aa1dba93045210a72f49c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-4-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-21T13:52:16.992 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:16.799+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:16.992 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:16.799+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:16.993 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:16.629+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:16.993 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:16.629+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:17.144 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.4.service' 2024-09-21T13:52:17.223 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:52:17.224 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-21T13:52:17.224 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-21T13:52:17.224 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.5 2024-09-21T13:52:17.284 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:16.992+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:17.284 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:16 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:16.992+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:17.574 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:17 smithi084 systemd[1]: Stopping Ceph osd.5 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:52:17.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:17.795+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:17.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:17.795+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:17.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:17.572+0000 7fc22f4fa640 -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-21T13:52:17.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:17.572+0000 7fc22f4fa640 -1 osd.5 150 *** Got signal Terminated *** 2024-09-21T13:52:17.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:17.572+0000 7fc22f4fa640 -1 osd.5 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:52:17.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:17.642+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:17.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:17.642+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:18.331 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:17.948+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:18.331 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:17 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:17.948+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:18.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:18.600+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:18.870 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:18.600+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:18.870 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:18.814+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:18.870 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:18.814+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:19.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:18.9443063Z 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-21T13:52:19.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:18.950+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:19.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:18 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:18.950+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:19.851 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:19.572+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:19.851 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:19.572+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:20.118 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:19.965+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:20.118 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:19.965+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:20.119 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:19.851+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:20.119 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:19.851+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:20.119 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:19 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:19.851+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:20.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:20.844+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:20.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:20.844+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:20.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:20.844+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:20.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:20.614+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:20.869 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:20.614+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:21.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:20.964+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:21.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:20 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:20.964+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:21.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:21.572+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:38.973195+0000 front 2024-09-21T13:51:38.972943+0000 (oldest deadline 2024-09-21T13:52:07.773458+0000) 2024-09-21T13:52:21.868 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5[97733]: 2024-09-21T13:52:21.572+0000 7fc22bb0f640 -1 osd.5 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:47.773928+0000 front 2024-09-21T13:51:47.773908+0000 (oldest deadline 2024-09-21T13:52:11.273834+0000) 2024-09-21T13:52:21.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:21.815+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:21.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:21.815+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:21.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:21.815+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:22.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:21.9545074Z 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-21T13:52:22.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:21.970+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:22.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:21.970+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:22.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:21 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:21.970+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:23.101 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:22.840+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:23.102 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:22.840+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:23.102 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:22.840+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:23.102 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:22.986+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:23.102 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:22.986+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:23.103 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:22 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:22.986+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:23.357 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:23 smithi084 podman[115798]: 2024-09-21 13:52:23.101647979 +0000 UTC m=+5.644841048 container died 98d3f21221ddac5667f8f8e01a4cc3d6219a18cc6ce3d60cb190e945b44196d7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , ceph=True, 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, CEPH_POINT_RELEASE=) 2024-09-21T13:52:23.618 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:23 smithi084 podman[115798]: 2024-09-21 13:52:23.447550568 +0000 UTC m=+5.990743626 container cleanup 98d3f21221ddac5667f8f8e01a4cc3d6219a18cc6ce3d60cb190e945b44196d7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, 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.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:52:23.618 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:23 smithi084 bash[115798]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5 2024-09-21T13:52:24.108 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:23 smithi084 podman[115825]: 2024-09-21 13:52:23.774246189 +0000 UTC m=+0.668976009 container remove 98d3f21221ddac5667f8f8e01a4cc3d6219a18cc6ce3d60cb190e945b44196d7 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=) 2024-09-21T13:52:24.109 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:23.828+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:24.109 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:23.828+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:24.109 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:23.828+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:24.109 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:23.998+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:24.109 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:23.998+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:24.109 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:23 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:23.998+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:24.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:24 smithi084 podman[115916]: 2024-09-21 13:52:24.011378211 +0000 UTC m=+0.016555727 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:52:24.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:24 smithi084 podman[115916]: 2024-09-21 13:52:24.125026837 +0000 UTC m=+0.130204342 container create 42be93c97fcb122929574ba64f4c3dba8d55657172a9f1ecac3904c6b1393900 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-21T13:52:24.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:24 smithi084 podman[115916]: 2024-09-21 13:52:24.34430111 +0000 UTC m=+0.349478618 container init 42be93c97fcb122929574ba64f4c3dba8d55657172a9f1ecac3904c6b1393900 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:52:24.368 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:24 smithi084 podman[115916]: 2024-09-21 13:52:24.347497063 +0000 UTC m=+0.352674572 container start 42be93c97fcb122929574ba64f4c3dba8d55657172a9f1ecac3904c6b1393900 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T13:52:24.839 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:24 smithi084 podman[115916]: 2024-09-21 13:52:24.452733911 +0000 UTC m=+0.457911415 container attach 42be93c97fcb122929574ba64f4c3dba8d55657172a9f1ecac3904c6b1393900 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:52:24.839 INFO:journalctl@ceph.osd.5.smithi084.stdout:Sep 21 13:52:24 smithi084 podman[115916]: 2024-09-21 13:52:24.541488946 +0000 UTC m=+0.546666460 container died 42be93c97fcb122929574ba64f4c3dba8d55657172a9f1ecac3904c6b1393900 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-5-deactivate, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T13:52:25.114 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:24.943834981Z 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-21T13:52:25.115 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:24.871+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:25.115 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:24.871+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:25.115 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:24 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:24.871+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:25.115 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:25.001+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:25.115 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:25.001+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:25.115 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:25.001+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:25.140 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.5.service' 2024-09-21T13:52:25.222 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:52:25.222 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-21T13:52:25.222 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-21T13:52:25.222 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.6 2024-09-21T13:52:25.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:25 smithi084 systemd[1]: Stopping Ceph osd.6 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:52:25.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:25.534+0000 7ff63eaa8640 -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-21T13:52:25.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:25.534+0000 7ff63eaa8640 -1 osd.6 150 *** Got signal Terminated *** 2024-09-21T13:52:25.869 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:25.534+0000 7ff63eaa8640 -1 osd.6 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:52:26.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:26.046+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:26.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:26.046+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:26.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:26.046+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:26.369 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:25.920+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:26.369 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:25.920+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:26.369 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:25 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:25.920+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:27.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:26.927+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:27.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:26.927+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:27.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:26 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:26.927+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:27.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:27.062+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:27.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:27.062+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:27.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:27.062+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:28.118 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:27.956746822Z 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-21T13:52:28.118 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:27.906+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:28.119 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:27.906+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:28.119 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:27 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:27.906+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:28.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:28.080+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:28.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:28.080+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:28.119 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:28.080+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:29.099 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:28.910+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:29.099 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:28.910+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:29.100 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:28.910+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:29.100 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:28.773Z 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.66:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:52:29.100 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:28.776Z 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.66:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:52:29.100 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:28.776Z caller=refresh.go:90 level=error component="discovery manager scrape" discovery=http config=smb msg="Unable to refresh target groups" err="Get \"http://172.21.15.66:8765/sd/prometheus/sd-config?service=smb\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:52:29.100 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:28.776Z 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.66:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:52:29.100 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:28.779Z 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.66:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:52:29.101 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:28.779Z 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.66:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:52:29.101 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:28 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:28.779Z 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.66:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.66:8765: connect: connection refused" 2024-09-21T13:52:29.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:29.098+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:29.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:29.098+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:29.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:29.098+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:30.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:29.920+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.127093+0000 front 2024-09-21T13:51:39.127144+0000 (oldest deadline 2024-09-21T13:52:04.426977+0000) 2024-09-21T13:52:30.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:29.920+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:48.928684+0000 front 2024-09-21T13:51:48.928665+0000 (oldest deadline 2024-09-21T13:52:13.628546+0000) 2024-09-21T13:52:30.368 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:29 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6[102512]: 2024-09-21T13:52:29.920+0000 7ff6370b5640 -1 osd.6 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:53.628966+0000 front 2024-09-21T13:51:53.629063+0000 (oldest deadline 2024-09-21T13:52:19.429355+0000) 2024-09-21T13:52:30.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:30.069+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:30.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:30.069+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:30.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:30.069+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:30.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:30.069+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:31.209 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:30 smithi084 podman[116020]: 2024-09-21 13:52:30.946497877 +0000 UTC m=+5.505790501 container died c77ce93b7ecae32c8f49d5a793f6895008c4ccebcad813f8bfc7fc5188e6ba4b (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, 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, maintainer=Guillaume Abrioux ) 2024-09-21T13:52:31.210 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:30 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:30.944849885Z 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-21T13:52:31.210 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:31.078+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:31.210 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:31.078+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:31.210 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:31.078+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:31.211 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:31 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:31.078+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:31.568 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:31 smithi084 podman[116020]: 2024-09-21 13:52:31.317276539 +0000 UTC m=+5.876569162 container cleanup c77ce93b7ecae32c8f49d5a793f6895008c4ccebcad813f8bfc7fc5188e6ba4b (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-21T13:52:31.569 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:31 smithi084 bash[116020]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6 2024-09-21T13:52:31.868 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:31 smithi084 podman[116036]: 2024-09-21 13:52:31.568577887 +0000 UTC m=+0.610958853 container remove c77ce93b7ecae32c8f49d5a793f6895008c4ccebcad813f8bfc7fc5188e6ba4b (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-21T13:52:32.204 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:32 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:32.059+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:32.204 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:32 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:32.059+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:32.205 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:32 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:32.059+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:32.205 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:32 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:32.059+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:32.205 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:31 smithi084 podman[116125]: 2024-09-21 13:52:31.788387337 +0000 UTC m=+0.016102540 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:52:32.205 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:31 smithi084 podman[116125]: 2024-09-21 13:52:31.894112125 +0000 UTC m=+0.121827316 container create bf5ac8418529b25d431f8361efef99a3f527da786ffac79bfa0a30d57fccabed (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-21T13:52:32.205 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:32 smithi084 podman[116125]: 2024-09-21 13:52:32.104668961 +0000 UTC m=+0.332384160 container init bf5ac8418529b25d431f8361efef99a3f527da786ffac79bfa0a30d57fccabed (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD) 2024-09-21T13:52:32.205 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:32 smithi084 podman[116125]: 2024-09-21 13:52:32.107841888 +0000 UTC m=+0.335557082 container start bf5ac8418529b25d431f8361efef99a3f527da786ffac79bfa0a30d57fccabed (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-21T13:52:32.206 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:32 smithi084 podman[116125]: 2024-09-21 13:52:32.204750513 +0000 UTC m=+0.432465722 container attach bf5ac8418529b25d431f8361efef99a3f527da786ffac79bfa0a30d57fccabed (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-21T13:52:32.599 INFO:journalctl@ceph.osd.6.smithi084.stdout:Sep 21 13:52:32 smithi084 podman[116125]: 2024-09-21 13:52:32.294223107 +0000 UTC m=+0.521938300 container died bf5ac8418529b25d431f8361efef99a3f527da786ffac79bfa0a30d57fccabed (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-6-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-21T13:52:32.890 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.6.service' 2024-09-21T13:52:32.928 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:52:32.929 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-21T13:52:32.929 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-21T13:52:32.929 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.7 2024-09-21T13:52:33.253 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:33 smithi084 systemd[1]: Stopping Ceph osd.7 for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:52:33.253 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:33.095+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:33.254 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:33.095+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:33.254 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:33.095+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:33.254 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:33.095+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:33.254 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:33.252+0000 7f3e6c0b1640 -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-21T13:52:33.254 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:33.252+0000 7f3e6c0b1640 -1 osd.7 150 *** Got signal Terminated *** 2024-09-21T13:52:33.254 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:33.252+0000 7f3e6c0b1640 -1 osd.7 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T13:52:34.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:33 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:33.944029912Z 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-21T13:52:34.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:34.134+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:34.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:34.134+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:34.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:34.134+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:34.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:34 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:34.134+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:35.542 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:35.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:35.543 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:35.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:35.543 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:35.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:35.543 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:35 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:35.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:36.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:36.157+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:36.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:36.157+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:36.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:36.157+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:36.619 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:36.157+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:37.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:36 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:36.943702472Z 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-21T13:52:37.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:37 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:37.176+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:37.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:37 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:37.176+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:37.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:37 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:37.177+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:37.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:37 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:37.177+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:37.369 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:37 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:37.177+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.84:6804 osd.4 since back 2024-09-21T13:52:11.748475+0000 front 2024-09-21T13:52:11.748496+0000 (oldest deadline 2024-09-21T13:52:36.448385+0000) 2024-09-21T13:52:38.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:38.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6806 osd.0 since back 2024-09-21T13:51:39.744319+0000 front 2024-09-21T13:51:39.744411+0000 (oldest deadline 2024-09-21T13:52:05.044190+0000) 2024-09-21T13:52:38.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:38.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6814 osd.1 since back 2024-09-21T13:51:49.145193+0000 front 2024-09-21T13:51:49.145201+0000 (oldest deadline 2024-09-21T13:52:15.044960+0000) 2024-09-21T13:52:38.619 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:38.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6822 osd.2 since back 2024-09-21T13:51:57.846198+0000 front 2024-09-21T13:51:57.846260+0000 (oldest deadline 2024-09-21T13:52:21.246611+0000) 2024-09-21T13:52:38.619 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:38.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.66:6830 osd.3 since back 2024-09-21T13:52:03.547561+0000 front 2024-09-21T13:52:03.547550+0000 (oldest deadline 2024-09-21T13:52:29.447461+0000) 2024-09-21T13:52:38.619 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:38 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7[106878]: 2024-09-21T13:52:38.140+0000 7f3e646be640 -1 osd.7 150 heartbeat_check: no reply from 172.21.15.84:6804 osd.4 since back 2024-09-21T13:52:11.748475+0000 front 2024-09-21T13:52:11.748496+0000 (oldest deadline 2024-09-21T13:52:36.448385+0000) 2024-09-21T13:52:39.052 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:38 smithi084 podman[116227]: 2024-09-21 13:52:38.676387685 +0000 UTC m=+5.524328270 container died 54e0a7b238f94a000b72556ef7ec78ff8d19532516aecce425150ee8df96321c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-21T13:52:39.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:39 smithi084 podman[116227]: 2024-09-21 13:52:39.260400309 +0000 UTC m=+6.108340883 container cleanup 54e0a7b238f94a000b72556ef7ec78ff8d19532516aecce425150ee8df96321c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, 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, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-21T13:52:39.368 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:39 smithi084 bash[116227]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7 2024-09-21T13:52:39.868 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:39 smithi084 podman[116256]: 2024-09-21 13:52:39.553764562 +0000 UTC m=+0.867074711 container remove 54e0a7b238f94a000b72556ef7ec78ff8d19532516aecce425150ee8df96321c (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-21T13:52:40.198 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:39 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:39.953211617Z 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-21T13:52:40.199 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:39 smithi084 podman[116343]: 2024-09-21 13:52:39.779263149 +0000 UTC m=+0.016015131 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T13:52:40.199 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:39 smithi084 podman[116343]: 2024-09-21 13:52:39.887804904 +0000 UTC m=+0.124556876 container create 6299a7839bd214201fc197c6dcd73da02267f750e2b3fae6087dd0fcc5144e95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True) 2024-09-21T13:52:40.199 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:40 smithi084 podman[116343]: 2024-09-21 13:52:40.198810186 +0000 UTC m=+0.435562167 container init 6299a7839bd214201fc197c6dcd73da02267f750e2b3fae6087dd0fcc5144e95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-21T13:52:40.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:40 smithi084 podman[116343]: 2024-09-21 13:52:40.202083934 +0000 UTC m=+0.438835914 container start 6299a7839bd214201fc197c6dcd73da02267f750e2b3fae6087dd0fcc5144e95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True) 2024-09-21T13:52:40.618 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:40 smithi084 podman[116343]: 2024-09-21 13:52:40.282045767 +0000 UTC m=+0.518797740 container attach 6299a7839bd214201fc197c6dcd73da02267f750e2b3fae6087dd0fcc5144e95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-21T13:52:40.619 INFO:journalctl@ceph.osd.7.smithi084.stdout:Sep 21 13:52:40 smithi084 podman[116343]: 2024-09-21 13:52:40.392080621 +0000 UTC m=+0.628832594 container died 6299a7839bd214201fc197c6dcd73da02267f750e2b3fae6087dd0fcc5144e95 (image=quay.ceph.io/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-osd-7-deactivate, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-21T13:52:40.980 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@osd.7.service' 2024-09-21T13:52:41.017 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:52:41.017 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-21T13:52:41.018 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-21T13:52:41.018 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a 2024-09-21T13:52:41.338 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 systemd[1]: Stopping Ceph prometheus.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:52:41.614 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=main.go:964 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:52:41.614 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=main.go:988 level=info msg="Stopping scrape discovery manager..." 2024-09-21T13:52:41.614 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=main.go:1002 level=info msg="Stopping notify discovery manager..." 2024-09-21T13:52:41.614 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=manager.go:177 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-21T13:52:41.615 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=main.go:984 level=info msg="Scrape discovery manager stopped" 2024-09-21T13:52:41.615 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=main.go:998 level=info msg="Notify discovery manager stopped" 2024-09-21T13:52:41.615 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=manager.go:187 level=info component="rule manager" msg="Rule manager stopped" 2024-09-21T13:52:41.615 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=main.go:1039 level=info msg="Stopping scrape manager..." 2024-09-21T13:52:41.615 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.338Z caller=main.go:1031 level=info msg="Scrape manager stopped" 2024-09-21T13:52:41.615 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.340Z caller=notifier.go:618 level=info component=notifier msg="Stopping notification manager..." 2024-09-21T13:52:41.615 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.340Z caller=main.go:1261 level=info msg="Notifier manager stopped" 2024-09-21T13:52:41.616 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a[80314]: ts=2024-09-21T13:52:41.340Z caller=main.go:1273 level=info msg="See you next time!" 2024-09-21T13:52:41.616 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 podman[116445]: 2024-09-21 13:52:41.348422918 +0000 UTC m=+0.102934577 container died 0186cc2133638591039e6af9f23e2890d15a296dd8eeca2c6d25c20b10e11e09 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:41.868 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 podman[116445]: 2024-09-21 13:52:41.779890261 +0000 UTC m=+0.534401924 container cleanup 0186cc2133638591039e6af9f23e2890d15a296dd8eeca2c6d25c20b10e11e09 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:41.868 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 bash[116445]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a 2024-09-21T13:52:42.200 INFO:journalctl@ceph.prometheus.a.smithi084.stdout:Sep 21 13:52:41 smithi084 podman[116457]: 2024-09-21 13:52:41.948025791 +0000 UTC m=+0.600063829 container remove 0186cc2133638591039e6af9f23e2890d15a296dd8eeca2c6d25c20b10e11e09 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:42.204 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5e7cf636-781b-11ef-baf6-efdc52797490@prometheus.a.service' 2024-09-21T13:52:42.237 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T13:52:42.237 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-21T13:52:42.238 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T13:52:42.451 INFO:teuthology.orchestra.run.smithi066.stdout:Deleting cluster with fsid: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:52:43.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:42 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:42.945394005Z 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-21T13:52:44.244 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:44 smithi066 systemd[1]: Stopping Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:52:44.602 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:44 smithi066 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a[93840]: ts=2024-09-21T13:52:44.301Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-21T13:52:44.602 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:44 smithi066 podman[140261]: 2024-09-21 13:52:44.342785898 +0000 UTC m=+0.152523210 container died 03b5d41fcf0c445544cdb3081bd8cc684770f5ec8f39be92d41efe289f3df5fe (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:44.969 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:44 smithi066 podman[140261]: 2024-09-21 13:52:44.776671606 +0000 UTC m=+0.586408907 container cleanup 03b5d41fcf0c445544cdb3081bd8cc684770f5ec8f39be92d41efe289f3df5fe (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:44.970 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:44 smithi066 bash[140261]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a 2024-09-21T13:52:45.235 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:44 smithi066 podman[140273]: 2024-09-21 13:52:44.969698112 +0000 UTC m=+0.621520887 container remove 03b5d41fcf0c445544cdb3081bd8cc684770f5ec8f39be92d41efe289f3df5fe (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:45.235 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:45 smithi066 podman[140273]: 2024-09-21 13:52:45.036920453 +0000 UTC m=+0.688743183 volume remove 4338309dcf0b54760957c4cee015f6aafb12d8a6c931b8428baeda06c1c4b293 2024-09-21T13:52:45.717 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:45 smithi066 systemd[1]: Stopping Ceph node-exporter.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:52:45.718 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:45 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@alertmanager.a.service: Deactivated successfully. 2024-09-21T13:52:45.718 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:45 smithi066 systemd[1]: Stopped Ceph alertmanager.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:52:45.718 INFO:journalctl@ceph.alertmanager.a.smithi066.stdout:Sep 21 13:52:45 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@alertmanager.a.service: Consumed 1.364s CPU time. 2024-09-21T13:52:45.994 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:45 smithi066 podman[140386]: 2024-09-21 13:52:45.717604621 +0000 UTC m=+0.105587865 container died b7d79da4f38e0e40ea033fd5a5003efd87c6d5d90af59e0f68e36ae21860679f (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:46.357 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:46 smithi066 podman[140386]: 2024-09-21 13:52:46.09825377 +0000 UTC m=+0.486237021 container cleanup b7d79da4f38e0e40ea033fd5a5003efd87c6d5d90af59e0f68e36ae21860679f (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:46.358 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:46 smithi066 bash[140386]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a 2024-09-21T13:52:46.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:45 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:45.944364383Z 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-21T13:52:46.744 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:46 smithi066 podman[140398]: 2024-09-21 13:52:46.357639166 +0000 UTC m=+0.643709881 container remove b7d79da4f38e0e40ea033fd5a5003efd87c6d5d90af59e0f68e36ae21860679f (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-21T13:52:46.744 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:46 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-21T13:52:46.744 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:46 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-21T13:52:46.744 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:46 smithi066 systemd[1]: Stopped Ceph node-exporter.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:52:46.744 INFO:journalctl@ceph.node-exporter.a.smithi066.stdout:Sep 21 13:52:46 smithi066 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.a.service: Consumed 3.060s CPU time. 2024-09-21T13:52:49.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:48 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:48.945431236Z 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-21T13:52:52.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:51 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:51.954141895Z 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-21T13:52:55.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:54 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:54.94709061Z 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-21T13:52:58.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:52:57 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:52:57.944374529Z 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-21T13:53:01.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:00 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:53:00.957661485Z 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-21T13:53:04.313 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:03 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:53:03.953349018Z 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-21T13:53:07.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:06 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:53:06.953227018Z 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-21T13:53:10.368 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:09 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-21T13:53:09.947973096Z 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-21T13:53:10.818 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T13:53:11.021 INFO:teuthology.orchestra.run.smithi084.stdout:Deleting cluster with fsid: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:53:12.618 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:12 smithi084 systemd[1]: Stopping Ceph grafana.a for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:53:12.964 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=server t=2024-09-21T13:53:12.71411699Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-09-21T13:53:12.965 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=grafana-apiserver t=2024-09-21T13:53:12.714458307Z level=info msg="StorageObjectCountTracker pruner is exiting" 2024-09-21T13:53:12.965 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=ticker t=2024-09-21T13:53:12.714458495Z level=info msg=stopped last_tick=2024-09-21T13:53:10Z 2024-09-21T13:53:12.965 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:12 smithi084 ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a[84950]: logger=tracing t=2024-09-21T13:53:12.714486542Z level=info msg="Closing tracing" 2024-09-21T13:53:12.965 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:12 smithi084 podman[116910]: 2024-09-21 13:53:12.724755461 +0000 UTC m=+0.144535333 container died a0cc083c2fa8b14a461a81e5e5d2561145a753b62a2eb2b902ccf6ae616fc9f2 (image=quay.io/ceph/grafana:10.4.8, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:53:13.297 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:13 smithi084 podman[116910]: 2024-09-21 13:53:13.121896333 +0000 UTC m=+0.541676197 container cleanup a0cc083c2fa8b14a461a81e5e5d2561145a753b62a2eb2b902ccf6ae616fc9f2 (image=quay.io/ceph/grafana:10.4.8, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:53:13.298 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:13 smithi084 bash[116910]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a 2024-09-21T13:53:13.618 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:13 smithi084 podman[116922]: 2024-09-21 13:53:13.29799011 +0000 UTC m=+0.574479826 container remove a0cc083c2fa8b14a461a81e5e5d2561145a753b62a2eb2b902ccf6ae616fc9f2 (image=quay.io/ceph/grafana:10.4.8, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-grafana-a, maintainer=Grafana Labs ) 2024-09-21T13:53:13.618 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:13 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@grafana.a.service: Deactivated successfully. 2024-09-21T13:53:13.618 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:13 smithi084 systemd[1]: Stopped Ceph grafana.a for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:53:13.618 INFO:journalctl@ceph.grafana.a.smithi084.stdout:Sep 21 13:53:13 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@grafana.a.service: Consumed 8.686s CPU time. 2024-09-21T13:53:14.118 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:13 smithi084 systemd[1]: Stopping Ceph node-exporter.b for 5e7cf636-781b-11ef-baf6-efdc52797490... 2024-09-21T13:53:14.118 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:13 smithi084 podman[117036]: 2024-09-21 13:53:13.969828847 +0000 UTC m=+0.111252365 container died 36ed6ad9a3556446f9515680681d810c211df7269a29749dbfb0d1310f2231ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:53:14.578 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:14 smithi084 podman[117036]: 2024-09-21 13:53:14.392924298 +0000 UTC m=+0.534347816 container cleanup 36ed6ad9a3556446f9515680681d810c211df7269a29749dbfb0d1310f2231ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:53:14.578 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:14 smithi084 bash[117036]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b 2024-09-21T13:53:14.827 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:14 smithi084 podman[117048]: 2024-09-21 13:53:14.577424077 +0000 UTC m=+0.606671297 container remove 36ed6ad9a3556446f9515680681d810c211df7269a29749dbfb0d1310f2231ac (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-5e7cf636-781b-11ef-baf6-efdc52797490-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-21T13:53:14.828 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:14 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-21T13:53:15.118 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:14 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-21T13:53:15.118 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:14 smithi084 systemd[1]: Stopped Ceph node-exporter.b for 5e7cf636-781b-11ef-baf6-efdc52797490. 2024-09-21T13:53:15.118 INFO:journalctl@ceph.node-exporter.b.smithi084.stdout:Sep 21 13:53:14 smithi084 systemd[1]: ceph-5e7cf636-781b-11ef-baf6-efdc52797490@node-exporter.b.service: Consumed 2.822s CPU time. 2024-09-21T13:53:26.778 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:53:26.812 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T13:53:26.839 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T13:53:26.841 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002/remote/smithi066/crash 2024-09-21T13:53:26.842 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/crash -- . 2024-09-21T13:53:26.895 INFO:teuthology.orchestra.run.smithi066.stderr:tar: /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T13:53:26.895 INFO:teuthology.orchestra.run.smithi066.stderr:tar: Error is not recoverable: exiting now 2024-09-21T13:53:26.897 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002/remote/smithi084/crash 2024-09-21T13:53:26.898 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/crash -- . 2024-09-21T13:53:26.938 INFO:teuthology.orchestra.run.smithi084.stderr:tar: /var/lib/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T13:53:26.938 INFO:teuthology.orchestra.run.smithi084.stderr:tar: Error is not recoverable: exiting now 2024-09-21T13:53:26.939 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T13:53:26.939 DEBUG:teuthology.orchestra.run.smithi066:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/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-21T13:53:26.970 INFO:tasks.cephadm:Compressing logs... 2024-09-21T13:53:26.971 DEBUG:teuthology.orchestra.run.smithi066:> 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-21T13:53:27.013 DEBUG:teuthology.orchestra.run.smithi084:> 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-21T13:53:27.038 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-21T13:53:27.038 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-client.rgw.foo.smithi084.qbnikv.log 2024-09-21T13:53:27.038 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.7.log 2024-09-21T13:53:27.040 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-client.rgw.foo.smithi084.qbnikv.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T13:53:27.040 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.7.log: 77.3% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-client.rgw.foo.smithi084.qbnikv.log.gz 2024-09-21T13:53:27.040 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.4.log 2024-09-21T13:53:27.040 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T13:53:27.040 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T13:53:27.040 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.6.log 2024-09-21T13:53:27.040 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.5.log 2024-09-21T13:53:27.041 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.log 2024-09-21T13:53:27.042 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.5.log: 86.2% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T13:53:27.042 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mgr.x.log 2024-09-21T13:53:27.042 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.b.log 2024-09-21T13:53:27.043 INFO:teuthology.orchestra.run.smithi066.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.0.log 2024-09-21T13:53:27.043 INFO:teuthology.orchestra.run.smithi066.stderr:: No such file or directory 2024-09-21T13:53:27.043 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/tcmu-runner.log 2024-09-21T13:53:27.043 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.1.log 2024-09-21T13:53:27.043 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.0.log: /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T13:53:27.043 INFO:teuthology.orchestra.run.smithi066.stderr: 62.9% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/tcmu-runner.log.gz 2024-09-21T13:53:27.046 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T13:53:27.046 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.c.log 2024-09-21T13:53:27.046 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T13:53:27.047 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-client.rgw.foo.smithi066.ajuwvs.log 2024-09-21T13:53:27.047 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.a.log 2024-09-21T13:53:27.047 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-client.rgw.foo.smithi066.ajuwvs.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.2.log 2024-09-21T13:53:27.047 INFO:teuthology.orchestra.run.smithi066.stderr: 77.3% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-client.rgw.foo.smithi066.ajuwvs.log.gz 2024-09-21T13:53:27.047 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mgr.y.log 2024-09-21T13:53:27.047 INFO:teuthology.orchestra.run.smithi066.stderr: 92.3%/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.2.log: -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T13:53:27.048 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mgr.x.log: 89.1% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T13:53:27.048 INFO:teuthology.orchestra.run.smithi084.stderr: 91.0% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T13:53:27.052 INFO:teuthology.orchestra.run.smithi066.stderr: 94.4% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T13:53:27.054 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.log 2024-09-21T13:53:27.054 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.3.log 2024-09-21T13:53:27.056 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T13:53:27.061 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.log: 94.0% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T13:53:27.061 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T13:53:27.065 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.b.log: /var/log/ceph/cephadm.log: 91.5% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T13:53:27.070 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.3.log: 91.5% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T13:53:27.081 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T13:53:27.088 INFO:teuthology.orchestra.run.smithi084.stderr: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T13:53:27.169 INFO:teuthology.orchestra.run.smithi084.stderr: 89.9% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mgr.x.log.gz 2024-09-21T13:53:27.521 INFO:teuthology.orchestra.run.smithi066.stderr: 89.8% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mgr.y.log.gz 2024-09-21T13:53:27.546 INFO:teuthology.orchestra.run.smithi084.stderr: 92.5% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.b.log.gz 2024-09-21T13:53:27.741 INFO:teuthology.orchestra.run.smithi066.stderr: 92.5% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.c.log.gz 2024-09-21T13:53:28.509 INFO:teuthology.orchestra.run.smithi066.stderr: 93.3% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.2.log.gz 2024-09-21T13:53:28.612 INFO:teuthology.orchestra.run.smithi084.stderr: 93.3% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.6.log.gz 2024-09-21T13:53:28.723 INFO:teuthology.orchestra.run.smithi066.stderr: 91.1% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-mon.a.log.gz 2024-09-21T13:53:28.856 INFO:teuthology.orchestra.run.smithi084.stderr: 93.7% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.7.log.gz 2024-09-21T13:53:29.018 INFO:teuthology.orchestra.run.smithi084.stderr: 93.4% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.5.log.gz 2024-09-21T13:53:29.134 INFO:teuthology.orchestra.run.smithi066.stderr: 93.5% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.0.log.gz 2024-09-21T13:53:29.171 INFO:teuthology.orchestra.run.smithi084.stderr: 93.6% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.4.log.gz 2024-09-21T13:53:29.173 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-09-21T13:53:29.173 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m2.145s 2024-09-21T13:53:29.174 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m7.902s 2024-09-21T13:53:29.174 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m0.296s 2024-09-21T13:53:29.200 INFO:teuthology.orchestra.run.smithi066.stderr: 93.5% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.1.log.gz 2024-09-21T13:53:29.724 INFO:teuthology.orchestra.run.smithi066.stderr: 93.4% -- replaced with /var/log/ceph/5e7cf636-781b-11ef-baf6-efdc52797490/ceph-osd.3.log.gz 2024-09-21T13:53:29.726 INFO:teuthology.orchestra.run.smithi066.stderr: 2024-09-21T13:53:29.726 INFO:teuthology.orchestra.run.smithi066.stderr:real 0m2.698s 2024-09-21T13:53:29.726 INFO:teuthology.orchestra.run.smithi066.stderr:user 0m10.916s 2024-09-21T13:53:29.726 INFO:teuthology.orchestra.run.smithi066.stderr:sys 0m0.364s 2024-09-21T13:53:29.727 INFO:tasks.cephadm:Archiving logs... 2024-09-21T13:53:29.727 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002/remote/smithi066/log 2024-09-21T13:53:29.729 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T13:53:30.998 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002/remote/smithi084/log 2024-09-21T13:53:30.999 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T13:53:32.102 INFO:tasks.cephadm:Removing cluster... 2024-09-21T13:53:32.102 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 --force 2024-09-21T13:53:32.318 INFO:teuthology.orchestra.run.smithi066.stdout:Deleting cluster with fsid: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:53:32.449 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5e7cf636-781b-11ef-baf6-efdc52797490 --force 2024-09-21T13:53:32.652 INFO:teuthology.orchestra.run.smithi084.stdout:Deleting cluster with fsid: 5e7cf636-781b-11ef-baf6-efdc52797490 2024-09-21T13:53:32.779 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T13:53:32.798 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T13:53:32.815 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T13:53:32.830 INFO:tasks.cephadm:Teardown complete 2024-09-21T13:53:32.830 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T13:53:32.838 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T13:53:32.839 DEBUG:teuthology.orchestra.run.smithi066:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T13:53:32.857 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T13:53:32.869 INFO:teuthology.orchestra.run.smithi066.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:53:32.873 INFO:teuthology.orchestra.run.smithi066.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:53:32.873 INFO:teuthology.orchestra.run.smithi066.stdout:=============================================================================== 2024-09-21T13:53:32.874 INFO:teuthology.orchestra.run.smithi066.stdout:^* hv01.front.sepia.ceph.com 3 7 377 38 +904us[ +595us] +/- 53ms 2024-09-21T13:53:32.874 INFO:teuthology.orchestra.run.smithi066.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 34 -2142us[-2142us] +/- 47ms 2024-09-21T13:53:32.874 INFO:teuthology.orchestra.run.smithi066.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +1593us[+1593us] +/- 67ms 2024-09-21T13:53:32.874 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:53:32.884 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-09-21T13:53:32.888 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T13:53:32.888 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-09-21T13:53:32.888 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv01.front.sepia.ceph.com 3 6 377 37 +877us[ +632us] +/- 53ms 2024-09-21T13:53:32.888 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 38 -2132us[-2378us] +/- 47ms 2024-09-21T13:53:32.888 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 36 +1610us[+1610us] +/- 67ms 2024-09-21T13:53:32.888 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T13:53:32.889 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T13:53:32.897 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T13:53:32.897 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T13:53:32.904 DEBUG:teuthology.orchestra.run.smithi066:> 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-21T13:53:32.996 DEBUG:teuthology.orchestra.run.smithi084:> 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-21T13:53:33.068 DEBUG:teuthology.orchestra.run.smithi066:> 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-21T13:53:33.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:53:33.098 DEBUG:teuthology.orchestra.run.smithi084:> 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-21T13:53:33.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:53:33.126 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T13:53:33.134 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T13:53:33.142 INFO:teuthology.task.internal:Duration was 2598.101151 seconds 2024-09-21T13:53:33.143 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T13:53:33.150 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T13:53:33.150 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T13:53:33.153 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T13:53:33.190 INFO:teuthology.orchestra.run.smithi066.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:53:33.204 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T13:53:33.402 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T13:53:33.402 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi066.front.sepia.ceph.com 2024-09-21T13:53:33.402 DEBUG:teuthology.orchestra.run.smithi066:> 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-21T13:53:33.424 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2024-09-21T13:53:33.424 DEBUG:teuthology.orchestra.run.smithi084:> 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-21T13:53:33.466 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T13:53:33.467 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T13:53:33.469 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T13:53:33.532 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T13:53:33.533 DEBUG:teuthology.orchestra.run.smithi066:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T13:53:33.536 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T13:53:33.980 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T13:53:33.989 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T13:53:33.990 DEBUG:teuthology.orchestra.run.smithi066:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T13:53:34.015 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T13:53:34.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T13:53:34.049 DEBUG:teuthology.orchestra.run.smithi066:> 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-21T13:53:34.057 DEBUG:teuthology.orchestra.run.smithi084:> 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-21T13:53:34.079 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = core 2024-09-21T13:53:34.103 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2024-09-21T13:53:34.129 DEBUG:teuthology.orchestra.run.smithi066:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T13:53:34.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:53:34.152 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T13:53:34.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T13:53:34.184 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T13:53:34.192 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T13:53:34.193 DEBUG:teuthology.misc:Transferring archived files from smithi066:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002/remote/smithi066 2024-09-21T13:53:34.193 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T13:53:34.236 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7914002/remote/smithi084 2024-09-21T13:53:34.236 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T13:53:34.273 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T13:53:34.273 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T13:53:34.276 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T13:53:34.322 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T13:53:34.331 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T13:53:34.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T13:53:34.340 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T13:53:34.340 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T13:53:34.342 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T13:53:34.355 INFO:teuthology.orchestra.run.smithi066.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 13:53 /home/ubuntu/cephtest 2024-09-21T13:53:34.377 INFO:teuthology.orchestra.run.smithi084.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 13:53 /home/ubuntu/cephtest 2024-09-21T13:53:34.378 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T13:53:34.387 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T13:53:34.434 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: 2598.1011514663696 failure_reason: 'Command failed on smithi066 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 5e7cf636-781b-11ef-baf6-efdc52797490 -e sha1=441784946648ff53dd310293f9dd752afeeea72a -- bash -c \''ceph versions | jq -e \''"\''"\''.rgw | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0c41d2f7224442bc82de1aa19912e46e status: fail success: false 2024-09-21T13:53:34.437 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T13:53:34.514 INFO:teuthology.run:FAIL